html,body{
	width: 100%;
	height: 100%;
}
@media only screen and (min-width: 1910px) {
	html {
		font-size: 120px !important;
	}
}
.index-main{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.main-top,.main-bottom{
	width: 100%;
	height: 0.75rem;
	background-color: white;
	
}
.main-top{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}
.main-bottom{
	position: fixed;
	bottom: 0;
	left: 0;
	font-size: 0.12rem;
	color: #3F3F46;
	text-align: center;
	line-height: 0.75rem;
	z-index: 999;
}
.main-middle{
	position: relative;
	width: 100%;
	height: 100%;
	background-image: url(../../img/bg.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.main-top img{
	display: block;
	margin-top:0.235rem;
	width: 1.5rem;
	height: 0.28rem;
	margin-left: 18.8%;
}
.main-window{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 8.33rem;
	height: 4.5rem;
	background-color: white;
	box-shadow: 0 0 19px 0 rgba(101,76,183,0.67);
	border-radius: 10px;
}
.main-window-img{
	width: 4.16rem;
	height: 3.27rem;
	float: left;
	margin-top: 0.55rem;
	margin-left: 0.22rem;
}
.main-window-text{
	width: 3.6rem;
	height: 100%;
	float: right;
	font-size: 12px;
	padding-top: 0.5rem;
	padding-left: 0.1rem;
	box-sizing: border-box;
	padding-right: 0.3rem;
}
.main-title{
	width: 100%;
	height: 0.33rem;
	border-bottom: 1px solid #EBEAEF;
}
.main-title img{
	width: 0.233rem;
	float: left;
	margin-top: 2px;
}
.main-title span{
	font-weight: 550 ;
	color: #3B3C45;
	font-size: 0.2rem;
	margin-left: 5px;
}
.LoginMode{
	width: 100%;
	height: 0.58rem;
	color: #C5C6D1;
}
.LoginMode li{
	float: left;
	width: 33%;
	margin-top: 0.2rem;
	cursor: pointer;
}
.LoginMode li img{
	width: 15px;
	height: 15px;
	float: left;
	margin-top: 1px;
}
.LoginMode li span{
	margin-left: 6px;
}
.xzcolor{
	color: #A167EC!important;
}
.login{
	width: 100%;
	height: 0.33rem;
	line-height: 0.33rem; 
}

.login span{
	color: #3B3C45;
}
.login input{
	font-size: 12px;
	color: #3B3C45;
	height: 0.33rem;
	width: 2.4rem;
	float: right;
	border-radius: 4px;
	border: 1px solid #BBBCC8;
	padding: 0 0.15rem;
}
.forgetPw{
	width: 100%;
	overflow: auto;
	text-align: right;
}
.main-butt{
	width: 100%;
	height: 0.333rem;
	background-color: #A167EC;
	border: 0;
	border-radius: 4px;
	color: white;
	margin-top: 0.14rem;
	cursor: pointer;
	font-size: 0.12rem;
}
.otherLogin{
	width: 100%;
	position: relative;
	/*border-top: 1px solid #EBEAEF;*/
	margin-top: 0.3rem;
	text-align: center;
}
.otherLogin span{
	position: absolute;
	top: -10px;
	left: 50%;
	background-color: white;
	width: 60px;
	margin-left: -25px;
	text-align: center;
	color: #A6A7B2;
}
.otherLogin img{
	width: 0.333rem;
	height: 0.333rem;
	margin:0.2rem 0.1rem;
}
.login input:focus{
	border: 1px solid #FFBC3A;
	box-shadow: 0 0 4px 0 #FFBC3A;
}
.redBorder{
	border: 1px solid #F45F5F!important;
	box-shadow: 0 0 4px 0 #F45F5F!important;
	border-radius: 4px;
}
.codeButt{
	width: 0.96rem;
	height: 0.33rem;
	border: 1px solid #FFBC3A;
	color: white;
	background-color: #FFBC3A;
	float: right;
	border-radius: 4px;
	margin-left: 0.1rem;
	cursor: pointer;
}
.adminLogin{
	display: none;
}
.show{
	display: block!important;
}
.wechat{
	width: 100%;
	overflow: auto;
	text-align: center;
}
.wechat img{
	width: 1.47rem;
	height: 1.47rem;
}
.wechat p{
	width: 100%;
	color: #C5C6D1;
}
.tips{
	color: #F45F5F;
	padding-left: 0.5rem;
	width: 100%;
	height: 0.25rem;
}
.tips p{
	display: block;
}


.impowerBox .qrcode {width: 200px;}
.impowerBox .title {display: none;}
.impowerBox .info {width: 200px;}
.status_icon {display: none}
.impowerBox .status {text-align: center;}