#login {
	width: 100%;
	height: 100%;
	position: fixed;
	font-size: 14px;
	top: 0;
	left: 0;
	-webkit-app-region: drag;
	/*background-color: #035FFF;*/
}

.no-drag {
	-webkit-app-region: no-drag;
}

a,
button,
input {
	-webkit-app-region: no-drag;
}

#login .login_box {
	background: url('../../images/frame.png');
	width: 528px;
	height: 325px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 14px;
}

#login .logo {
	width: 100%;
	height: 175px;
	text-align: center;
}

#login .closeDiv {
	width: 90px;
	height: 40px;
	position: absolute;
	right: 0;
	color: #00ebf4;
	top: 70px;
	line-height: 50px
}

#login .closeDiv span:hover {
	cursor: pointer;
}

#login .closeDiv i {
	width: 30px;
	height: 26px;
	font-size: 20px;
	display: inline-block;
	line-height: 26px;
	border: solid 1px #00f6ff;
}

#login .closeDiv .close i:hover {
	border: 1px solid #ff0000;
	background: #ff0000;
	color: #fff;
}

#login .closeDiv .mini i:hover {
	border: 1px solid #00ffff !important;
	color: #fff;
	background: #00ffff !important;
}

#login .input_box {
	width: 100%;
	height: 227px;
	margin-top: 94px;
	border-top: none;
	position: relative;
	box-sizing: border-box;
}

#login .login_type {
	position: absolute;
	top: -33px;
	left: 10px;
}

#login .login_type li {
	width: 120px;
	height: 31px;
	line-height: 32px;
	text-align: center;
	float: left;
	color: #02d9e5;
	cursor: pointer;
}


.active {
	color: #07eef7 !important;
	border: 2px solid #177bd1;
	border-bottom: none;
	background: #11111b;
}

.pwd_login {
	width: 300px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

.pwd_login .el-input {
	width: 240px;
	height: 40px;
	outline: none;
}

.pwd_login .el-input input {
	border: solid 1px #184b7d;
	color: #00ffe5;
	background-color: rgba(0, 0, 0, 0);
	border-radius: 1px;
	height: 34px;
	line-height: 34px;
}

span.el-input__prefix {
	line-height: 40px;
}

.pwd_login .el-input input::placeholder {
	color: #ffffff
}

.el-input.is-active .el-input__inner,
.el-input__inner:focus {
	border-color: #00ebf4;
}

.login_btn {
	width: 240px;
	height: 36px;
	bottom: 40px;
	color: #00ffe5;
	position: absolute;
	left: 145px;
	border: none;
	border-radius: 1px;
	background-color: #2c2c32;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.headerT {
	width: 760px;
	margin: 0;
	padding: 0;
	display: flex;
	position: absolute;
	left: 18px;
	bottom: 10px;
	justify-content: space-between;
	color: #00ffff;
}

.chats_login p {
	bottom: -38px;
}

.login_box .login_left {
	width: 140px;
	height: 140px;
	margin: 0 auto;
	background-color: rgba(249, 249, 249, 1);
	text-align: center;
	border: 1px solid #02b2d6;
	position: relative;
}

.login_box .login_left img {
	width: 140px;
	height: 140px;
	margin-top: 20px;
}

.login_box .login_left p {
	line-height: 27px;
	position: relative;
}

._error {
	position: absolute;
	width: 700px;
	text-align: center;
	top: 195px;
	left: -200px;
	color: #ffffff;
}

._error span {
	font-size: 12px;
	background-color: #ce3800;
	padding: 4px 12px;
}

.scan {
	color: rgba(5, 201, 99, 1);
	font-size: 26px;
	float: left;
	margin: 7px 5px 0 18px;
}

.login_box iframe {
	width: 140px;
	height: 140px;
}

.impowerBox .qrcode {
	width: 140px;
	height: 140px;
}

.el-input .el-input__clear {
	color: #02b2d6
}

.el-input .el-input__clear:hover {
	color: #02b2d6
}

/*
h1 {
    position: absolute;
    font-size: 40px;
    width: 100%;
    top: 67px;
    text-align: center;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;   
}*/
/*修改部分*/
.schoolName {
	font-size: 28px;
	height: 37px;
	line-height: 37px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	text-align: center;
	color:#00ffff;
	position: absolute;
	top: 33px;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding: 0 24px;
	box-sizing: border-box;
	text-shadow: 0px 2px 2px rgba(0, 1, 10, 0.4);
}

.btnBox span {
	font-size: 12px;
	color:#169eb9;
	cursor: pointer;
}

.el-checkbox__input.is-checked+.el-checkbox__label {
	color:#169eb9; !important;
}

.btnBox {
	height: 15px;
	line-height: 15px;
	width: 240px;
	margin-left: 30px;
	display: flex;
	justify-content: space-between;
	margin-top: 6px;
}

span.el-checkbox__inner {
	width: 13px;
	height: 13px;
	border: 1px solid #00ffff;
	background-color: rgba(0, 0, 0, 0);
}

label.el-checkbox {
	float: left;
	margin-top: -2px;
}

.el-checkbox__input.is-checked .el-checkbox__inner,
.el-checkbox__input.is-indeterminate .el-checkbox__inner {
	background: #00ffff !important;
	border-color: #00ffff !important;
}

.el-checkbox__inner::after {
	border-right: 1px solid #0361ff !important;
	border-bottom: 1px solid #0361ff !important;
}

button {
	-webkit-app-region: no-drag;
}

.backBox {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}

.big_img_box {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	background-image: radial-gradient(ellipse 50% 50% at 50% 50%, #2b579a 0%, #002c70 75.72%, #002359 100%);
	position: relative;
}
.big_img_box img{
	position: absolute;
}
.big_img_box img:first-child{
	top: 0;
}
.big_img_box img:last-child{
	bottom: 0;
}
input::-webkit-input-placeholder {
	color: #29b5c3 !important;
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #29b5c3 !important;
}

input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #29b5c3;
}

input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #29b5c3 !important;
}

