﻿  .popup_bg{width: 100%;height: 100%;background: rgba(0, 0, 0, .5);position: fixed;top: 0;left: 0;z-index: 100;display: none;}
			.popup{width: 30%;margin: 10% auto 0; background: #fff;padding: 20px;border-radius: 4px;}
			.popup .h2{font-weight:bold;font-size: 30px;color: #333;text-align: center;line-height: 56px;}
			.popup .p{font-size: 16px;color: #555;line-height:30px;padding: 0 20px;}
			.popup .button{text-align: center;margin: 20px 0;}
			.popup input{width: 32%;padding: 13px 0;background: #eee;color: #999;font-size: 16px;margin:0 10px;outline: none;border: none;cursor: pointer;}			
			.popup .agree{background: #007AFF;color: #fff;}
			.popup span{color: #ff2300;}
			.again_Popup_bg{width: 100%;height: 100%;background: rgba(0, 0, 0, .5);position: fixed;top: 0;left: 0;z-index: 101;display: none;}
			.again_Popup{width: 17%;margin: 15% auto 0; background: #fff;padding: 20px;border-radius: 4px;}
			.again_Popup .h2{font-weight:bold;font-size: 20px;color: #333;text-align: center;line-height: 56px;}
			.again_Popup .p{font-size: 16px;color: #555;line-height:30px;text-align: center;}
			.again_Popup .p_span{font-size: 14px; color: #999;text-align: center;}
			.again_Popup .button{text-align: center;margin: 20px 0;}
			.again_Popup input{width: 40%;padding: 10px 0;background: #eee;color: #999;font-size: 16px;margin: 0 10px;outline: none;border: none; cursor: pointer;}
			.again_Popup .agree{background: #007AFF;color: #fff;}