.center .loading {
	overflow: auto;
	text-align: center;
	background: #FFF;
	border-top: 1px solid #E6E9ED;
	border-bottom: 1px solid #E6E9ED;
}

.center .loading>div {
	display: inline-block;
}

.center .loading .loading_word {
	position: relative;
	top: -1em;
}

#loading {
	font-size: 20px;
	width: 0.1em;
	height: 0.1em;
	border-radius: 50%;
	position: relative;
	text-indent: -9999em;
	-webkit-animation: load4 1.3s infinite linear;
	animation: load4 1.3s infinite linear;
	margin: 0.8em;
}

.center .title,.table {
	display: table;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.row {
	display: table-row;
}

.center .title>div,.cell {
	display: table-cell;
	vertical-align: middle;
}

.center .title {
	background: #E6E9ED;
	padding: 0.5em 0.8em;
	font-size: 1.2em;
	white-space: nowrap;
}

.center .title .department {
	width: 100%;
	padding: 0em 0.8em;
}

.center .title .comment span {
	border: 1px solid #434A54;
	display: inline-block;
	height: 20px;
	line-height: 22px;
	width: 60px;
	text-align: center;
}

.table .row .img,.table .row .purchases {
	padding: 0.8em;
}

.table .row .img {
	width: 4em;
	height: 4em;
}

.table {
	background: #FFF;
	margin-bottom: 0.8em;
}

.table .row .cell {
	border-bottom: 1px solid #E6E9ED;
}

.table .row .img img {
	width: 4em;
	height: 4em;
	display: block;
}

.table .row .goods {
	width: 100%;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-box-flex: 1;
	-o-box-flex: 1;
	box-flex: 1;
}

.table .row .goods span,.table .row .purchases span {
	display: block;
	font-size: 1.2em;
}

.table .row .goods .name {
	overflow: hidden;
	-webkit-line-clamp: 1;
	-moz-line-clamp: 1;
	-ms-line-clamp: 1;
	-o-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-box-orient: vertical;
	-o-box-orient: vertical;
	box-orient: vertical;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -o-box;
	display: box;
	word-break: break-all;
}

.table .row .goods .color_size,.table .row .purchases .qty {
	margin-top: 0.5em;
}

.table .row .goods .color_size {
	color: #999;
}

.table .row .purchases {
	text-align: right;
}

.center .norecord {
	padding: 1em 0.8em;
	text-align: center;
}
.center .sort_coat {
	height: 3em;
    padding-bottom: 0.8em;
}

.center .sort {
	background: #FFF;
	display: table;
	width: 100%;
	height: 3em;
}
.center .sort>div {
	display: table-cell;
	width: 20%;
	vertical-align: middle;
	text-align: center;
}
.center .sort>div>span {
	font-size: 1.2em;
}
.center .photos {
	
	padding: 0.4em;
	background-color: #FFF;
    border-top: 1px solid #E6E9ED;
	display: table;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}
.center .photos>div {
	
	width:calc(33.3333% - (10px + 5px) * 2 - 15px );
	display: table-row;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.center .photos .photo_row .vipphoto {
	position: relative;
	
}
.center .photos>div>div {
	
	display: inline-block;
	width: 33.33%;
	padding: 0.4em;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}
.center .photos .photo_row .vipphoto .vipimg img{
	width: 100%;
    display: block;
 	height:30vw;
}
