.mobile-content {
	background: #f8f8f8;
	min-height: 100vh;
	padding: 10px;
}

/* 去除 li 默认样式 */
.mobile-content li {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* 去除 a 标签默认样式 */
.mobile-content a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

/* 可选：去除 ul 的默认样式 */
.mobile-content ul {
	margin: 0;
	padding: 0;
}

.shujukaif_laowu_title {
	width: calc(100% - 20px);
	height: 60px;
	background: #ffffff;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 500;
	color: #4983e9;
	position: relative;
	padding: 0 10px;
}

#shujukaif_laowu_citySelect {
	border: none;
	background: transparent;
	font-size: 14px;
	font-weight: 500;
	color: #4983e9;
	outline: none;
	text-align: center;
	width: 100%;
	height: 100%;
}

.shujukaif_laowu_box {
	padding: 10px 15px;
	height: auto;
	background: #ffffff;
	border-radius: 5px;
	margin-bottom: 10px;
}

.shujukaif_laowu_box .shujukaif_laowu_box_title {
	font-size: 16px;
	font-family: PingFang SC, PingFang SC-Semibold;
	font-weight: 600;
	text-align: left;
	color: #333333;
	line-height: 28px;
}

.shujukaif_laowu_box .shujukaif_laowu_box_phone {
	font-size: 14px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 500;
	text-align: left;
	color: #999999;
	line-height: 24px;
}

.shujukaif_laowu_box .shujukaif_laowu_box_adress {
	font-size: 14px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 500;
	text-align: left;
	color: #999999;
	padding-bottom: 4px;
}