*{
    margin: 0;
    padding: 0;
    outline: none;
    font-family: "Microsoft YaHei",Arial,sans-serif;
}
body{
    background-color: #ffffff;
}
ul li, ol li, dl dt{
    list-style-type: none;
}
img{
    display: block;
}
a{
    text-decoration: none;
}

[v-cloak]{
    display: none;
}
.clearfix:after{
    content: '';
    height: 0;
    clear: both;
    display: block;
}

.hide{
    display: none;
}

.loginBg{
	width: 100%;
	height: 100%;
	min-height: 680px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/bg.jpg);
	background-size: cover;
	background-position: center center;
}
.loginBg .loginBg-img{
	width: 100%;
	min-width: 1120px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.loginBg .loginBg-img img{
	width: 100%;
	height: 100%;
}

.loginBg .logo{
	/*width: 100%;*/
	height: 40px;
	margin: 40px 0 47px;
	margin-left: 20.83%;
}
.loginBg .logo img{
	height: 100%;
	width: auto;
}

.loginBg .slogan{
	width: 100%;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	margin-bottom: 40px;
}


.mainWrap{
	width: 360px;
	height: 406px;
	margin: 0 auto;
	position: relative;
}



/* 登录框 */
.login-wrap{
	width: 360px;
	height: 100%;
	background-color: #fff;
	border-radius: 4px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	padding: 8px 20px;
}

.login-tap{
	width: 62px;
	height: 62px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	cursor: pointer;
}

.loginWay-wrap{
	width: 100%;
	height: 100%;
	position: relative;
}
.loginWay-wrap .login-top{
	width: 100%;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	border-bottom: 1px solid #e5e5e5;
}
.loginWay-wrap .login-top .loginWay-title{
	font-size: 20px;
	color: #404040;
	line-height: 20px;
}
.loginWay-wrap .login-top .backBtn{
	height: 14px;
	display: flex;
	justify-content: center;
	position: absolute;
	top: 12px;
	left: 0;
	font-size: 14px;
	color: #666666;
	line-height: 14px;
	cursor: pointer;
}
.loginWay-wrap .login-top .backBtn img{
	width: 8px;
	height: 14px;
	margin: 0 6px 0 0;
	float: left;
}
.loginWay-wrap .login-top .backBtn span{
	float: left;
}

.loginWay-wrap .ipBox{
	width: 100%;
	font-size: 12px;
	line-height: 12px;
	color: #cccccc;
	position: absolute;
	left: 0;
	bottom: 12px;
	text-align: center;
}
.loginWay-wrap .login-kefu{
	position: absolute;
	bottom: 10px;
	left: 0;
	z-index: 1;
	font-size: 14px;
	line-height: 1;
	color: #0099FF;
	cursor: pointer;
}

.login-caris {
	position: absolute;
	bottom: 10px;
	right: 0;
	z-index: 1;
	font-size: 14px;
	color: #0099FF;
	cursor: pointer;
	display: inline-flex;     /* 或 flex */
	align-items: center;      /* 垂直居中 */
	gap: 6px;                 /* 图标与文字间距 */
	height: 14px;             /* 移除固定高度 */
	line-height: normal;      /* 避免 line-height 影响 */
}



/* 手机号登录 */
.loginWay-phone{
	width: 100%;
	height: 100%;
}

.login-form{
	width: 100%;
	height: auto;
	margin: 30px auto 0;
}
.login-form .normalFill{
	width: 100%;
	height: 42px;
	margin-bottom: 20px;
	position: relative;
}
.login-form .verificationTip{
	height: 34px;
	font-size: 12px;
	line-height: 34px;
	color: #f24444;
}
.login-form input{
	height: 42px;
	box-sizing: border-box;
	padding: 0 10px;
	font-size: 14px;
	color: #666666;
	background-color: #f8f8f8;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
}
.login-form input::placeholder{
	color: #cccccc;
}
.login-form .normalFill input{
	width: 100%;
}
.login-form .verificationCode input{
	width: 200px;
	float: left;
	margin: 0 10px 0 0;
}
.verificationCode-box{
	width: 110px;
	height: 42px;
	float: left;
	cursor: pointer;
}
.verificationCode-box img{
	width: 100%;
	height: 100%;
}

.login-form .loginBtn{
	width: 100%;
	height: 42px;
	background-color: #f8f8f8;
	border: 0;
	font-size: 16px;
	color: #cccccc;
	cursor: pointer;
	border-radius: 4px;
}
.login-form .loginBtn-active{
	background-color: #f24444;
	color: #ffffff;
}

.loginInstitution-tab{
	width: 50px;
	margin: 20px auto 0;
	cursor: pointer;
}
.loginInstitution-tab span{
	display: block;
	width: 44px;
	height: 44px;
	margin: 0 auto 10px;
	background: url(../img/icon1.png) no-repeat;
	background-size: 44px 44px;
}
.loginInstitution-tab:hover span,
.loginInstitution-tab:active span{
	background: url(../img/icon1-active.png) no-repeat;
}

.loginInstitution-tab p{
	width: 100%;
	font-size: 12px;
	color: #b2b2b2;
	line-height: 12px;
	text-align: center;
}



/* 机构登录 */
.institutionList{
	width: 100%;
	max-height: 214px;
	box-sizing: border-box;
	padding: 10px;
	overflow-x: hidden;
	overflow-y: scroll;
	position: absolute;
	top: 46px;
	left: 0;
	background-color: #ffffff;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	z-index: 10;
}
.institutionList ul li{
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	line-height: 14px;
	color: #666666;
	margin-bottom: 14px;
	cursor: pointer;
}
.institutionList ul li:last-child{
	margin-bottom: 0;
}

/* 扫码登录 */
.loginWay-code{
	width: 100%;
}
.loginWay-code .loginCode{
	width: 220px;
	height: 260px;
	margin: 30px auto 20px;
}
.loginWay-code .loginCode iframe{
	display: block;
	border: 0;
	width: 220px;
	height: 260px;
}


/* 选择单位弹框 */
.chooseDeptBox{
    width: 360px;
    height: 446px;
    background-color: #ffffff;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 0 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}
.chooseDeptBox .titleBox{
    width: 100%;
    height: 68px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
    font-size: 20px;
    color: #404040;
    text-align: center;
    line-height: 1;
    box-sizing: border-box;
    padding-top: 29px;
}
.chooseDeptBox .closeBtn{
    width: 21px;
    height: 21px;
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
}
.chooseDeptBox .deptList{
    width: 320px;
    height: 285px;
    margin-bottom: 10px;
    overflow-x: hidden;
}
.chooseDeptBox .deptList ul li{
    width: 100%;
    height: 42px;
    border-bottom: 1px solid #f0f0f0;
    box-sizing: border-box;
    padding: 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #666666;
    line-height: 42px;
    cursor: pointer;
}
.chooseDeptBox .deptList ul li:hover{
    background-color: #f5f5f5;
}
.chooseDeptBox .deptList ul li.active{
    color: #f24444;
}
.chooseDeptBox .sureBtn{
    display: block;
    border: 0;
    width: 100%;
    height: 42px;
    border-radius: 4px;
    color: #ffffff;
    background-color: #f24444;
    font-size: 16px;
    text-align: center;
    line-height: 42px;
    cursor: pointer;
}