.center .pos_goods {
	display: block;
}

.center .pos_goods .record {
	display: table;
	width: 100%;
	background-color: #FFFFFF;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.center .pos_goods .record .cont {
	display: table-row;
}

.center .pos_goods .record .cont>div {
	display: table-cell;
	vertical-align: middle;
	border-top: 1px solid #E6E9ED;
}

.center .pos_goods .record .cont .radio_div {
	padding: 0.8em 1.2em;
	display: none;
}

.center .pos_goods .record .cont .radio_div .radio {
	width: 1.8em;
	height: 1.8em;
	display: block;
	border-radius: 50%;
}

.center .pos_goods .record .cont .radio_div .selected {
	background: url("../../../image/radio1.png") center no-repeat;
	background-size: 1.8em 1.8em;
}

.center .pos_goods .record .cont .radio_div .noselect {
	background: url("../../../image/radio2.png") center no-repeat;
	background-size: 1.8em 1.8em;
}

.center .pos_goods .record .cont .img {
	width: 4em;
	height: 4em;
	padding: 0.8em 0.8em 0.8em 0.8em;
}

.center .pos_goods .record .cont .img img {
	width: 4em;
	height: 4em;
	display: block;
}

.center .pos_goods .record .cont .goods {
	padding: 0.8em 0em;
	width: 100%;
	text-align: left;
}

.center .pos_goods .record .cont .goods>span, .center .pos_goods .record .cont .purchases>span
	{
	display: block;
	font-size: 1.2em;
}

.center .pos_goods .record .cont .goods .ch_qty {
	/* display: table;
    width: 100%; */
	margin-bottom: 0.1em;
	display: inline-block;
	vertical-align: middle;
	width: 45%;
}

.center .pos_goods .record .cont .goods .ch_qty span {
	border: none;
	border-top: 1px solid #E6E9ED;
	border-bottom: 1px solid #E6E9ED;
	border-left: 1px solid #E6E9ED;
	height: 1.5em;
	background: #FFF;
	outline-style: none;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	color: #999;
}

.center .pos_goods .record .cont .goods .ch_qty span:nth-child(1),
	.center .pos_goods .record .cont .goods .ch_qty span:nth-child(3) {
	width: 1.5em;
	font-size: 1.2em;
}

.center .pos_goods .record .cont .goods .ch_qty span:nth-child(2) {
	font-weight: bold;
}

.center .pos_goods .record .cont .goods .ch_qty span:nth-child(2) input
	{
	padding: 0em;
	margin: 0em;
	border: none;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 1em;
}

.center .pos_goods .record .cont .goods .ch_qty span:nth-child(3) {
	border-right: 1px solid #E6E9ED;
}

.center .pos_goods .record .cont .goods .color_size {
	color: #999;
}

.center .pos_goods .record .cont .purchases {
	float: right;
	text-align: right;
	white-space: nowrap;
	width: 100%;
	padding: 0.8em 0.8em 0.8em 0em;
}

.center .pos_goods .record .cont .purchases .price, .center .pos_goods .record .cont .purchases .qty
	{
	white-space: nowrap;
}

.center .pos_goods .record .cont .purchases .show {
	display: inline-block;
}

.center .pos_goods .record .cont .purchases .no_show {
	display: none;
}

.center .pos_goods .record .cont .goods .no_show {
	display: none;
}

.center .pos_goods .record .cont .purchases .edit_option .edit {
	background: url("../../../image/more_down.png") center no-repeat;
	background-size: 1.1em 0.7em;
	width: 2.4em;
	height: 2em;
	position: relative;
	top: 0.7em;
	display: inline-block;
	padding-right: 1em;
}

.center .pos_goods .record .cont .purchases .edit_option .del {
	padding: 1em;
	color: #FFF;
	display: inline-block;
}

.center .pos_goods .account {
	width: 100%;
	background: #FFFFFF;
	border-top: 1px solid #E6E9ED;
	border-bottom: 1px solid #E6E9ED;
	display: table;
}

.center .pos_goods .account>div {
	display: table-cell;
	vertical-align: middle;
}

.center .pos_goods .account .sum {
	text-align: left;
	font-size: 1.2em;
	width: 100%;
	padding: 1em 0.8em;
}

.center .pos_goods .account .sum span:FIRST-CHILD {
	color: #999;
}

.center .pos_goods .account .sum span:LAST-CHILD {
	font-weight: bold;
}

.center .pos_goods .account .createorder {
	padding: 0em 0.8em;
}

.center .pos_goods .account .createorder input {
	padding: 0.4em;
	color: #FFFFFF;
}

.center .pos_goods .orderbtn {
	display: block;
	background-color: #E6E9ED;
}

.center .pos_goods .orderbtn>div {
	padding: 0.8em;
}

.center .pos_goods .orderbtn>div>input {
	width: 100%;
	padding: 0.8em;
	font-size: 1.2em;
}

