.login-back-div{
	width: 100vw;
	height: 100vh;
	box-sizing: border-box;
	background: url("http://www.glsxkz.com/wp-content/uploads/logo/AIlogo.jpg");
	position: relative;
	background-size: cover;
}

.login-base-div{
	width: 450px;
	box-sizing: border-box;
	padding: 20px 20px;
	border-radius: 4px;
	background: #FFFFFF;
	box-shadow: 0px 8px 20px 0px rgba(183, 211, 255, 0.2893);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.account-login-back{
	visibility: hidden;
	height: 500px;
}

.login-name-div{
	width: 176px;
	height: 26px;
	font-family: Microsoft YaHei;
	font-size: 22px;
	font-weight: normal;
	line-height: 26px;
	text-align: center;
	letter-spacing: 0px;
	color: #333333;
}

.login-button{
	width: 180px;
	height: 56px;
	border-radius: 4px;
	line-height: 56px;
	font-family: Microsoft YaHei;
	font-size: 16px;
	text-align: center;
	font-weight: normal;
	letter-spacing: 0px;
	color: #FFFFFF;
	background: #007AFF;
	cursor: pointer;
}

.login-input-div{
	display: flex;
	flex-direction: row;
	height: 40px;
	border-radius: 4px;
	background: #F2F4FA;
	align-items: center;
}

.login-input-line{
	height: 25px;
	width: 1px;
	background: #DDE0EC;
}

input {
	border: none;
	outline: none;
	background: transparent;
	margin-left: 10px;
}

.login-icon{
	width: 16px;
	height: 20px;
	margin: 0 15px;
}

.company-info{
	width: 100%;
	text-align: center;
	color: #595959;
	position: absolute;
	bottom: 28px;
}

.button-list{
	display: flex;
	flex-direction: row;
	width: 280px;
	justify-content: space-around;
}



.update-submit-button{
	width: 100px;
	height: 40px;
	border-radius: 4px;
	line-height: 40px;
	font-family: Microsoft YaHei;
	font-size: 14px;
	text-align: center;
	font-weight: normal;
	letter-spacing: 0px;
	color: #FFFFFF;
	background: #007AFF;
	cursor: pointer;
}

.update-cancel-button{
	width: 100px;
	height: 40px;
	border-radius: 4px;
	line-height: 40px;
	font-family: Microsoft YaHei;
	font-size: 14px;
	text-align: center;
	font-weight: normal;
	letter-spacing: 0px;
	border: 1px solid #007AFF;
	color: #007AFF;
	cursor: pointer;
}

.internet-tip{
	position: fixed;
	bottom: 0px;
	right: 0px;
	width: 100vw;
	text-align: right;
	height: 20px;
	line-height: 20px;
	padding: 0 10px;
	background-color: #f7f7f7;
	color: #ff4900;
	display: none;
}

.internet-tip >a{
	color: #007AFF;
}

.login-link-back{
	display: flex;
	flex-direction: row;
	align-self: self-end;
}

.login-link-div{
	width: 98px;
	height: 22px;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	text-decoration: underline;
	color: #287CFF;
	cursor: pointer;
}

.phone-login-back{
	visibility: hidden;
	height: 350px;
}

.user-login-button {
	width: 260px;
	height: 38px;
	border-radius: 10px;
	opacity: 1;
	background: #007AFF;
	line-height: 38px;
	text-align: center;
	color: #FFFFFF;
	font-family: Microsoft YaHei;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0em;
	cursor: pointer;
}

.layui-form-item{
	margin-bottom: 0px !important;
}

.layui-input-prefix {
	left: 10px !important;
}

.identity-back{
	display: none;
	width: 460px;
	height: 440px;
	background: #F7F7F7;
	box-sizing: border-box;
	border: 1px solid #D8D8D8;
	box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.3);
	border-radius: 4px;
}

.identity-div{
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 40px;
	position: absolute;
}

.identity-name{
	width: 270px;
	height: 22px;
	font-size: 22px;
	font-weight: normal;
	line-height: 22px;
	letter-spacing: 0px;
	font-feature-settings: "kern" on;
	color: #3D3D3D;
	text-align:center;
}

.identity-select-info{
	width: 120px;
	height: 22px;
	font-size: 12px;
	font-weight: normal;
	line-height: 22px;
	font-feature-settings: "kern" on;
	color: #3D3D3D;
	text-align: center;
	margin-top: 30px;
}

.identity-list{
	display: flex;
	flex-direction: column;
	margin-top: 6px;
	position: absolute;
	top: 116px;
	bottom: 30px;
	overflow: auto;
}

.identity-info-div{
	display: flex;
	flex-direction: row;
	font-size: 12px;
	align-items: center;
	box-sizing: border-box;
	border: 1px solid #D8D8D8;
	width: 368px;
	height: 42px;
	border-radius: 5px;
	padding-left: 10px;
	padding-right: 4px;
	margin-bottom: 10px;
	cursor: pointer;
	padding-top: 7px;
	padding-bottom: 7px;
}

.identity-info-div:hover{
	box-sizing: border-box;
	border: 1px solid #287CFF;
}

