html,body {
	padding: 0;
	margin: 0;
	height: 100%;
}
div, p {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
#rrapp {
	width: 100%;
	height: 100%;
	background: url('../img/login/lgn-bg.png') no-repeat bottom right;
	background-size: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	min-width: 1020px;
}
.lgn {
	width: 1008px;
	height: 490px;
	box-shadow: 0px 6px 24px rgba(109,115,121,0.3);
	background-color: #fff;
	display: flex;
	flex-direction: row;
}
.lft {
	height: 100%;
}
.rgt {
	flex: 1;
	position: relative;
}
.yj {
	position: absolute;
	top: 10px;
	right: 10px;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}
.yj-a {
	width: 52px;
	cursor: pointer;
}
.yj-b {
	height: 25px;
	cursor: pointer;
}
.mid {
	width: 336px;
	margin: 82px auto 0;
	position: relative;
}
.title {
	font-size: 26px;
	color: #122639;
	font-weight: bold;
	line-height: 36px;
	margin-bottom: 29px;
}
.inpt {
	height: 45px;
	border: 1px solid #EFEFEF;
	border-radius: 5px;
	margin-bottom: 22px;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.inpt img {
	width: 17px;
	margin-left: 16px;
	margin-right: 16px;
}
.inpt input {
	background: none;
	border: none;
	outline: none;
	margin-right: 16px;
	flex: 1;
	height: 43px;
	line-height: 43px;
	font-size: 14px;
	color: #000;
}
input::-webkit-input-placeholder {
	color: #C3C3C3;
}

input:-moz-placeholder {
	color: #C3C3C3;
}

input::-moz-placeholder {
	color: #C3C3C3;
}

input:-ms-input-placeholder {
	color: #C3C3C3;
}
#unlockBar {
	height: 45px;
}
.wjmm {
	position: absolute;
	right: 0;
	bottom: 62px;
	font-size: 14px;
	color: #B3B3B3;
	cursor: pointer;
}
.wjmm:hover {
	text-decoration: underline;
	color: #0F8BFF;
}
.btn {
	height: 45px;
	border-radius: 5px;
	background-color: #0F8BFF;
	line-height: 45px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	cursor: pointer;
	margin-top: 42px;
}
.btn:hover {
	background-color: rgba(15,139,255,0.8);
}
.btn-no, .btn-no:hover {
	background-color: rgb(232, 232, 232);
}
.mid2 {
	margin-top: 82px;
	margin-left: 60px;
	margin-right: 60px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.title2 {
	width: 336px;
	text-align: center;
	font-size: 26px;
	color: #122639;
	font-weight: bold;
	line-height: 36px;
	margin-bottom: 34px;
}
.dh {
	width: 374px;
	height: 176px;
	position: relative;
	cursor: pointer;
}
.dh1 {
	position: absolute;
	top: 0;
	left: 99px;
	width: 176px;
	height: 176px;
	border: 1px solid #EAEAEA;
	padding: 19px;
	transition: left 0.4s;
}
.dh2 {
	position: absolute;
	top: 0;
	right: 0;
	width: 176px;
}
.tip {
	margin-top: 34px;
	font-size: 14px;
	color: #666;
	line-height: 20px;
}