.user-center-container {
	background: rgb(239,239,239);
	overflow: hidden;
}
.user-center {
	margin: 20px auto;
	width: 1190px;
}
@media only screen and (max-width: 1200px) {
	.user-center {
		margin: 20px 0%;
	}
}
.user-center::after {
	content: "";
	height: 0px;
	font-size: 0px;
	display: block;
	visibility: hidden;
	clear: both;
}
.user-center-menu {
	width: 8.4%;
	float: left;
	padding: 10px;
	box-sizing: border-box;
	background: #ffffff;
}
.user-sub-menu dl dt {
	margin-bottom: 15px;
	color: rgb(51,51,51);
	font-weight: 600;
}
.user-sub-menu dl dd {
	margin-bottom: 10px;
	margin-left: 0px;
}
.user-sub-menu dl dd.dd-last {
	margin-bottom: 25px;
}
.user-sub-menu.message-center dl dd.dd-last {
	margin-bottom: 0px;
}
.user-center-content {
	float: left;
	width: 1080px;
	margin:10px 0 0 10px ;
}
.user-center-nav {
	height: 50px;
	width: 100%;
	background: #ffffff;
	line-height: 50px;
	padding-left: 18px;
	box-sizing: border-box;
}
.user-center-nav ul {
	width: 100%;
	height: 100%;
}
.user-center-nav ul li {
	height: 100%;
	margin-right: 5px;float: left;
}
.user-center-nav ul li a {
	display: inline-block;
	margin-right: 5px;
}
.user-center-details {
	margin-top: 10px;
	padding: 10px 18px 25px 18px;
	background: #ffffff;
}

/*我的订单样式开始*/
.user-center-orders-filter {
	border-bottom: 1px solid rgb(204,204,204);
	overflow: hidden;
}
.user-center-orders-filter div {
	width: 8%;
	float: left;
	margin-right: 4%;
	padding: 10px 2px;
	box-sizing: border-box;
}
.nav-now {
	border-bottom: 1px solid rgb(255,102,0);
}
.user-center-orders-list {
	margin-top: 13px;
}
.user-center-orders-list table {
	width: 100%;
	font-size: 12px;
}
.user-center-orders-list table thead tr{
	height: 30px;
	background: rgb(239,239,239);
	color: rgb(51,51,51);
}
.user-center-orders-list table thead select {
	background: none;
	outline: none;
	border: none;
	margin-left: 5px;
	-webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
}
table thead th.select::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 10px;
    top: 35%;
    right: 5px;
    background: url(../images/down-direction-2.png) no-repeat;
    background-size: cover;
}
.padding-left {
	padding-left: 5px;
	box-sizing: border-box;
}
.padding-left > div + div {
	border-top: 1px solid #ddd;
}
.padding-left.no-border {
	border-right: 1px solid transparent;
}
tbody tr td {
	border: 1px solid rgb(204,204,204)
}
tbody tr td em, tbody tr td i {
	font-style: normal;
}
.order-item-unit {
	text-align: center;
}
.order-item-unit  a {
	display: block;
	position: relative;
	height: 16px;
	font-size: 13px;
}
.order-item-unit  a img {
	float: left;
	margin-top: 10px;
}
.order-item-unit  a p {
	float: left;
	margin-left: 24px;
	margin-top: 10px;
	width: 68%;
}
.order-item-unit  a span {
	float: right;
	width: 10%;
	text-align: center;
	position: relative;
	top: 20px;
}
.order-item-unit  .place-another-order {
	display: inline-block;
	width: 50%;
	padding: 5px 2px;
	color: #ffffff;
	background: rgb(255,102,0);
	border-radius: 5px;
	margin-bottom: 2px;
}
.place-another-order:hover {
	color: #fc6e21;
}
/*我的订单样式结束*/