::-ms-clear,
::-ms-reveal {
	display: none;
}

* {
	margin: 0;
	padding: 0;
}

body {
	height: 100vh;
	width: 100vw;
	overflow: hidden;
	background-attachment: fixed;
	background: url("../icons/login.jpg") no-repeat;
    background-size: 100% 100%;
}

.forget-login-pwd {
	position: absolute;
	z-index: 100;
	top: 95px;
	right: 70px;
}

#forgetLoginPwdBtn {
	font-family: "Microsoft YaHei";
	font-size: 18px;
	color: white;
	text-decoration: none;
}

.forget-login-pwd-tip {
	margin-top: 65px;
	font-family: "Microsoft YaHei";
	font-size: 16px;
	color: white;
	display: none;
}


.modify-pass {
	width: 500px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	background-color: #fff;
	z-index: 1005;
	border-radius: 10px;
	overflow: hidden;
}

css-icon {
	width: 20px;
	height: 20px;
	display: inline-block;
	position: relative;
	color: #fff;
	cursor: pointer;
}

css-icon:hover {
	color: #fad1d1;
}

.icon-close::before {
	content: '';
	box-sizing: inherit;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 90%;
	border-top: 2px solid;
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.icon-close::after {
	content: '';
	box-sizing: inherit;
	position: absolute;
	left: 50%;
	top: 50%;
	height: 90%;
	border-left: 2px solid;
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.modify-pass .modify-pass-header {
	width: 100%;
	height: 39px;
	background-color: #4EC1B2;
	color: #fff;
	padding: 0 10px;
	box-sizing: border-box;
	line-height: 39px;
	font-size: 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.cbi_key_eye_close {
	background-position: -1132px -187px !important;
}

.modify-pass .modify-pass-body {
	width: 100%;
	padding: 20px 30px 0 30px;
	box-sizing: border-box;
}

.modify-pass .modify-pass-body p {
	color: crimson;
	font-size: 12px;
	line-height: 18px;
}

.modify-pass .sure-modify-btn {

	background-color: #4EC1B2;
	width: 120px;
	height: 40px;
	outline: none;
	border: none;
	margin: 0 auto;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
	display: block;
	margin-bottom: 20px;
	font-size: 16px;
}

.modify-pass .sure-modify-btn:hover {
	background-color: #78cec3;
}

.modify-pass .cancel-modify-btn {
	line-height: 40px;
	padding: 6px 30px;
	background-color: #ccc;
	text-decoration: none;
	margin-left: 15px;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
}

.eventdeal {
	pointer-events: none
}

.err-border {
	border: 2px solid rgb(254, 128, 139) !important
}

.modify-pass .modify-pass-footer {
	width: 100%;
	box-sizing: border-box;
}

.passli {
	display: flex;
	margin: 20px 0;
	align-items: center;
}

.passli:last-of-type {
	margin-bottom: 0;
}

.passli label {
	width: 100px;
	display: inline-block;
	text-align: start;
	font-size: 16px;
	font-family: "Microsoft YaHei";
	color: #343e4e;
	margin-right: auto;
}

.passli .password {
	width: 320px;
	height: 40px;
	position: relative;
}

.passli .password input {
	width: 100%;
	height: 100%;
	border: 1px solid #e7e7e9;
	box-sizing: border-box;
	font-family: "Microsoft YaHei";
	border-radius: 4px;
	padding: 0 25px 0 10px;
	font-size: 16px;
}

.passli .password .cbi_key_eye {
	position: absolute;
	right: 10px;
	background: url("../icons/icon-1440.png") no-repeat;
	height: 20px;
	width: 20px;
	cursor: pointer;
	display: inline-block;
	top: 50%;
	right: 10px;
	transform: translate(0, -50%) scale(0.8);
	margin-left: -40px;
	background-position: -1091px -186px;
}

.passli input {
	font-size: 18px;
	background-color: #f5f5f5;
	padding: 0 35px 0 10px;
}

.center_area {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 99;
	height: 430px;
}

input,
textarea {
	outline: none;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
	border: 1px solid #ccc !important;
}

#booting_log {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -137px;
	margin-top: -200px;
	width: 275px;
	height: 230px;
	z-index: 2;
}

#booting_info {
	position: relative;
	left: 50%;
	margin-left: -261px;
	width: 525px;
	height: 40px;
	line-height: 40px;
	font-family: "Microsoft YaHei";
	font-size: 15pt;
	color: white;
	text-align: center;
	background: transparent;
	border-style: none;
	resize: none;
	cursor: default;
	overflow: hidden;
	outline: none;
}

.changemodeinfo {
	position: relative;
	left: 50%;
	margin-left: -230px;
	width: 460px;
	height: 40px;
	line-height: 40px;
	font-family: "Microsoft YaHei";
	font-size: 15pt;
	color: white;
	text-align: center;
	background: transparent;
	border-style: none;
	resize: none;
	cursor: default;
	overflow: hidden;
	outline: none;
}

#img_log {
	background: url(../icons/icon-1440.png);
	background-position: -1200px -142px;
	width: 230px;
	height: 155px;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
}

