body{
	font-size: 14px;
	color: #4B4B4B;
}
.side-item{
	padding: 18px;
	margin-bottom: 10px;
	background-color: #fff;
}
.side-item .side-item-top{
	height: 22px;
	margin-bottom: 18px;
	line-height: 22px;
}
.side-item .side-item-top .side-item-title{
	padding-left: 32px;
	color: #333333;
	font-weight: 500;
	background-repeat: no-repeat;
	background-position: left center;
}
.side-item .side-item-top .side-item-number a{
	float: right;
}
.side-item .side-item-top .side-item-number span{
	color: #F6B027;
}
.side-item .side-item-top .side-item-title.account-info{
	background-image: url(../img/account.png);
}
.side-item .side-item-top .side-item-title.new-price{
	background-image: url(../img/new_price.png);
}
.side-item .side-item-top .side-item-title.history-order{
	background-image: url(../img/order_icon1.png);
}
.side-item .side-item-top .side-item-title.new-order{
	background-image: url(../img/order_icon2.png);
}
.side-item .side-item-body .side-search-box{
	margin-bottom: 10px;
}
.side-item .side-item-body .side-search-box input{
	width: 322px;
	height: 40px;
	padding: 0 15px;
	border: 1px solid #E9EBEE;
	box-sizing: border-box;

}
.side-item .side-item-body .side-search-box input::-webkit-input-placeholder{
	color: #c8c8c8;
}
.side-item .side-item-body .side-item-table thead tr th,
.side-item .side-item-body .side-item-table{
	text-align: center;
}
.side-item .side-item-body .pre-next-btn{
	display: flex;
	justify-content: space-between;
	width: 65px;
	height: 25px;
	margin: 15px auto 0;
	line-height: 25px;
}
.side-item .side-item-body .pre-next-btn span{
	width: 25px;
	height: 25px;
	border: 1px solid #A2A2A2;
	box-sizing: border-box;
	text-align: center;
	color: #333333;
	font-weight: 500;
}
.side-item .side-item-body .paragraph{
	margin-bottom: 18px;
	color: #4A4A4A;
	line-height: 20px;
}
.side-item .side-item-body .paragraph h4{
	font-size: 14px;
}
.side-item .side-item-body .paragraph.last{
	margin-bottom: 0;
}
.side-item .side-item-body .account-wran p{
	line-height: 17px;
	font-size: 12px;
}
.side-item .side-item-body .account-wran>:first-child span{
	color: #F6B027;
}
.side-item .side-item-body .account-wran p.warn-msg{
	margin-top: 6px;
	color: #AAAAAA;
}
.side-item .side-item-body .new-price li{
	height: 30px;
	padding-left: 12px;
	margin-bottom: 6px;
	background-color: #F0F0F0;
	border-radius: 2px;
	line-height: 30px;
	font-size: 12px;
}
.side-item .side-item-body .new-price ul>:last-child{
	margin-bottom: 0;
}
.side-item .side-item-body .new-price li span{
	color: #FF5D3D;
}
.side-item .side-item-body .new-price li.last{
	margin-bottom: 0;
}