html,body{
	height: 100%;
}
.header {
	width: 100%;
	height: 60px;
	background-color: rgba(255, 255, 255, 1);
}

.login-bottom {
	position: relative;
	background-image: url("../images/bg_signi@2x.png");
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: 1000px;
}

.loginLeftBox {
	position: absolute;
	top: 35%;
	left: 20%;
	width: 321px;
	height: 132px;
	background-image: url("../images/left_logo@2x.png");
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	background-repeat: no-repeat;


}

.login-content {
	width: 350px;
	position: absolute;
	background-image: url(../images/logoBack@2x.png);
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	right: 15%;
	top: 25%;
	padding-bottom: 48px;
}

.login-pwd {
	width: 100%;
	padding: 0 24px;
	box-sizing: border-box;
}

.pwd-head {
	width: 100%;
	padding: 42px 0px 0px;
	color: #333333;
	font-size: 2rem;
	font-weight: bolder;
	text-align: center;
}

.pwd-head span {
	color: #999999;
	font-size: 14px;
	font-weight: none;
}

.pwd-content {
	width: 100%;
}

.pwd-content>li {
	width: 100%;
	margin-top: 16px;
}

.pwd-content .error-tips {
	width: 100%;
	padding: 3px;
	box-sizing: border-box;
	background-color: rgba(248, 222, 222, 1);
	border-radius: 2px 2px 2px 2px;
	border: solid 1px rgba(240, 73, 74, 1);
	margin-top: 10px;
	font-size: 1.2rem;
	min-height: 16px;
	padding-left: 10px;
	color: #f0494a;
	word-wrap: break-word;      /* 旧版本浏览器支持 */
	overflow-wrap: break-word;  /* 标准属性 */
}

.pwd-content .PIN {
	display: -webkit-flex;
	display: flex;
	justify-content: left;
	margin-top: 13px;
}

.pwd-content .PIN .PIN-input {
	position: relative;
}

.pwd-content .PIN .PIN-input>input {
	box-sizing: border-box;
	width: 133px;
	height: 40px;
	border-radius: 2px 2px 2px 2px;
	border: solid 1px rgba(215, 216, 217, 1);
	background-color: rgba(255, 255, 255, 0);
	outline: none;
	padding-left: 28px;
	font-size: 1.2rem;
}

.pwd-content .PIN .PIN-img {
	width: 84px;
	height: 40px;
	margin-left: 15px;
	cursor: pointer;
}

.pwd-content .PIN .PIN-img>img {
	width: 100%;
	height: 100%;
}

