html,
body {
	margin: 0px;
	height: 100%;
	width: 100%;
	padding: 0px;
	overflow: hidden;
	font-family: PingFang-SC-Regular;
	background: #f5f7f9;
}

body.forget {
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

#root {
	background-image: url(../images/bj_02-min.png), url(../images/bj_01-min.png),
		radial-gradient(#061202 30%, #000 70%),
		linear-gradient(0deg, #000 0%, #000 100%);
	background-size:
		100% 100%,
		100% 30%,
		100% 60%,
		100% 100%;
	-webkit-background-size:
		100% 100%,
		100% 30%,
		100% 60%,
		100% 100%;
	background-position-y:
		0%,
		30%,
		-84%,
		0%;
	background-repeat: no-repeat;
	-moz-background-size:
		100% 100%,
		100% 30%,
		100% 60%,
		100% 100%;
	-o-background-size:
		100% 100%,
		100% 30%,
		100% 60%,
		100% 100%;
}

#root .hide {
	display: none;
}

#root .visible-hide {
	visibility: hidden;
}

.forget-progess {
	width: 34px;
	height: 34px;
	line-height: 33px;
	-moz-border-radius: 17px;
	-webkit-border-radius: 17px;
	border-radius: 17px;
	display: inline-block;
	text-align: center;
	float: left;
}

.forget-progess-default {
	background: #000000;
}

.forget-progess-primary {
	background: #3f84f4;
}

.forget-progess-title {
	font-family: ArialMT;
	font-size: 24px;
	color: #ffffff;
}

#root {
	display: flex;
	align-items: center;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 5;
}

#root .logo {
	margin: 0px;
	padding: 20px;
}

#root .logo div:last-child {
	margin: 0 auto;
	margin-top: 37.3px;
	text-align: center;
}

#root .forget-container {
	width: 424px;
	height: 560px;
	background: linear-gradient(
		192deg,
		rgba(0, 170, 149, 0.25) 0%,
		rgba(0, 170, 149, 0.46) 100%
	);
	border-radius: 4px;
	display: flex;
	flex-direction: column;
}

#root .forget-container .forget-container-header {
	/* width: 100%; */
	height: 50px;
	margin: 40px 52px;
	font-size: 36px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.85);
	line-height: 50px;
	letter-spacing: 0;
}

#root .forget-container .forget-container-header .title {
	font-size: 24px;
}

#root .forget-container .forget-container-header .title-des {
	font-size: 12px;
	margin-top: 6px;
}

#root .forget-container .forget-container-header > div {
	display: inline-block;
}

#root .forget-container .forget-container-header > div:last-child {
	float: right;
	margin-top: 8px;
}

#root .forget-container .forget-container-header > div:last-child .divide {
	display: inline-block;
	width: 17px;
	margin: 17px 5.6px 0px 5.7px;
}

#root
	.forget-container
	.forget-container-header
	> div:last-child
	.divide-default {
	border: 1px solid #dcdcdc;
}

#root
	.forget-container
	.forget-container-header
	> div:last-child
	.divide-primary {
	border: 1px solid #dcdcdc;
}

#root .forget-container-body {
	position: relative;
	height: 100%;
}

#root .forget-container .forget-container-body .password {
	margin-top: 0px !important;
}

#root .forget-container .forget-container-body .password .message {
	margin-top: 12px;
	font-size: 12px;
	color: #999999;
	line-height: 15.83px;
	margin-bottom: 9px;
	font-family: PingFangSC-Regular;
}

#root .forget-container .forget-container-body .password img:hover {
	cursor: pointer;
}

/* #root .forget-container .forget-container-body .form-group {
    position: relative;
    padding-top: 8px;
} */

#root .forget-container .forget-container-body .form-group.reset-psd {
	/* padding-top: 20px; */
}

#root .forget-container .forget-container-body .error-message {
	margin-top: 8px;
	padding: 0px 52px;
	font-family: PingFangSC-Regular;
	line-height: 17px;
	height: 17px;
	font-size: 14px;
	color: #3f84f4;

	> span {
		color: #3f84f4;
	}
}

#root .forget-container .forget-container-body .verifycode .message {
	font-size: 12px;
	color: #999999;
	line-height: 15.83px;
	margin-bottom: 9px;
}

#root .forget-container .forget-container-body .verifycode div:last-child div {
	display: inline-block;
}

#root
	.forget-container
	.forget-container-body
	.verifycode
	div:last-child
	div:last-child {
	font-size: 12px;
	letter-spacing: 0;
	line-height: 32px;
	height: 32px;
	padding-left: 15.3px;
	float: right;
}

/* #root .forget-container .forget-container-body .verifycode div:last-child div:last-child div {
    margin-top: 6px;
    height: 20px;
    line-height: 20px;
    border-left: 1px solid #E6EAEE;
}

#root .forget-container .forget-container-body .verifycode div:last-child div:last-child div button {
    color: #00BAF3;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    background: #FFF;
} */

#root .forget-container-primary {
	padding: 37px 32px 37.2px 32px;
	height: 450px;
	width: 336px;
}

#root .forget-container-primary > div {
	display: inline-block;
}

#root .footer-nav {
	height: 17px;
	line-height: 17px;
	color: #ffffff;
	letter-spacing: 0;
}

