html,
body {
	height: 100%;
}

.main {
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
}

p {
	margin: 0;
}

.h-fl {
	float: left;
}

.h-fr {
	float: right;
}

.h-clear {
	clear: both;
	display: block;
	width: 100%;
}

.clear {
	clear: both;
}

.inline {
	display: inline-block;
}

.mt10 {
	margin-top: 5px;
}

.mt20 {
	margin-top: 20px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb40 {
	margin-bottom: 20px;
}

.fullmain {
	width: 100%;
	min-width: 1200px;
	height: 100%;
	min-height: 680px;
	background-image: url(../../../images/furtherEducationManage/login_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.content-box {
	position: absolute;
	min-width: 1200px;
	top: 120px;
	min-height: 492px;
}


/*左盒子内容*/

.left-box {
	width: 600px;
	height: 545px;
}

.login-doctor {
	height: 545px;
	background: url(../../../images/furtherEducationManage/further-login.png) no-repeat;
}

.height40 {
	height: 45px;
}


/*右边盒子*/

.right-box {
	width: 500px;
	height: 490px;
	padding: 60px 0 0 20px;
}

.btn-primary {
	background-color: #137bd4;
}

.form1 {
	border-radius: 0;
	border-color: #e6e6e6;
}
.form2 {
	border-radius: 0;
	width:98px;
}

.login-box {
	width: 77%;
	margin-top: 50px;
	height: 400px;
	border: 1px solid #fff;
	border-radius: 15px;
	background: #ffffff;
	padding: 20px 23px;
}

.codeImgDiv {
	width: 96px;
	height: 45px;
	position: relative;
	bottom: 1px;
	cursor: pointer;
}

.codeImg {
	width: 100%;
	height: 100%;
}

.login-line {
	height: 1px;
	width: 12%;
	background-color: #e6e6e6;
	position: relative;
	top: 13px;
}

.login-title {
	font-family: "微软雅黑";
	font-size: 22px;
	font-weight: 500;
	padding: 0 15px;
	float: left;
	text-align: center;
	width: 76%;
}

.password-login {
	display: none;
}

.mode {
	color: #0079D7;
	cursor: pointer;
}

.mode:hover {
	color: green;
}

.mode-active {
	color: #bbbbbb;
	cursor: default;
}

.mode-active:hover {
	color: #bbb;
}

.verification-btn {
	position: relative;
	bottom: 2px;
}

.phone1 {
	display: inline-block;
}

.verification1 {
	width: 218px;
}

.verification2 {
	width: 218px;
}

.login-btn {
	width: 100%;
}

.register {
	margin-top: 20px;
}

.register-line {
	height: 5px;
	width: 37%;
	border-bottom: 2px dashed #e6e6e6;
	position: relative;
	top: 10px
}

.register-btn {
	color: #0079d7;
	float: left;
	text-align: center;
	padding: 0 0 0 28px;
	cursor: pointer;
}


/*底部*/

.footer {
	width: 100%;
	height: 80px;
	position: absolute;
	bottom: 0;
	color: #FFFFFF;
	text-align: center;
}
.footer p{
	margin-top: 12px;
}

/*新增邮箱登录*/

.login-change {
	margin-bottom: 10px;
}

.login-type {
	width: 49%;
	display: inline;
	padding: 0 46px 10px 47px;
	text-align: center;
	cursor: pointer;
	/*padding-bottom: 5px;*/
	margin-bottom: 10px;
}

/*#emailType{
	position: relative;
	top:-37px;
	left:100px;
}*/
.login-choose{
	border-bottom: 2px solid #137bd4;
}
#emailLoginBtn{
	margin-top: 15px;
}
#codeLogin{
	position: absolute;
}
/*注册邮箱弹窗*/
#emailRegister{
	padding: 30px 40px;
}
.register-input{
	width: 72%;
	float: left;
}
.label-title{
	width: 80px;
	float: left;
	vertical-align: middle;
	position: relative;
	top: 5px;
}
.width60p{
	width: 60%;
	float: left;
}
#getEmailCode{
	float: right;
}
.email-mb{
	margin-bottom: 25px;
}
.hint{
	color: red;
	font-size: 12px;
	float: left;
	position: relative;
	top: -20px;
	display: none;
}
/*绑定手机号弹框*/
#bindPhone{
	padding: 30px 40px;
}
.float-right{
	float: right;
}
.bindImgCodeDiv{
	width: 96px;
	height: 35px;
	position: relative;
	bottom: 1px;
	cursor: pointer;
}
.tip{
	color: #666666;
}
.emailTip{
	display: none;
	font-size: 12px;
	color: red;
	position: absolute;
	left: 130px;
	top: 65px;
}
.phoneTip{
	display: none;
	color: red;
	font-size: 12px;
	position: absolute;
	left: 130px;
	top: 65px;
}
#email{
	margin-top: 10px;
}
#codeLoginName{
	margin-top: 10px;
}
