.title {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 600;
	color: #666;
}

.tip {
	width: 1200px;
	margin: 0 auto 15px;
	padding: 10px 15px;
	background: #fff8e1;
	border: 1px solid #ffe082;
	border-radius: 6px;
	font-size: 13px;
	color: #8a6d3b;
	line-height: 22px;
}

.phone-collect-bar {
	width: 100%;
	margin-bottom: 12px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.phone-collect-label {
	font-size: 13px;
	color: #666;
}

.phone-collect-switch {
	width: 40px;
	height: 22px;
	border-radius: 11px;
	background: #ddd;
	cursor: pointer;
	position: relative;
	transition: background 0.25s;
}

.phone-collect-switch .switch-dot {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	top: 2px;
	left: 2px;
	transition: left 0.25s;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.phone-collect-switch.switch-on {
	background: #5FB878;
}

.phone-collect-switch.switch-on .switch-dot {
	left: 20px;
}

.phone-collect-status {
	font-size: 12px;
	color: #999;
}

.liuke-import-btn {
	margin-left: auto;
}

.liuke-import-btn:disabled {
	cursor: not-allowed;
}

.user-content-box {
	width: 1200px;
	margin: 10px auto;
}

.user-item-box {
	display: flex;
	align-items: center;
	padding: 8px 0;
	line-height: 30px;
}

.cell {
	text-align: center;
}

.user-title {
	font-weight: 600;
	background: #f8f8f8;
	border-radius: 4px;
}

.user-choose-btn {
	width: 4%;
	padding-left: 1%;
	cursor: pointer;
}

.layui-icon-ok-circle {
	font-size: 20px;
	transition: transform 0.2s;
}

.layui-icon-ok-circle:hover {
	transform: scale(1.2);
}

.user-index {
	width: 5%;
}

.user-id {
	width: 8%;
}

.user-wx-info {
	width: 15%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}

.user-phone {
	width: 10%;
}

.phone-link {
	color: #ff9833; /* v2.107补2 原#1E9FFF */
	text-decoration: none;
}

.phone-link:hover {
	text-decoration: underline;
}

.phone-none {
	color: #bbb;
}

.user-price {
	width: 15%;
}

.user-status {
	width: 18%;
}

.head-img {
   width: 28px;
   height: 28px;
   border-radius: 6px;
   object-fit: cover;
}

.nick-name {
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.user-buyer-remark {
	width: 10%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.buyer-remark-btn {
	width: 10%;
}

.background-line-0 {
	background-color: #fffdf5;
}

.background-line-1 {
	background-color: #f5faff;
}

.cell-buyer-remark {
	font-size: 12px;
	padding: 2px 8px;
}

.user-choosed {
	background: green;
	color: white;
	border-radius: 100%;
}
