.delivery_header,.delivery_switchPage,.foot {
	position: relative;
}

.delivery_header .delivery_confirm:HOVER {
	cursor: pointer;
}

.delivery_header .delivery_confirm {
	float: right;
	font-size: 1.2em;
	padding-top: 0.2em;
	color: #DD0000;
}

.delivery_header .back_delivery {
	float: left;
	height: 2em;
	width: 2em;
	background: url("../../../image/back.png") left no-repeat;
	background-size: 1em 1.8em;
}

.delivery_switchPage {
	background: #FFF;
	border-top: 1px solid #E6E9ED;
}

.delivery_switchPage .cont {
	display: table;
	width: 100%;
}

.delivery_switchPage .cont .row {
	display: table-row;
	vertical-align: middle;
}

.delivery_switchPage .cont .row .cell {
	display: table-cell;
	vertical-align: middle;
	border-bottom: 1px solid #E6E9ED;
	padding: 0.8em;
}

.delivery_switchPage .choice_btn,.delivery_switchPage .choice {
	width: 2.2em;
	height: 2.2em;
}

.delivery_switchPage .choice_btn {
	background: url("../../../image/radio2.png") center no-repeat;
	background-size: 2em 2em;
	padding: 0.8em 0.8em;
}

.delivery_switchPage .choice {
	background: url("../../../image/radio1.png") center no-repeat;
	background-size: 2em 2em;
}

.delivery_switchPage .cont .row .cell span {
	display: inline-block;
}
/* 
.delivery_switchPage .cont .row .cell:FIRST-CHILD span {
	width: 2em;
	height: 2em;
} */
.delivery_switchPage .cont .row .cell:LAST-CHILD {
	width: 100%;
	font-size: 1.2em;
}