.video-banner{
	margin-top:1rem ;
}
.video-doctor-box{
	padding:.5rem;
	background:#f5f5f5;
}
.video-doctor-box li{
	float:left;
	width:1.5rem;
	border-radius: 150px;
	margin-right:30px;
}
.video-doctor-box li img{
	width:1.5rem;
	height:1.5rem;
	border-radius: 200px;
	box-shadow: 0 0 10px #dedede;
	
}
.video-doctor-box .selected img{
	border:3px solid #f90;
}
.video-profile{
	padding:.1rem .5rem .5rem .5rem;
	background:#f5f5f5;
}
	
.video-profile .profile-box{
	position: relative;
	background: #fff;
	border-radius: 3px;
	margin-top:.2rem;
}
.video-profile .profile-box .photo{
	position: absolute;
	top:-.3rem;
	left:.25rem;
}
.video-profile .profile-box .photo img{
	width:2.5rem;
}
.video-profile .profile-box .profile{
	padding:.6rem .1rem 1rem 2.9rem;
}
.video-profile .profile-box .profile h1{
	font-size:.5rem;
	border-left:5px solid #ff9543;
	padding-left:.2rem;
	line-height:.5rem;
}
.video-profile .profile-box .profile h2{
	
	color:#ff9543;
	margin-top:.1rem;
}
.video-profile .profile-box .profile h3{
	
	margin-top:.1rem;
}
.video-profile .profile-box .expert-box{
	background:#ff9543;
	padding:.3rem;
	color:#fff;
	border-radius: 5px;
	
}
.video-list-box{
	padding:.2rem .5rem .5rem .5rem;
	background:#f5f5f5;
}
.video-list-box li{
	float:left;
	width:48%;
	height:4rem;
	margin-bottom:5%;
	background:#fff;
}
.video-list-box li:nth-child(2n+2){
	margin-right:0;
	float:right;
}
.video-list-box li h1{
	margin-top:.15rem;
	font-size:.3rem;
	padding:.2rem;
}
.video-icon{
	margin-top:1rem;
	text-align: center;
	margin-bottom:1rem;
}
.video-icon img{
	width:1.5rem;
}
.video-icon h1{
	font-size:.15rem;
	margin-top:.2rem;
	color:#ccc;
}
.video-icon1{
	margin-top:1.2rem;
	text-align: center;
	margin-bottom:1rem;
}
.video-icon1 img{
	width:1.5rem;
}
.video-icon1 h1{
	font-size:.15rem;
	margin-top:.2rem;
	color:#ccc;
}

	