/*popup*/
.popup{display:none; position:absolute; left:0; top:0; width:auto; min-width:180px; background-color:#fff; z-index:9900; border:1px solid #019aea; padding:40px 0 0 0;}
.popup .popup_contents{display:table; width:100%; height:100%;}
.popup .popup_contents img{width:auto; height:auto;}
.popup_header{position:absolute; top:0; width:100%; display:inline-block; background:url(/images/bg/popup_bg.png) no-repeat; background-size:100% 100%; cursor:pointer;}
.popup_header p{padding:12px 0; text-align:center; font-size:14px; font-weight:bold; color:#fff;}
.popup_footer{display:inline-block; float:left; width:100%; position:relative; height:30px; background-color:#424242;}
.popup_footer label{position:absolute;}
.popup_footer label input{float:left; margin-top:2px;height:1.8rem; min-width: 4rem;}
.popup_footer label span{float:left; color:#fff; font-size:15px;margin-top:2px;}
.popup .popup_footer a{position:absolute; right:2%; top:5px; color:#fff; font-size: 15px;}