.pwd-content .PIN .PIN-input:before {
	position: absolute;
	top: 50%;
	margin-top: -6px;
	left: 9px;
	content: '';
	width: 13px;
	height: 13px;
	background-image: url("/mainframe2.0/public/images/PINInput.png");
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.pwd-content .PIN .PIN-text {
	height: 40px;
	line-height: 40px;
	font-size: 1.2rem;
	color: #666666;
	cursor: pointer;
	margin-left: 15px;
}

.pwd-content>li {
	border-radius: 26px;
	overflow: hidden;
}

.pwd-content>li>input {
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	padding-left: 30px;
	border-radius: 26px;
}

.pwd-content>button {
	width: 100%;
	height: 40px;
	color: #ffffff;
	/* font-size: 1.6rem; */
	font-size: 13px;
	background: #28A1FF;
	border-radius: 26px;
}

.pwd-footer {
	width: 100%;
}

.pwd-footer>ul {
	float: right;
	margin-top: 14px;
	margin-bottom: 14px;
}

.pwd-footer>ul>li {
	float: left;
	font-size: 1.2rem;
	color: #666666;
	cursor: pointer;
}

.login-tab {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

.login-qrCode {
	width: 100%;
}

.login-qrCode h6 {
	text-align: center;
	font-size: 1.8rem;
	margin-top: 40px;
}

.blue-btn {
	padding: 7px 10px;
	font-size: 1.4rem;
	background-color: rgba(30, 150, 250, 1);
	border-radius: 2px 2px 2px 2px;
	color: #ffffff;
	cursor: pointer;
}

.qrCode-all {
	width: 100%;
	height: 165px;
	position: relative;
	margin-top: 25px;
}

.qrCode-img-reload {
	width: 170px;
	height: 165px;
	position: absolute;
	left: 50%;
	margin-left: -85px;
	background-color: rgba(255, 255, 255, 0.9);
	text-align: center;
}

.qrCode-img-reload>h6 {
	font-size: 1.4rem;
	color: #666666;
	margin-top: 55px;
	margin-bottom: 9px;
}

.qrCode-img {
	width: 170px;
	height: 165px;
	position: absolute;
	left: 50%;
	margin-left: -85px;
}

.header .left-logo {
	float: left;
	margin-left: 40px;
	margin-top: 16px;
	margin-right: 20px;
}

.header .right-div {
	float: right;
	margin-right: 45px;
}

.header .right-div>div {
	float: left;
}

.language {
	width: 130px;
	height: 44px;
	position: relative;
	text-align: center;
	cursor: pointer;
	font-size: 1.6rem;
	z-index: 9;
	margin-right: 20px;
	margin-top: 17px;
}

.language-show {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -8px;
	color: #333333;
}

.language-show:after {
	position: absolute;
	content: '';
	right: 15px;
	top: 50%;
	margin-top: -3px;
	border-top: 6px solid #666666;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
}

.language-list {
	position: absolute;
	top: 40px;
	overflow: hidden;
	width: 100%;
	background-color: rgba(255, 255, 255, 1);
	display: none;
}

.language-list li {
	height: 42px;
	line-height: 42px;
}

.language-list li:hover {
	color: #f4b741;
}

.language-list .active {
	color: #f4b741;
}

.right-div .download {
	width: 70px;
	height: 34px;
	border: solid 1px rgba(178, 178, 178, 1);
	color: #666666;
	font-size: 1.6rem;
	line-height: 34px;
	margin-top: 23px;
	text-align: center;
	cursor: pointer;
}

.login-qrCode-foot {
	display: flex;
	display: -webkit-flex;
	width: 100%;
	justify-content: center;
	margin-top: 20px;
	font-size: 1.2rem;
	color: #666666;
}

.login-qrCode-foot>div {
	width: 130px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}

.login-qrCode-foot-left {
	margin-right: 10px;
}

.login-qrCode-foot-left-bottom {
	margin-top: 6px;
}

.login-qrCode-foot-left-top>a {
	font-size: 1.2rem;
	color: #1e96fa;
	margin-left: 4px;
}

.login-qrCode-success {
	display: none;
	width: 100%;
	text-align: center;
}

.login-qrCode-success>img {
	margin-top: 50px;
}

.login-qrCode-success-text1 {
	margin-top: 20px;
	color: #666666;
	font-size: 14px;
}

.login-qrCode-success-text2 {
	margin-top: 15px;
	font-size: 16px;
	color: #666666;
}

.left-logo img {
	height: 30px;
}

.recordNo {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 50px;
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
}

.recordNo a {
	text-decoration: none;
	color: #28A1FF;
}

#loginName,
#Pwd {
	background: #FFFFFF;
	box-shadow: 0px 0px 15px 0px rgba(28, 107, 169, 0.18);
	border-radius: 26px;

	border: 2px solid #D5E2FD;
}

#loginName:hover,
#Pwd:hover {
	background: #FFFFFF;
	box-shadow: 0px 0px 15px 0px rgba(28, 107, 169, 0.18);
	border-radius: 26px;
	border: 2px solid #28A1FF;
}

.xieyiBox {
	margin-top: 18px;
	height: 16px;
	display: flex;
	align-items: center;
}

.xieyiBox img {
	width: 14px;
	height: 14px;
	margin-right: 10px;
}

.xieyiBox span {
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
}

.xieyiBox span a {
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #45A8FF;
}

.logining {
	display: none;
	width: 100%;
	height: 40px;
	color: #ffffff;
	/* font-size: 1.6rem; */
	font-size: 13px;
	background: #66B3FF;
	border-radius: 26px;
	justify-content: center;
	align-items: center;
}

#lottie {
	/* background-color: #fff; */
	width: 20px;
	height: 20px;
	display: block;
	overflow: hidden;
	transform: translate3d(0, 0, 0);
	opacity: 1;
	margin-right: 12px;
}

#loginBottom{
	height: calc(100% - 60px);
}