.title {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 600;
	color: #666;
}

.user-content-box {
	width: 1200px;
	margin: 10px auto;
}

.user-item-box {
	overflow: hidden;
	padding: 10px 0;
	height: 30px;
	line-height: 30px;
}

.cell {
	min-height: 10px;
}

.user-title {
	font-weight: 600;
}

.user-choose-btn {
	width: 4%;
	padding-left: 1%;
	cursor: pointer;
	line-height: 30px;
}

.layui-icon-ok-circle {
	font-size: 20px;
}

.layui-icon-ok-circle:hover {
	transition: all 0.2s;
	font-size: 24px;
}

.user-index {
	width: 5%;
}

.user-id {
	width: 8%;
}

.user-name {
	width: 15%;
}

.user-wx-info {
	width: 15%;
}

.user-price {
	width: 15%;
}
.user-status {
	width: 20%;
}

.head-img {
	float: left;
	width: 30px;
	height: 30px;
}

.nick-name {
	width: 150px;
	height: 30px;
	overflow: hidden;
}

.user-type {
	width: 7%;
}

.user-buyer-remark {
	width: 10%;
}

.buyer-remark-btn {
	width: 10%;
}

.background-line-0 {
	background-color: beige;
}

.background-line-1 {
	background-color: aliceblue;
}

.cell-buyer {
	border: 1px solid green;
	border-radius: 10px;
	padding: 3px 0;
}

.user-choosed {
	background: green;
	color: white;
	border-radius: 100%;
}
