.uc-content {
	margin-left: 156px
}

.uc-content h1.title {
	padding: 0 0 5px 10px;
	border-bottom: #f0f0f0 1px solid;
	margin-bottom: 15px;
	font-size: 18px;
	margin-top: 20px
}

.sidebar .header {
	color: #333;
	font-weight: 700;
	padding: 8px 0;
	font-size: 18px;
	border-bottom: #666 2px solid
}

.sidebar .box {
	overflow: visible;
	border: none
}

.sidebar .box h2 {
	color: #999;
	padding: 8px 0
}

.sidebar .menu-list {
	border-bottom: #ddd 1px solid
}

.sidebar .menu-list a {
	display: block;
	padding-left: 15px;
	line-height: 38px;
	height: 38px;
	position: relative
}

.sidebar .menu-list a .l-triangle {
	display: none
}

.sidebar .menu-list a.current,.sidebar .menu-list a:hover {
	background: #797F8A;
	color: #fff;
	border-left: 5px solid #555
}

.sidebar .menu-list a:hover {
	background: #ccc;
	border-left: 5px solid #999
}

.sidebar .menu-list a.current .l-triangle {
	border-width: 14px;
	top: 0;
	right: -28px;
	border-color: transparent transparent transparent #797F8A;
	color: #797F8A;
	display: block
}

.sidebar .menu-list a:hover .l-triangle {
	border-width: 14px;
	top: 0;
	right: -28px;
	border-color: transparent transparent transparent #ccc;
	color: #cccccc;
	display: block
}

.list-item p {
	color: #454545;
	line-height: 23px;
	padding-left: 20px
}

.order-total {
	background: #eee
}

.order-total p {
	line-height: 23px;
	text-align: right;
	font-size: 14px
}

.order-total .total {
	font-size: 18px;
	font-weight: 700
}

.order-total .total b {
	font-size: 24px;
	font-weight: 700;
	color: red
}

table.attention td {
	padding: 4px 8px
}

.order-status .title {
	background: #f7f7f7;
	padding: 10px;
	border-bottom: #ddd 1px solid
}

.order-status .title b {
	padding-left: 10px
}

.order-status p {
	padding-left: 20px;
	line-height: 28px;
	height: 28px
}

.consult-goods {
	padding-left: 120px
}

.consult-goods .goods-img {
	position: absolute;
	margin-left: -110px
}

.consult-goods .title {
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 10px;
	margin-bottom: 10px
}

.ucenter-index {
	position: relative
}

.ucenter-index .sub-1,.ucenter-index .sub-2 {
	position: absolute;
	bottom: 0;
	top: 0
}

.ucenter-index .sub-1 {
	left: 0;
	width: 200px
}

.ucenter-index .sub-2 {
	position: relative;
	margin-left: 200px;
	margin-right: 0
}

.ucenter-index .sub-1 {
	text-align: center
}


.commodity{
	width: 100%;
	height: auto;
	display: flex;
}
.commodity .commodity_left{
	border-right: 1px solid #eeeeee;
	padding: 20px 0 0 20px;
    width: 400px;
}
.commodity .commodity_right{
	flex: auto;
	padding: 0  0 20px 20px;
	height: 260px;
	overflow-y: scroll;
	width: 350px;
}
.commodity .commodity_right .right_scroll div{
	padding: 10px 0;
}
.commodity .commodity_left .odd{
}
.commodity .commodity_left a{
	display: block;
	overflow: hidden;
}
.commodity .commodity_left .commodity_img{
	float: left;
}
.commodity .commodity_left .comm_logistics{
	float: left;
	margin: 20px 20px;
}
.commodity .commodity_left .comm_logistics div{
	font-size: 12px;
}
.commodity .commodity_left a img{
	width: 100%;
	height: 100%;

}
.radio{
	width:10px;
	height: 10px;
	border-radius: 50%;
	background: green;
	display: block;
	float: left;
	margin-top: 5px;
    margin-right: 20px;
}
.grey{
   	width:10px;
	height: 10px;
	border-radius: 50%;
	background: grey;
	display: block;
	float: left;
	margin-top: 5px;
    margin-right: 20px;
}
.sroll_line{
	width:2px;
	height: 10px;
	background: #f2f2f2;
	margin-left: 3px;
}