.adjust_header,.adjust_switchPage,.foot,.adjust_del {
	position: relative;
}

.adjust_header .adjust_confirm:HOVER {
	cursor: pointer;
}

.adjust_header .adjust_confirm {
	float: right;
	font-size: 1.2em;
	padding-top: 0.2em;
	color: #DD0000;
}

.adjust_switchPage {
	background: #FFF;
}

.adjust_switchPage .record {
	display: table;
	width: 100%;
}

.adjust_switchPage .record .cont {
	display: table-row;
}

.adjust_switchPage .record .cont>div {
	display: table-cell;
	vertical-align: middle;
	padding: 0.8em;
	border-top: 1px solid #E6E9ED;
}

.adjust_switchPage .record .cont .radio_div,.adjust_del .radio_div {
	width: 2em;
}

.adjust_switchPage .record .radio_div .radio,.adjust_del .radio_div .radio
	{
	width: 2em;
	height: 2em;
	display: block;
}

.adjust_switchPage .record .radio_div .selected,.adjust_del .radio_div .selected
	{
	background: url("../../../image/radio1.png") center no-repeat;
	background-size: 2em 2em;
}

.adjust_switchPage .record .radio_div .no-selected,.adjust_del .radio_div .no-selected
	{
	background: url("../../../image/radio2.png") center no-repeat;
	background-size: 2em 2em;
}

.adjust_switchPage .record .cont .img {
	width: 4em;
	height: 4em;
}

.adjust_switchPage .record .cont .img img {
	width: 4em;
	height: 4em;
	display: block;
}

.adjust_switchPage .record .cont .goods>span,.adjust_switchPage .record .cont .purchases>span,.adjust_switchPage .express div span,.adjust_switchPage .sum div span
	{
	display: block;
	font-size: 1.2em;
}

.adjust_switchPage .record .cont .adjust {
	text-align: right;
}

.adjust_switchPage .record .cont .adjust .noinv {
	color: #DD0000;
}

.adjust_switchPage .record .cont .adjust .adjustQty {
	white-space: nowrap;
	padding-top: 0.3em;
}

.adjust_switchPage .record .cont .adjust .adjustQty input {
	border: none;
	border-top: 1px solid #E6E9ED;
	border-bottom: 1px solid #E6E9ED;
	border-left: 1px solid #E6E9ED;
	width: 2em;
	height: 2em;
	background: #FFF;
	outline-style: none;
	text-align: center;
	display: inline;
	font-size: 1.2em;
}

.adjust_switchPage .record .cont .adjust .adjustQty .add {
	border-right: 1px solid #E6E9ED;
}

.adjust_switchPage .record .cont .goods>span,.adjust_switchPage .record .cont .adjust .inv span
	{
	font-size: 1.2em;
}

.adjust_del {
	position: fixed;
	bottom: 0px;
	width: 100%;
	background: #FFF;
	z-index: 9;
	border-top: 1px solid #E6E9ED;
	display: table;
	overflow: auto;
}

.adjust_del>div {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
	padding: 0.8em;
}

.adjust_del .btn {
	text-align: right;
}

#del_btn {
	border: none;
	color: #FFF;
	width: 6.5em;
	text-align: center;
	height: 2em;
	background: #999;
}