﻿@charset "utf-8";

html{
	font-size: 100px;
}
.bg-img {
	width: 100vw;
	height: 100vh;
	background: url(../images/bg.jpg) top center no-repeat;
	background-size: cover;
}

.error_info {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    height: 20px;
    line-height: 20px;
    color: #9B6746;
    display: none;
}

.box-flex {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}
.flex-cont {
	display: -webkit-flex;
	display: flex;
	width: 100%;
	height: 100%;
    flex-direction: column;
    align-items: center;
}
.flex1 {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.wrapper {
	width: 100%;
	position: relative;
	height: 100%;
}

.footer {
	width: 100%;
	margin: auto;
	text-align: center;
	background-color: #011d41;
	color: #fff;
	padding: 0.05rem 0;
	font-size: 0.16rem;
}

/****
 * 主体部分
 * **************/
.login-main {
	width: 100%;
	margin: auto;
	margin: 1rem 0 0.9rem;
}

.login-title {
	width: 5.87rem;
	height: 1.20rem;
	margin: 0.5rem auto;
}

.login-right {
	width: 6.3rem;
	height: 4.4rem;
	/* background-color: #fff;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 2px 3px 6px #666; */
	background: rgba(1,12,26,0.48) url(../images/right-bg.png) top center no-repeat;
	background-size: 100% 100%;
}
.form-group{
	/* background-color: #fff; */
}
.title-info{
	width:100%;
	margin: auto;
	text-align: center;
	font-size: 0.3rem;
	color: #04effe;
	margin-bottom: 0.3rem;
}
.forget-group{
	display: block;
	text-align: right;
	font-size: 0.16rem;
	color: #1b82e2;
	margin-bottom: 0.15rem;
	transition: all 0.2s ease;
}
.forget-group:hover{
	color: #1875cb;
	opacity: 0.86;
}
.input-group{
	width: 100%;
	margin-bottom: 0.15rem;
	position: relative;
}
.btn-group{
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 0.15rem;
}
.label-info{
	position: absolute;
	left: 0.15rem;
	top: 0.15rem;
	z-index: 99;
}
.icon-user{
	width: 0.2rem;
	height: 0.22rem;
	background: url(../images/user.svg) top center no-repeat;
	background-size: cover;
}
.icon-password{
	width: 0.18rem;
	height: 0.23rem;
	background: url(../images/password.svg) top center no-repeat;
	background-size: cover;
}
.icon-eye{
	position: absolute;
	right: 0.35rem;
	top: 0.18rem;
	z-index: 99;
}
.icon-eye-close{
	width: 0.23rem;
	height: 0.17rem;
	background: url(../images/eye-close.svg) top center no-repeat;
	background-size: cover;
	cursor: pointer;
}
.icon-eye-close:hover{
	background: url(../images/eye-close-hover.svg) top center no-repeat;
	background-size: cover;
}

.icon-eye-open{
	width: 0.23rem;
	height: 0.2rem;
	background: url(../images/eye-open.svg) top center no-repeat;
	background-size: cover;
	cursor: pointer;
	top: 0.15rem;
}
.icon-eye-open:hover{
	background: url(../images/eye-open-hover.svg) top center no-repeat;
	background-size: cover;
}
.clear-btn{
	position: absolute;
	right: 0.45rem;
	top: 0.18rem;
	width: 0.2rem;
	height: 0.2rem;
	line-height: 0.2rem;
	background-color: #ddd;
	text-align: center;
	cursor: pointer;
	border-radius: 20px;
	display: none;
}
.clear-btn:hover,.clear-btn:focus{
	background-color: #eee;
}
.t-box {
	width: 4.48rem;
	height: 0.54rem;
	line-height: 0.5rem;
	border: solid 1px #b7ccfd !important;
	/* -webkit-border-radius: 5px;
	border-radius: 5px; */
	padding-left: 0.5rem;
	font-size: 0.18rem;
	color: #fff;
	transition: all 0.2s ease-in;
	background-color: rgba(24,138,203,0.3) !important;
	box-shadow: inset 0 0 5px rgba(16,228,254,0.9) !important; 
}
.t-box:focus{
	/*box-shadow: 0 0 10px #1875cb;*/
	border: solid 1px #fff !important;
}
.btn {
	display: inline-block;
	width: 4.48rem;
	height: 0.5rem;
	line-height: 0.5rem;
	border: solid 1px #04effe !important;
	/* -webkit-border-radius: 5px;
	border-radius: 5px; */
	background-color: #04effe;
	font-size: 0.2rem;
	color: #011d41;
	transition: all 0.2s ease-in;
}
.btn:hover,.btn:active{
	background-color: #1b82e2;
}
.cx-btn{
	height: 0.5rem;
	border-color: #fff !important;
	color: #fff;
	background-color: rgba(18,134,208,0.76) !important;
	margin-left: 0.7rem;
}
.cx-btn:hover,.cx-btn:active{
	background-color: #1b82e2 !important;
	color: #fff;
}

/**
 * 忘记密码？
 **/
 .xg-btn{
 	width: 4.48rem;
 	height: 0.54rem;
 	line-height: 0.5rem;
 	border-color: #1b82e2 !important;
 	color: #fff;
 	background-color: rgba(18,134,208,0.76) !important;
 }
 .xg-btn:hover,.xg-btn:active{
 	background-color: #1b82e2 !important;
 	color: #fff;
 }
.qx-btn{
	width: 4.48rem;
	height: 0.54rem;
	line-height: 0.5rem;
	border-color: #1b82e2 !important;
	color: #fff;
	background-color: rgba(18,134,208,0.36) !important;
}
.qx-btn:hover,.qx-btn:active{
	background-color: #1b82e2 !important;
	color: #fff;
}
 .mask{
	 position: fixed;
	 left: 0;
	 top: 0;
	 width: 100%;
	 height: 100%;
	 background-color: rgba(0,0,0,0.65);
	 z-index: 99;
	 display: none;
 }
 .open-popup{
	width: 4.8rem;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: -3000px;
	bottom: 0;
	z-index: -1;
 }
 .password-cont{
	background-color: rgba(1,12,26,1);
	border: solid 1px #fff;
	padding: 0.5rem;
 }
 .send-info{
	 position: absolute;
	 right: 1px;
	 top: 1px;
	 width: 1.2rem;
	 line-height: 0.52rem;
	 background-color: transparent !important;
	 color: #fff;
	 font-size: 0.16rem;
	 text-align: center;
	 cursor: pointer;
	 transition: all 0.2s ease-in;
 }
 .send-info:hover{
	 color: #0062CC;
 }
.icon-new-password{
	width: 0.2rem;
	height: 0.25rem;
	background: url(../images/icon-new-password.svg) top center no-repeat;
	background-size: cover;
}
.icon-phone{
	width: 0.22rem;
	height: 0.27rem;
	background: url(../images/icon-phone.svg) top center no-repeat;
	background-size: cover;
}
.icon-qrcode{
	width: 0.18rem;
	height: 0.25rem;
	background: url(../images/icon-code.svg) top center no-repeat;
	background-size: cover;
}
/****
提示信息
***/
.Tips{
	width: 2rem;
	height: 0.5rem;
	line-height: 0.5rem;
	border-radius: 5px;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	margin: auto;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	display: none;
	z-index: 9999;
}