.identity-user-name{
	font-family: Source Han Sans;
	font-size: 12px;
	line-height: 18px;
	font-feature-settings: "kern" on;
	color: #3D3D3D;
	font-weight: 700;
	width: 180px;
}

.identity-color-div{
	display: flex;
	flex-direction: row;
	align-items: center;
	line-height: 18px;
	margin-left: 16px;
	width: 115px;
}

.identity-color-radios{
	width: 8px;
	height: 8px;
	border-radius: 50%;
}

.teacher-color{
	color: #7D5AC4;
}

.teacher-color >div{
	background-color: #7D5AC4;
}

.agent-color{
	color: #4F9595;
}

.agent-color >div{
	background-color: #4F9595;
}

.login-desc-green{
	color: #00B578;
}

.login-desc-gray{
	color: #838383;
}

.channel-color{
	color: #848348;
}

.channel-color >div{
	background-color: #848348;
}

.noRole-color{
	color: #838383;
}

.noRole-color >div{
	background-color: #838383;
}

.admin-color{
	color: #00B578;
}
.admin-color >div{
	background-color: #00B578;
}

.shouqian-color{
	color: #1e9fff;
}
.shouqian-color >div{
	background-color: #1e9fff;
}

.gzTeacher-color{
	color: #58854d;
}
.gzTeacher-color >div{
	background-color: #58854d;
}

.cyb-color{
	color: #7e4f95;
}
.cyb-color >div{
	background-color: #7e4f95;
}

.select-identity-back{
	visibility: hidden;
	min-height: 400px;
}

.wx-login-back{
	height: 460px;
}

.loginQrCode {
	position: relative;
}

.qrCodeExpire {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(255,255,255,0.96);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

}

.expireDesc {
	margin-bottom: 38px;
	color: #3D3D3D;
	font-size: 14px;
}

.refreshCode {
	background-color: #007AFF;
	border-radius: 10px;
	color: #FFFFFF;
	display: inline;
	padding: 10px 35px;
	font-size: 14px;
	margin-bottom: 10px;
	cursor: pointer;
}

.expireInfo {
	color: #838383;
	font-size: 14px;
}

.loginQrCode,.loadingQrCode {
	/*width: 280px;*/
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
	margin-bottom: 40px;
}

.loadingImg {
	width: 280px;
	height: 280px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.err-danger {
	border-color: #ff5722 !important;
}

.account-login{
	color: #d4d4d4;
}

.identity-go{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.identity-go .tieImg{
	margin-left: 5px;
}
.identity-go .tieImg img{
	width: 6px;
}

.checkCode {
	color: #007aff !important;
	border-color: #007aff !important;
}

.browser-notify-msg{
	display: flex;
	flex-direction: row;
	padding: 20px 30px;
	align-items: center;
	font-size: 14px;
}
.browser-notify-msg i{
	font-size: 60px;
	color: #ff0000;
	margin: 10px;
}
.browser-notify-msg .notify-msg-title{
	margin: 20px 0;
}

.rowContainer {
	display: flex;
	flex-direction: row;
	box-sizing: border-box;
}

.columnContainer {
	display: flex;
	flex-direction: column;
}

.kefuPanel {
	position: fixed;
	bottom: 20px;
	right: 20px;
	cursor: pointer;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	user-select: none;
	transition: transform 0.2s, opacity 0.2s;
	z-index: 1000;
	border: 1px solid #FFFFFF;
	border-radius: 30px;
}

.kefuMove {
	cursor: move;
}

.helpItemList:hover {
	transform: scale(1.02);
}

.helpItemList {
	/*border-radius: 8px;*/
	/*background: #073379;*/
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
	/*padding: 10px 5px;*/
	padding: 3px;
	color: #FFFFFF;
	background: linear-gradient(180deg, #FF5252 0%, #F2B03D 100%);
	box-sizing: border-box;
	border-radius: 30px;
	gap: 10px;
}

.kefuIcon {
}

.workIcon {
	margin-bottom: 10px;
}

.kefuPanel .textDesc {
	text-align: center;
}

.kefuImg {
	background: #FFFFFF;
	border-radius: 100%;
	/*width: 55px;*/
	/*height: 55px;*/
	align-items: center;
	justify-content: center;
	margin-bottom: 7px;
	padding: 7px;
}

.guifanImg {
	align-items: center;
	justify-content: center;
	margin-bottom: 7px;
}


.fengeLine {
	background: rgba(255, 255, 255, 0.2);
	height: 1px;
}

.popup-content {
	position: absolute;
	background-color: white;
	border-radius: 8px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
	width: 180px;
	height: 281px;
	/*top: -284px;*/
	/*right: 0;*/
	gap: 30px;
}

.isHide {
	display: none;
}

.wxCode {
	align-self: center;
	margin-top: 10px;
	cursor: default;
	text-align: center;
}

.useWxButton {
	color: #FFFFFF;
	border-radius: 5px;
	background: #00D27F;
	align-self: center;
	padding: 10px 28px;
	cursor: pointer;
}

.useWxButton:hover {
	color: #FFFFFF;
}