			.PopupWindowMask{
				display:none;
				background:rgba(0,0,0,0.3);
				width:100%;
				height:100%;
				position:absolute;
				z-index:99999;
			}
			.PopupWindowShow{
				display:none;
				background:white;
				width:300px;				
				position:absolute;
				left:50%;
				top:50%;
				margin-left:-200px;
				margin-top:-125px;
				border: #0078E8 solid 1px;
				z-index:99999;
			}		
			.PopupWindowShowHeight0{
				height:160px;
			}
			.PopupWindowShowHeight1{
				height:170px;
			}
			.PopupWindowShow .PopupWindowTitleText_Show{
				float: left;
				margin-left: 10px;
				margin-top: 5px;
				font-size:15px;
				line-height: 15px;
				width:200px;
				height:15px;
				font-weight: bold;
				color: #FFFFFF;
				cursor:pointer;
			}
			.PopupWindowShow .PopupWindowClose_Show{
				float: right;
				margin-right: 5px;
				margin-top: 5px;
				font-size:20px;
				line-height: 15px;
				width:15px;
				height:15px;
				font-weight: bold;
				color: #FFFFFF;
				cursor:pointer;
			}
			.PopupWindowShow .PopupWindowDetermine_Show{
				float: left;
				margin-left: 50px;
				margin-top: 5px;
				padding-top: 5px;
				padding-left: 18px;
				font-size:15px;
				line-height: 15px;
				width:50px;
				height:20px;
				font-weight: bold;
				background-color: #0078E8; 
				color: #FFFFFF;
				cursor:pointer;
				border-radius: 5px;
			}
			.PopupWindowShow .PopupWindowCancel_Show{
				float: right;
				margin-right: 50px;
				margin-top: 5px;
				padding-top: 5px;
				padding-left: 18px;
				font-size:15px;
				line-height: 15px;
				width:50px;
				height:20px;
				font-weight: bold;
				border: #0078E8 solid 1px;
				color: #0078E8;
				cursor:pointer;
				border-radius: 5px;
			}
			.PopupWindowShowTitle
			{
				width: 100%;
				height: 25px;
				background-color: #0078E8;
			}
			.PopupWindowShowMain
			{
				width: 100%;
			}
			.PopupWindowShowMainTitle
			{
				float:left;
				margin: 10px 4.9% 0px 4.9%;
				width: 90%;
				height: 25px;
				font-size: 18px;
				line-height: 25px;	
				text-align: center;
			}
			.PopupWindowShowMainControl
			{
				float:left;
				margin: 10px 4.9% 0px 4.9%;
				width: 90%;
				text-align: center;
			}
			.strinputPopupWindowText
			{
				width: 90%;
				height: 30px;
				line-height: 30px;
				font-size: 18px;
				margin: 0 auto;
				padding-left: 5px;
				padding-right: 5px;
				border: #B1B1B1 solid 1px;
				border-radius: 5px;
			}
			.PopupWindowShowFoot
			{
				float: left;
				margin-top: 10px;
				width: 100%;
				height: 35px;
			}			
			//////////////////////////////////////////µ¥Ñ¡¿ò///////////////////////////////////////////////
			.radioPopupWindowLi>div[name][value]:hover {
				border: 2px solid #9c56f1;
				background-color: rgba(156, 86, 241, 0.1)
			}
			.radioPopupWindowLi {
				width: 100%;
				
			}
			.radioPopupWindowLi>div[name][value],
			.radioPopupWindowLi>div.add {
				cursor: pointer;
				margin:0;padding:0;
				transition: transform 0.2s ease-in, box-shadow 0.2s ease-out;
				width: 35%;
				height: 40px;
				box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
				float: left;
				background-color: #fff;
				border: 2px solid #dcdcdc;
				border-radius: 4px;
				margin-left: 9.5%;
				line-height: 40px;
			}
			.radioPopupWindowLi>div>p
			{
				margin: 0;
				padding: 0;
				line-height:40px;
			}
			.radioPopupWindowLi>div.ack[name][value],
			.radioPopupWindowLi>div.active[name][value]{
				box-shadow: 0 3px 20px rgba(156, 86, 241, 0.43);
				transform: scale(1.05);
				border: 2px solid #9c56f1;
				background-color: #9c56f1;
				color: #fff;
				animation: scales 0.3s
			}	

.add:hover,.subtract:hover{
	background: #d8d8d8;
}
.add.deep,.subtract.deep{
	background: #b3b3b3;
}
.add::after{
	position: absolute;
	left: 1px;
	top: 5px;
	content: "";
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 6px solid #333;
}
.subtract::after{
	position: absolute;
	left: 1px;
	bottom: 5px;
	content: "";
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 6px solid #333;
}