/*视屏直播 h5 医生登录*/


/*logo*/

.login-Box .one {
	background: #58A0F2;
	padding-top: 4rem;
	position: relative;
}

.login-Box .one img {
	display: block;
	margin: auto;
}


/*输入框*/

.input-Box {
	padding-top: 1.5rem;
}

.input-Box label {
	display: block;
	width: 86%;
	margin: auto;
	margin-top: 1.5rem;
	position: relative;
}

.input-Box input {
	width: 100%;
	border: 1px solid #D9D9D9;
	text-indent: 4.7rem;
	height: 4.5rem;
	line-height: 4.5rem;
	font-size: 1.5rem;
}

.input-Box label img {
	width: 2.7rem;
	position: absolute;
	left: 1rem;
	top: 1rem;
}
.input-Box .yzm-label{
	
}
.input-Box .yzm-label input{
	width: 65%;
	/*margin-right: 5%;*/
	
}
.input-Box .yzm-label div{
	height: 4.5rem;
	line-height: 4.5rem;
	background: #58A0F2;
	color: #fff;
	font-size:1.5rem ;
	width: 30%;
	text-align: center;
}
.input-Box .yzm-label .yzm-Btn-ativ{
	background: #D9D9D9;
}
/*账号 验证码切换*/

.detail-nav {
	padding-bottom: 0.2rem;
	background: #fff;
	width: 86%;
	margin: auto;
	margin-top: 1.5rem;
}

.detail-nav span {
	position: relative;
	float: left;
	width: 50%;
	display: block;
	text-align: center;
	line-height: 3.5rem;
	font-size: 1.9rem;
	cursor: pointer;
	text-align: center;
	color: #909090;
}

.detail-nav .span-ativ {
	color: #58a0f2;
}

.detail-nav .span-ativ::after {
	position: absolute;
	content: "";
	display: block;
	border-bottom: 0.1rem solid #58a0f2;
	width: 100%;
	bottom: 0;
}


/*登录 注册 按钮*/

.btn-Box {
	width: 86%;
	margin: auto;
	margin-top: 2.5rem;
}

.btn-Box div {
	width: 45%;
	float: left;
	border-radius: 0.4rem;
	text-align: center;
	font-size: 1.6rem;
	line-height: 4rem;
}

.btn-Box .btn-logo {
	background: #58A0F2;
	color: #fff;
}

.btn-Box .btn-zhuce {
	background: #D9D9D9;
	color: #000;
}