.block {
	display: block;
}
.f-bold {
  font-weight: bold;
}
.list-1 li.caution {
	font-weight: bold;
	color: #bf021d;
}
.list-1 li.caution a {
	text-decoration: underline;
	color: #bf021d;
}
.list-1 li.caution a:hover {
	opacity: 0.6;
}
.caut {
	margin-top: 5px;
}
.caut .note-list-1 {
    margin-top: 0;
}
.area_name {
	position: relative;
	cursor: pointer;
	user-select: none;
	padding: 3px 0.5em;
	background-color: #ffe3e3;
	margin: 1px auto;
	border-radius: 5px;
}
.area_name .tglBtn {
	position: absolute;
	top: 3px;
	right: 5px;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 0 3px;
	background-color: #fff;
	font-size: 13px;
}

.clist {
	display: none;
}
.clist li {
	box-sizing: border-box;
	background-color: #efefef;
	margin: 3px auto;
	border-radius: 5px;
	width: 98%;
}
.clist li label {
	padding: 2px 0 3px 0.5em;
	display: block;
}
.area_name:hover, .clist li:hover {
	opacity: 0.7;
}
#cat_select .th_name {
	position: relative;
	background-color: #ffe3e3;
	padding: 3px 0.5em;
	margin: 1px auto;
	border-radius: 5px;
	cursor: pointer;
}
#cat_select .th_name:hover {
	opacity: 0.7;
}
#cat_select .li_list {
	padding: 5px;
	display: flex;
	flex-wrap: wrap;
}
#cat_select .li_list li {
	background-color: #efefef;
	padding: 5px;
	margin: 0.5% 0.5% 0.5%;
	border-radius: 5px;
	width: 49%;
}

#cat_select .liposuction_list li:first-child,
#cat_select .gynecology_list li:first-child,
#cat_select .tattoo_list li:first-child,
#cat_select:last-child .li_list li {
	width: 100%;
}

@media screen and (max-width: 768px) {
	#cat_select .li_list li {
		margin: 0.5% 0.5% 0.5%;
		width: 99%;
	}
	#cat_select .li_list li .fname:before {
		content: '';
		display: block;
		height: 4px;
	}
	#cat_select .li_list li .fname:first-child:before {
		content: '';
		display: inline;
		width: 0px;
		height: 0px;
	}
}

#cat_select input {
	margin: 0 5px;
	vertical-align: middle;
}
#cat_select .fname {
	margin-left: 5px;
}
#cat_select .tglBtn {
	position: absolute;
	top: 3px;
	right: 5px;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 0 3px;
	background-color: #fff;
	font-size: 13px;
}
#cat_select .desc {
	font-size: 13px;
	padding: 0 8px;
}







tr.display-tojitsu_yoyaku ul li:first-child label::after {
	content: '问诊后再决定是否做，如当天机器有空就可安排，否则改天。';
	display: block;
}
tr.display-tojitsu_yoyaku ul li:nth-child(2) label::after {
	content: '问诊后如没有问题，当天即可以接受治疗。';
	display: block;
}