html,
body {
	margin: 0;
	padding: 0;
}

.pc_virtual_elderly .animate {
	transition: 0.5s;
	transition-property: all;
	transition-duration: 0.5s;
	transition-timing-function: ease;
	transition-delay: 0s;
}

.pc_virtual_elderly .page-container {
	width: 1248px;
	margin: 0 auto;
	position: relative;
	z-index: 20;
	background-color: #fff;
	margin-top: 50px;
}

.pc_virtual_elderly .page-wrapper {
	padding: 30px 30px 0;
}

.pc_virtual_elderly .location-wrapper {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #707070;
}

.pc_virtual_elderly .page-content-wrapper {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}

.pc_virtual_elderly .navbar-wrapper {
	width: 267px;
	background: linear-gradient(0deg, #4895CF, #3E7CC7, #3F7FC8);
	padding-bottom: 54px;
	height: 984px;
}

.pc_virtual_elderly .navbar-header {
	width: 100%;
	height: 64px;
	background-image: url(./h3.png);
	background-repeat: no-repeat;
	background-origin: center;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
	text-align: center;
	line-height: 64px;
	font-size: 26px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}

.pc_virtual_elderly .navbar-content {
	margin-top: 64px;
}

.pc_virtual_elderly .navbar {
	height: 64px;
	margin-bottom: 20px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	/* text-shadow: 0px 3px 6px rgba(31,90,154,0.4200);
    box-shadow: 0px 6px 10px 0px rgba(31,90,154,0.7000); */
	cursor: pointer;
	border-radius: 0 !important;
	position: relative;
}

.pc_virtual_elderly .navbar-item {
	color: #FFFFFF;
	margin-left: -12px;
	background: rgba(1, 82, 147, 0.498039215686275);
}

.pc_virtual_elderly .navbar-item::before {
	border: 6px solid rgba(1, 82, 147, .7);
	border-left: 6px solid transparent;
	border-bottom: 6px solid transparent;
	content: "";
	position: absolute;
	bottom: -13px;
	width: 0;
}

.pc_virtual_elderly .navbar-item-active {
	color: #fff;
	margin-left: -12px;
	background: rgba(1, 82, 147, 1);

}

.pc_virtual_elderly .navbar-item-active::before {
	border: 6px solid rgba(1, 82, 147, 1);
	border-left: 6px solid transparent;
	border-bottom: 6px solid transparent;
	content: "";
	position: absolute;
	bottom: -13px;
	width: 0;
}

.pc_virtual_elderly .navbar-label {
	height: 100%;
	line-height: 64px;
	margin-left: 30px;
}

.pc_virtual_elderly .page-content {
	flex: 1;
	margin-left: 20px;
}

.pc_virtual_elderly .consult {}

.pc_virtual_elderly .consult .title {
	padding: 0 25px;
	font-size: 24px;
	font-weight: bold;
	line-height: 68px;
	opacity: 0.7;
	height: 68px;
	background: linear-gradient(86.2698189683159deg, rgba(1, 82, 147, 1) 2%, rgba(66, 126, 203, 1) 100%);
	display: flex;
	color: #fff;
}

.pc_virtual_elderly .consult .title .text {
	width: 720px;
}

.pc_virtual_elderly .consult .title .time {
	flex: 1;
	font-size: 20px;
	font-weight: normal;
}

.pc_virtual_elderly .consult .items {
	padding-top: 5px;
}

.pc_virtual_elderly .consult .items .item {
	display: flex;
	height: 56px;

	border-bottom: 1px solid rgba(228, 228, 228, 1);
	padding: 0 20px;
	align-items: center;
	position: relative;
	cursor: pointer;
	transition: all 0.5s;
}

.pc_virtual_elderly .item-icon {
	border-radius: 6px;
	width: 6px;
	height: 6px;
	background: #3F7FC8;
	margin-right: 20px;
	transition: all 0.1s;
}

.pc_virtual_elderly .consult .items .item:hover {
	padding-left: 30px;
	color: #3F7FC8;;
}

.pc_virtual_elderly .consult .items .item:hover .item-icon {
	width: 10px;
	height: 10px;
	border-top: 1px solid #3F7FC8;
	border-right: 1px solid #3F7FC8;
	transform: rotate(45deg);
	background: transparent;
	border-radius: 0;

}

.pc_virtual_elderly .consult .items .item .label-text {
	width: 674px;
	height: 100%;
	line-height: 55px;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

}
.pc_virtual_elderly .consult .items .item .label-text1{
	width: 674px;
	height: 100%;
	line-height: 55px;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

}

.pc_virtual_elderly .consult .items .item .time {
	flex: 1;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.498039215686275);
	text-align: right;
}

.pc_virtual_elderly .page-navigation {
	display: flex;
	justify-content: right;
}



