body {
	background-color: #F5F7FA;
}

.cashier_back {
	float: left;
    height: 2em;
    width: 2em;
    background: url("../../../image/back.png") left no-repeat;
    background-size: 1em 1.8em;
}  

.center .pos_add {
	padding-top: 6em;
    border-top: 1px solid #E6E9ED;
    text-align: center;
}

.center .pos_add .addphoto {
	width: 10em;
    height: 10em;
}

.center .pos_add .addtext {
	display: block;
	font-size: 1.4em;
	color: #CCD1D9;
	margin-top: 1em;
}

.pos_bar {
	position: fixed;
    bottom: 0px;
    background: #FFF;
    width: 100%;
    display: table;
    z-index: 9;
}

.pos_bar>div {
	display: table-cell;
    text-align: center;
    padding: 0.8em 0em;
    vertical-align: middle;
    position: relative;
    width: 33%;
    border-left: 1px solid #E6E9ED;
}

.pos_bar>div>img {
	width: 1.8em;
    height: 1.8em;
}

.pos_bar>div>span {
	display: block;
	font-size: 1em;
	margin-top: 0.4em;
}

.center .pos_goods {
	display: block;
	 box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.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;
	 box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.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;
}

.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 0em;
}

.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 .name {
	margin-bottom: 0.5em;
}

.center .pos_goods .record .cont .goods .name, .center .pos_goods .record .cont .purchases .price  {
	margin-bottom: 0.5em;
}

.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: none;
    width: 100%;
    margin-bottom: 0.1em;
}

.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 .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;
	font-size: 1.2em;
}

.center .pos_goods .orderbtn {
	display: none;
}

.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 .goodstype {
	background-color: #FFFFFF;
}

.center .goodstype .row {
	border-top: 1px solid #E6E9ED;
    overflow: auto;
    padding: 1.2em 0.8em;
}

.center .goodstype .row>div {
	float: left;
}

.center .goodstype .row .name span {
	font-size: 1.2em;
}