#root .footer-nav .ul-nav {
	font-size: 12px !important;
	width: 312px;
	margin: 0 auto;
}

#root .footer-nav .ul-nav ul {
	list-style: none;
	/* 去掉ul前面的符号 */
	margin: 0px;
	/* 与外界元素的距离为0 */
	padding: 0px;
	/* 与内部元素的距离为0 */
}

#root .footer-nav .ul-nav ul li {
	float: left;
	/* 向左漂移，将竖排变为横排 */
	text-align: center;
}

#root .footer-nav .ul-nav ul li .divide {
	border: 1px solid #fff;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	height: 10px;
	margin-top: 3px;
}

#root .active {
	display: inline-block !important;
}

.footer-copyright {
	display: inline-block;
	font-family: NotoSansCJK-Light;
	font-size: 14px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.45);
	line-height: 20px;
	letter-spacing: 0;
	height: 24px;
	line-height: 24px;
	text-align: center;
	width: 100%;
	position: fixed;
	bottom: 32px;
}

.verifycode-disabled {
	color: #ccc !important;
}

.col-sm-12 {
	width: 100%;
}

.progress-active {
	display: block !important;
}

.hidden {
	display: none;
}

.form-control {
	display: block;
	width: 100%;
	height: 24px;
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	-webkit-text-fill-color: #ffffff;
	background: transparent;
	border-radius: 3px;
	border: none;
	outline: medium;
}

.forget-container-body .message {
	height: 22px;
	margin-bottom: 12px;
	color: rgba(255, 255, 255, 0.65);
	line-height: 22px;
	font-size: 14px;
	/* opacity: 0.5; */
	/* text-shadow: 0px 4px 12px rgb(0 0 0 / 15%); */
}

.forget-container-body .tip-message {
	height: 22px;
	margin-top: 5px;
	color: rgba(255, 255, 255, 0.65);
	line-height: 22px;
	font-size: 14px;
}

.btn {
	outline: none;
	display: inline-block;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 2px;
	width: 320px;
	height: 40px;
	line-height: 22px;
}

.btn-active {
	background: #3f84f4 !important;
	color: #ffffff !important;
	letter-spacing: 0 !important;
}

.btn-default {
	color: white;
	/* height: 50px;
    line-height: 50px; */
	padding-top: 0px;
	border-radius: 2px;
}

input:-webkit-autofill {
	/* -webkit-box-shadow: 0 0 0px 1000px white inset; */
	height: 0;
	border: 0;
	background-clip: content-box !important;
	padding: 12px 5px 12px 0px;
	color: white !important;
}

.tip {
	position: absolute;
	top: 220px;
	left: 417px;
	font-size: 9pt;
	height: 47.3px;
	width: 288.5px;
	background: #ffffff;
	box-shadow: 0 0 4px 2px #e1e1e1;
	*border: 1px solid #666;
	border-radius: 3.33px;
	-moz-border-radius: 3.33px;
	-webkit-border-radius: 3.33px;
}

.tip .content {
	padding: 17px 0px 20.6px 19px;
	/* For IE 5.5 - 7 */
	filter: progid: DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";
}

.tip .tip-content {
	font-size: 12px;
	color: #626262;
}

.tip .tip-content div {
	line-height: 17px;
	height: 17px;
	margin-bottom: 5px;
}

.tip .tip-content div img {
	vertical-align: middle;
	margin-right: 7px;
	margin-bottom: 2px;
}

.tip s {
	position: absolute;
	top: 20px;
	*top: 20px;
	left: -20px;
	display: block;
	height: 0;
	width: 0;
	font-size: 0;
	line-height: 0;
	border-color: transparent #fff transparent transparent;
	border-style: dashed solid dashed dashed;
	border-width: 10px;
}

.tip s i {
	position: absolute;
	top: -9px;
	*top: -9px;
	left: -10px;
	display: block;
	height: 0;
	width: 0;
	font-size: 0;
	line-height: 0;
	border-color: transparent #fff transparent transparent;
	border-style: dashed solid dashed dashed;
	border-width: 10px;
}

.form-group {
	/* padding-top: 40px; */
	position: relative;
	padding: 0px 52px 8px;
}

.form-group input:focus + div {
	border-bottom: 1px solid rgba(255, 255, 255, 0.85) !important;
}

.form-group input + div {
	border-bottom: 1px solid rgba(255, 255, 255, 0.25) !important;
	height: 1px;
	width: 312px;
	margin-top: 8px;
}

.form-group label {
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 60px;
	font-size: 16px;
	color: #999;
	cursor: text;
	font-family: PingFangSC-Regular;
}

* {
	transition: border-color 0.5s;
}

#handleOk[disable='false'] {
	background-color: #3f84f4;
	color: white;
	line-height: 22px;
}

#handleOk[disable='true'] {
	color: rgba(255, 255, 255, 0.75);
	line-height: 22px;
}

.focus label {
	color: rgba(255, 255, 255, 0.65);
	animation: myfirst 0.3s;
	animation-fill-mode: forwards;
}

.blur label {
	animation: myfirst1 0.3s;
}

@keyframes myfirst {
	from {
		top: 60px;
	}

	to {
		top: 30px;
		transform: scale(0.9);
		left: -5px;
	}
}

@keyframes myfirst1 {
	from {
		top: 30px;
	}

	to {
		top: 60px;
	}
}
