@charset "utf-8";
/* CSS Document */

.popup_box {font-family:"Microsoft YaHei",hei,simsun,arial; width:350px; height:180px;overflow:hidden; margin:auto; font-size:16px; color:#000;}
.popup_box s { display:block; background:url(../img/popup_icon.png) no-repeat;
    cursor: pointer; }

.popup_box_tit { padding:4px 10px; border-bottom:1px solid #e2e2e2; overflow:hidden; background:#fff;}
.popup_box_tit span { display:block; float:left;}
.pop_close { background-position:0 0; height: 14px; width: 14px; float:right; margin-top:5px;}
.popup_msg { padding:20px 0 20px 20px;  height:46px; background:#fff;}
.popup_msg .msg_icon { display:inline-block; width:36px; height:36px; background-position:-20px 0; float:left;}
.popup_msg span { display:block; float:left; margin-left:14px; margin-top:5px; width:260px;}
.popup_msg .succ_icon{ background:url(../img/popup_gou.png);width:34px; height:34px; float:left; }
.popup_footer { background:#F6F6F6; padding:4px 0; }
.popup_footer a { display:inline-block; padding:0px 10px; margin-right:10px; cursor:pointer;}