#input {
	margin-top: 60px;
	margin-left: 93px;
	width: 530px;
	height: 80px;
	z-index: 2;
	position: relative;
}

#input_bg {
	background-color: #FFFFFF;
	width: 450px;
	height: 75px;
	border-radius: 5px;
}

#password {
	background-color: rgba(231, 231, 231, 0.5);
	margin-left: 11px;
	margin-top: 11px;
	padding-left: 15px;
	width: 412px;
	height: 50px;
	font-family: "Microsoft YaHei";
	font-size: 18px;
	color: #343e4e;
	border: solid 1px #E7E7E7;
	border-radius: 5px;
}

.text {
	background-color: rgba(231, 231, 231, 0.5);
	margin-left: 11px;
	margin-top: 11px;
	padding-left: 15px;
	width: 412px;
	height: 50px;
	font-family: "Microsoft YaHei";
	font-size: 18px;
	color: #343e4e;
	border: solid 1px #E7E7E7;
	border-radius: 5px;
}

.icon_eye {
	position: absolute;
	background: url(../icons/icon-1440.png) no-repeat;
	background-position: -1093px -189px;
	height: 15px;
	width: 18px;
	cursor: pointer;
	display: inline-block;
	margin-top: -43px;
	margin-left: 408px;
}

.show_word {
	background-position: -1132px -191px;
}


#login_submit {
	position: relative;
	left: 450px;
	top: -50px;
	background-color: #4EC1B2;
	width: 73px;
	height: 46px;
	border: solid 1px #4EC1B2;
	border-top-right-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
	font-family: "Microsoft YaHei";
	font-size: 18px;
	color: white;
}

#login_submit:hover {
	background-color: #3B9186;
}

#cbi-map-descr {
	position: relative;
	width: 450px;
	height: 30px;
	left: 0px;
	top: 20px;
	font-family: "Microsoft YaHei";
	font-size: 20px;
	color: white;
	text-align: center;
	margin-bottom: -25px;
}

.xb_error_404bg {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -235px;
	margin-top: -215px;
	width: 470px;
	height: 430px;
	background: url("../icons/icon_error404.png") no-repeat -10px 0px;
}

.xb_error_404info {
	position: absolute;
	top: 370px;
	width: 470px;
	font-size: 24px;
	font-family: 'Microsoft YaHei';
	color: #ccf4f0;
	text-align: center;
}

.browser-ver-low {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 999;

}

/*-----------------------------------------*/
.cbi-apply-shadow {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #343e4e;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 1001;
}

#error_tip {
	display: none;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	/* for Chrome || Safari */
	-moz-transform: translate(-50%, -50%);
	/* for Firefox */
	-ms-transform: translate(-50%, -50%);
	/* for IE */
	-o-transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	width: 440px;
	height: 247px;
	border-radius: 5px;
	background-color: #343e4e;
	text-align: center;
	color: #ffffff;
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter: alpha(opacity=90);
	font-family: "Microsoft YaHei";
	font-size: 20px;
	z-index: 1002;
}

.error_tip_info {
	margin-top: 65px;
	margin-left: 25px;
	margin-right: 25px;
	text-align: left;
}

