.confirmdialog{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 102;
	display: none;
	background: #fff;
	width: 470px;
	height: 320px;
	border-radius: 10px;
	font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif,"宋体";
	overflow: hidden;
	box-sizing: border-box;
}
.confirmdialog .header-wrap{
	background: #ff7f7e;
}
.confirmdialog .header-wrap .title{
	color:#fff;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 24px;
}

.confirmdialog .header-wrap i.icon-close{
	position: absolute;
	right: 10px;
	top: 10px;
	background: url('../../images/zwybuy-images/icon-close_white.png') no-repeat 0 0;
	width: 18px;
	height: 18px;
}

.confirmdialog .content-wrap{
	position: relative;
	height: 180px;
	box-sizing: border-box;
}
.confirmdialog .content-wrap .msg{
	position: absolute;
	right: 25px;
	top: 75px;
	left: 25px;
	bottom: 25px;
	text-align: center;
	margin: auto;
	font-size: 18px;
}

.confirmdialog .option-wrap{
	height: 80px;
	width: 100%;
	display: flex;
	justify-content: space-around;
	
}
.confirmdialog .option-wrap .option{
	border: 1px solid #ff7f7e;
	border-radius: 19px;
	width: 175px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-size: 18px;
	color: #ff7f7e;
	cursor: pointer;
}
