#confirm,#confirm1{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 99999;
}
.confirm_wrap,.confirm_wrap1,
.confirm_wrap2{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background-color: #fff;
	border: 1px solid #00A0E8;
	border-radius: 5px;
}
.confirm_wrap2{
	width: 300px;
	height: 200px;
}
.confirm_wrap,.confirm_wrap1{
	width: 300px;
	height: 150px;
}
#review_content{
	display: block;
	width: 240px;
	height: 100px;
	border: 1px solid #00A0E8;
	margin: 20px auto 0;
}
.confirm_wrap p,.confirm_wrap1 p{
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #333;
	margin-top: 30px;
}
.confirm_btn{
	height: 30px;
	margin-top: 30px;
	padding: 0 60px;
	display: flex;
	justify-content: space-between;
}
.confirm_btn input{
	width: 50px;
	height: 100%;
	background-color: #00A0E8;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
}
#add_volumn{
	display: block;
	width:260px;
	height: 30px;
	margin: 0 auto;
	border: 1px solid #00A0E8;
	padding-left: 10px;
	margin-top: 30px;
}