body {
	margin-bottom: 4em;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.radio:HOVER {
	cursor: pointer;
}

.header .edit {
	float: right;
	padding-top: 0.2em;
	color: #DD0000;
	display: inline-block;
	font-size: 1.2em;
}

.header .edit:HOVER {
	cursor: pointer;
}

.center {
	background: #FFF;
}

.center .record {
	display: table;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.center .record .cont {
	display: table-row;
}

.center .record .cont>div {
	display: table-cell;
	vertical-align: middle;
	padding: 0.8em;
	border-top: 1px solid #E6E9ED;
	/* width: 100%; */
}

.center .record .cont .radio_div {
	width: 2em;
}

.center .record .radio_div .radio {
	width: 2em;
	height: 2em;
	display: block;
}

.selected {
	background: url("../../image/radio1.png") center no-repeat;
	background-size: 2em 2em;
}

.no-selected {
	background: url("../../image/radio2.png") center no-repeat;
	background-size: 2em 2em;
}

.center .record .cont .img {
	width: 4em;
	height: 4em;
}

.center .record .cont .img img {
	width: 4em;
	height: 4em;
	display: block;
}

.center .record .cont .goods {
	padding: 0.8em 0em;
}

.center .record .cont .purchases {
	padding: 0.8em 0.8em 0.8em 0em;
}

.center .record .cont .goods>span,.center .record .cont .purchases>span,.center .express div span,.center .sum div span
	{
	display: block;
	font-size: 1.2em;
}

.center .record .cont .goods .name,.center .record .cont .purchases .price
	{
	margin-bottom: 0.5em;
}

.center .record .cont .goods .name label {
	color: #DD0000;
}

.center .record .cont .goods .color_size {
	color: #999;
}

.center .record .cont .purchases {
	float: right;
	text-align: right;
	width: 100%;
}

.center .record .cont .purchases span {
	white-space: nowrap;
}

.center .record .cont .purchases .price {
	color: #DD0000;
}

.center .record .cont .purchases .show {
	display: block;
}

.center .record .cont .purchases .no_show {
	display: none;
}

.center .record .cont .purchases .del_option input {
	display: inline-block;
	width: 2em;
	height: 2em;
	padding: 0em;
	border: 1px solid #E6E9ED;
	background: #FFF;
	font-size: 1em;
}

.center .record .cont .purchases .del_option input[type="button"]:HOVER
	{
	cursor: pointer;
}

.center .record .cont .purchases .del_option .del_qty {
	border-left: none;
	border-right: none;
	text-align: center;
}

.center .record .cont .purchases .del_option .no-done {
	color: #CCD1D9;
}

.center .record .amount {
	font-size: 1.2em;
	color: #999;
	border-bottom: 1px solid #E6E9ED;
}

.account {
	position: fixed;
	bottom: 0px;
	width: 100%;
	background: #FFF;
	z-index: 9;
	border-top: 1px solid #E6E9ED;
	display: table;
}

.account>div {
	display: table-cell;
	vertical-align: middle;
}

.account .all {
	padding-left: 0.8em;
	width: 25%;
}

.account .all .radio {
	width: 2em;
	height: 2em;
	display: inline-block;
	position: relative;
	top: 0.1em;
}

/* .account .all .selected {
	background: url("../../image/radio1.png") center no-repeat;
	background-size: 2em 2em;
} */
.account .all .title {
	color: #DD0000;
	font-size: 1.2em;
	display: inline-block;
	position: relative;
	top: -0.4em;
}

.account .sum {
	text-align: center;
	color: #DD0000;
	font-size: 1.2em;
	width: 50%;
}

.account .sum label {
	font-weight: bold;
}

.account .btn {
	text-align: right;
	width: 25%;
}

.account .btn .show {
	display: inline-block;
}

.account .btn .none {
	display: none;
}

#acc_btn,#del_btn {
	border: none;
	color: #FFF;
	width: 100%;
	text-align: center;
	height: 3.4em;
	font-size: 1.2em;
}

#acc_btn:HOVER,#del_btn:HOVER {
	cursor: pointer;
}

#acc_btn {
	background: #DD0000;
}

#del_btn {
	background: #999;
}

.center .cart_none {
	text-align: center;
	padding: 5em 0em 8em 0em;
}

.center .cart_none .img {
	margin-bottom: 3em;
}

.center .cart_none .img img {
	width: 10em;
	height: 10em;
}

.center .cart_none .collect_shop {
	display: table;
	width: 100%;
}

.center .cart_none .collect_shop>div {
	display: table-cell;
	width: 50%;
}

.center .cart_none .collect_shop .collect {
	padding-left: 0.8em;
	padding-right: 0.4em;
}

.center .cart_none .collect_shop .shop {
	padding-left: 0.4em;
	padding-right: 0.8em;
}

.center .cart_none .collect_shop div input {
	width: 100%;
	height: 2.5em;
	font-size: 1.2em;
}

.center .cart_none .collect_shop div input:HOVER {
	cursor: pointer;
}

#collect {
	background: #F5F7FA;
	border: 1px solid #E6E9ED;
}

#shop {
	background: #DD0000;
	color: #FFF;
	border: none;
}