.center .pos_goods .orderbtn .save input {
	color: #FFFFFF;
}

.center .pos_goods .orderbtn .cancel {
	padding-top: 0em;
}

.center .pos_goods .orderbtn .cancel input {
	background-color: #FFFFFF;
	border: 1px solid #E6E9ED;
}

.center .toCart {
	background: #FFF;
	display: none;
	width: 100%;
	position: fixed;
	z-index: 99;
	bottom: 0px;
}

.center .toCart .cont, .center .toCart .color, .center .toCart .size,
	.toCart .btn {
	padding: 0.8em 0.8em 0em 0.8em;
	overflow: auto;
	border-bottom: 1px solid #E6E9ED;
}

.center .toCart .cont, .center .toCart .btn {
	padding: 0.8em;
}

.center .toCart .cont>div {
	float: left;
}

.center .toCart .cont .img {
	margin-right: 0.8em;
}

.center .toCart .cont .img img {
	width: 4em;
	height: 4em;
	display: block;
}

.center .toCart .cont .goods>span {
	display: block;
	font-size: 1.2em;
}

.center .toCart .cont .goods .name {
	margin-bottom: 0.3em;
}

.center .toCart .cont .goods .price label {
	font-size: 1.33em;
	font-weight: bold;
}

.center .toCart .cont .close {
	background: url("../../../image/close_icon.png") center no-repeat;
	background-size: 2.5em 2.5em;
	height: 4em;
	width: 4em;
	float: right;
}

.center .toCart .cont .close:HOVER {
	cursor: pointer;
}

.center .toCart .color .title, .center .toCart .size .title {
	margin-bottom: 0.5em;
	font-size: 1.2em;
}

.center .toCart .color .title, .center .toCart .size .title, .center .toCart .qty .title
	{
	display: inline-block;
}

.center .toCart .color input, .center .toCart .size input {
	border: 1px solid #999;
	background: #FFF;
	margin-right: 0.5em;
	font-size: 1.2em;
	padding: 0.5em 0.8em;
	outline-style: none;
	margin-bottom: 0.8em;
	float: left;
	display: inline-block;
}

.center .toCart .color input:HOVER, .center .toCart .size input:HOVER {
	cursor: pointer;
}

.center .toCart .color input:FIRST-CHILD, .center .toCart .size input:FIRST-CHILD
	{
	margin-left: 0em;
}

.center .toCart .color .name .choice, .center .toCart .size .name .choice
	{
	color: #FFF;
}

.center .toCart .color .name .no-qty, .center .toCart .size .name .no-qty
	{
	border: 1px solid #E6E9ED;
	color: #E6E9ED;
}

.center .toCart .qty {
	overflow: auto;
	padding: 1em 0.8em 0.5em 0.8em;
	border-bottom: 1px solid #E6E9ED;
}

.center .toCart .qty .title {
	float: left;
	position: relative;
	top: 0.5em;
	font-size: 1.2em;
}

.center .toCart .qty .option {
	float: right;
	font-size: 1.2em;
}

.center .toCart .qty .option #inventorySum_span {
	display: inline-block;
	position: relative;
	top: -0.5em;
}

.center .toCart .qty .option #inventorySum_div {
	display: inline-block;
}

.center .toCart .qty .option #inventorySum_div>div {
	display: table;
}

.center .toCart .qty .option>span {
	display: inline-block;
}

.center .toCart .qty .option #inventorySum_div #subtract, .center .toCart .qty .option #inventorySum_div #qty,
	.center .toCart .qty .option #inventorySum_div #add {
	border: none;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 2em;
	height: 2em;
	background: #FFF;
	outline-style: none;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.center .toCart .qty .option #inventorySum_div #subtract {
	color: #CCD1D9;
}

.center .toCart .qty .option #inventorySum_div #add {
	border-right: 1px solid #999;
}

.center .toCart .qty .option #inventorySum_div #subtract:HOVER, #add:HOVER
	{
	cursor: pointer;
}

.center .toCart .btn #buy_btn {
	width: 100%;
	color: #FFF;
	border: none;
	height: 3em;
	outline-style: none;
	font-size: 1.2em;
}

.center .toCart .btn #buy_btn :HOVER {
	cursor: pointer;
}

.center .editshadow {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: black;
	zoom: 1;
	top: 0;
	left: 0;
	z-index: 98;
}

.editgoods_back {
	float: left;
	height: 2em;
	width: 2em;
	background: url("../../../image/back.png") left no-repeat;
	background-size: 1em 1.8em;
}

.center .pos_goods .record .cont .goods .salesprice {
	width: 45%;
	display: inline-block;
	vertical-align: middle;
	padding-right: 0.8em;
	margin-bottom: 0.1em;
}

.center .pos_goods .record .cont .goods .salesprice input {
	display: block;
	width: 100%;
	border: 1px solid #E6E9ED;
	text-align: center;
	height: 1.7em;
}