
/* 主要内容 */
body{
	height: 100%;
}
.video_wrap {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:100000;
}
.patient_video{
	background: url("../images/m/call_out_content_bg.png") no-repeat center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height:100%;
}
.doctor_video{
	width: 16.5rem;
	height: 11rem;
	overflow: hidden;
	border:1px solid #048A8B;
	border-radius: 1px;
	position: fixed;
	top: 5rem;
	right: 2rem;
}
.patient_video .doctor_name,
.doctor_video .doctor_name{
	background: rgba(0,0,0,.6);
	position: absolute;
	bottom:0;
	font-size: 1.4rem;
	width: 100%;
	padding: 0.2rem 0.5rem;
	color:#fff;
}
.doctor_video img{
	width: 100%;
	height: auto;
}
.hangup_btn{
	position: fixed;
	bottom: 5%;
	left: 50%;
	-ms-transform:translate(-50%,0);
	-webkit-transform:translate(-50%,0);
	transform:translate(-50%,0);
	text-align: center;
	color: #FF185E;
	z-index: 1000;
}
.hangup_btn .hangup_btn_img{
	display: inline-block;
	width: 5rem;
	height: 4.9rem;
	line-height: 4.9rem;
	background:#FF185E;
	border-radius: 50%;
	border:2px solid #fff;
	margin-bottom: 1rem;
}