.foot_box {
	width: 100%;
	height: 40px;
	position: fixed;
	bottom: 0;
	left: 0;
	color: #17f0fe;
	font-size: 14px;
	background-color: rgba(44, 44, 50, 0.6);
	line-height: 40px;
	text-align: right;
}

.foot_box span {
	cursor: pointer;
	font-size: 14px;
	border-right: 1px solid #19354d;
	padding: 0 12px;
}

.proving {
	width: 240px;
	display: flex;
	margin-left: 18px;
}

.proving .pwd_login .el-input,
.proving input.el-input__inner {
	width: 148px !important;
	height: 34px;
	margin-right: 8px;
	outline: none;
}

.proving img {
	width: 80px;
	height: 36px;
}

.close,
.close1 {
	display: inline-block;
	font-family: MicrosoftYaHei;
	width: 36px;
	height: 36px;
	line-height: 26px;
	text-align: center;
	float: right;
	cursor: pointer;
}

#submit,
#submit:active,
#submit:hover {
	background-color:#00ffff;
	border-color: #00ffff;
	color:#152756;
	box-shadow:0px 3px 6px rgba(0, 0, 0, 0.16);
}

#closeBtn {
	background: url('../../images/close.png');
}

#minimizeBtn {
	background: url('../../images/mize.png');
}

#setBtn {
	background: url('../../images/set.png');
}

#closeBtn:hover {
	background: url('../../images/closeHover.png');
}

#minimizeBtn:hover {
	background: url('../../images/mizehover.png');
}

#setBtn:hover {
	background: url('../../images/setHove.png');
}

.el-button span {
	display: block;
	width: 100%;
	height: 100%;
}

.closBox {
	position: fixed;
	width: 422px;
	height: 136px;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #ebeef5;
	box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
	top: 220px;
	left: 187px;
	z-index: 9;
}

p.clHead {
	height: 18px;
	line-height: 18px;
	padding: 15px 15px 10px;
	font-size: 18px;
	color: #303133;
}

p.clBody {
	padding: 10px 15px;
	color: #606266;
	font-size: 14px;
}

.clFoot {
	padding: 5px 15px 0;
	text-align: right;
}

.clFoot button {
	padding: 9px 15px;
	font-size: 12px;
	border-radius: 3px;
	display: inline-block;
	white-space: nowrap;
	cursor: pointer;
	background: #fff;
	border: 1px solid #dcdfe6;
}

.define {
	color: #fff;
	background-color: #409eff !important;
	background: #409eff !important;
}

.define:hover {
	background: #66b1ff !important;
	border-color: #66b1ff !important;
	color: #fff;
}

.el-checkbox__inner:hover,
.el-checkbox__input.is-focus .el-checkbox__inner {
	border-color: #00ffff !important;
}

.btn_click{
    font-family:PingFang SC;
    font-size:12px;
    cursor: pointer;
	width: 240px;
	height: 36px;
	bottom: 0;
	color: #169eb9;
	position: absolute;
	left: 214px;
	display: flex;
	align-items: center;
	justify-self: center;
}
.btn_click img{
    width: 24px;
    height: 24px;
    margin-right: 4px;
}