.error_subit_btn {
	margin-top: 15px;
	top: 70px;
	width: 100px;
	height: 30px;
	left: 50px;
	margin-left: 0px;
	border-radius: 2px !important;
	background-color: #4ec1b2;
	border: 1px solid #4ec1b2;
	text-align: center;
	font-family: "Microsoft YaHei";
	font-size: 18px;
	color: #ffffff !important;
}

.error_subit_btn:hover {
	background-color: #78cec3;
	border: 1px solid #78cec3;
}

.error_cancel_btn {
	top: 70px;
	width: 100px;
	height: 30px;
	left: 50px;
	margin-left: 36px;
	color: #343e4e;
	background-color: #e7e7e9;
	border: 1px solid #e7e7e9;
	text-align: center;
	font-family: "Microsoft YaHei";
	font-size: 18px;
	border-radius: 2px !important;
	margin-top: 15px;
	margin-left: 35px;
}

.error_cancel_btn:hover {
	background-color: #f5f5f5;
	border: 1px solid #f5f5f5;
}

.error_tip_button {
	margin-top: 35px;
	margin-left: 1px;
}

.counttime {
	position: absolute;
	width: 100px;
	height: 30px;
	font-family: "Microsoft YaHei";
	font-size: 18px;
	color: white;
	display: block;
	margin-top: -45px;
	margin-left: 330px;
}

.changetobridgedown {
	position: relative;
	left: 50%;
	margin-left: -280px;
	width: 775px;
	height: 260px;
	line-height: 40px;
	font-family: "Microsoft YaHei";
	font-size: 15pt;
	color: white;
	background: transparent;
	border-style: none;
	resize: none;
	cursor: default;
	overflow: hidden;
	outline: none;
	display: none;
}

.changetobridgeup {
	position: relative;
	left: 50%;
	margin-left: -380px;
	width: 790px;
	height: 40px;
	line-height: 40px;
	font-family: "Microsoft YaHei";
	font-size: 15pt;
	color: white;
	text-align: center;
	background: transparent;
	border-style: none;
	resize: none;
	cursor: default;
	overflow: hidden;
	outline: none;
	display: none;
}

.changetonormalmodel {
	position: relative;
	left: 50%;
	margin-left: -380px;
	width: 790px;
	height: 40px;
	line-height: 40px;
	font-family: "Microsoft YaHei";
	font-size: 15pt;
	color: white;
	text-align: center;
	background: transparent;
	border-style: none;
	resize: none;
	cursor: default;
	overflow: hidden;
	outline: none;
	display: none;
}

.prompt {
	font-size: 13px;
	padding: 0 30px;
	height: 40px;
	line-height: 40px;
	color: #cc0000;
}

.prompt p {
	margin-left: calc(100% - 320px);
}

.hikvision-icon-HD {
	width: 332px;
	height: 45px;
	background: url(../icons/HIKVISION_HD.PNG) no-repeat;
	background-size: contain;
	margin: 0 auto;
	margin-bottom: -20px;
}

.re-modify {
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999;
	position: fixed;
}

.btn-loading::after {
	content: "";
	width: 14px;
	height: 14px;
	border: 2px solid #fff;
	border-top-color: transparent;
	border-radius: 50%;
	animation: rotate 1s ease-out infinite;
	transition: 1s;
	box-sizing: border-box;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}

@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}
#err-pass-inpuut-hik{
	display: none;
	color: #cc0000;
	padding: 10px 0;
}
.locakLoginPage{
	display: none;
	color: #cc0000;
	padding: 10px 0;
}

#err-pass-inpuut-hik{
	display: none;
	color: #cc0000;
	padding: 10px 0;
}

.pass_safe_level_none{
	width: 0
}
.pass_safe_level_low{
	width: 33%;
    background: #f56c6c;
    height: 5px;
}

.pass_safe_level_normal{
	width: 66%;
    background: #eebe77;
    height: 5px;
}

.pass_safe_level_strong{
	width: 100%;
    background: #0bb46b;
    height: 5px;
}


.pass_safe_level {
		margin: 10px 0 0 120px;
		height: 5px;
		position: relative;
		border-radius: 27px;
		overflow: hidden;
		background: #dfe4e4;
		width: 318px;
	}
