input.body-input{
	text-indent: 50px;
}

.rememberPass{
	cursor: pointer;
    position: absolute;
    top: 58%;
    left: 9%;
}

.rememberPass:hover .body-word1 span{
	color: #e30911;
}
.body-checkbox{
	cursor: pointer;
    top: 58%;
}
/* .body-checkbox i{
	width: 50%;
    height: 13%;
    background-color: red;
    display: inline-block;
    line-height: 0;
    font-size: 0;
    vertical-align: middle;
    -webkit-transform: rotate(45deg);
    position: relative;
    bottom: 25px;
}
.body-checkbox i:after{
    content: '/';
    display: block;
    width: 145%;
    height: 110%;
    background-color: red;
    -webkit-transform: rotate(-90deg) translateY(35%) translateX(50%);
} */

.body-word2 span:hover{
	color: #e30911;
}

.btnColorH:hover p{
	color: white;
}

.qrCode{
    width: 400px;
    height: 370px;
    position: absolute;
    top: 20.8%;
    left: 56%;
    border-radius: 45% 5px 5px 5px;
    background-color: #e0dede;
    z-index: 10;
    text-align: center;
    
    display: none;
	animation: qrCode 1s;
    -moz-animation: qrCode 1s;
    -webkit-animation: qrCode 1s;
    -o-animation: qrCode 1s;
}
/* @media all and (max-width:1200px){
	.qrCode img{
		width:90px;
		height:90px;
	}
	.qrCode{
    width: 20.83%;
    height: 61.7%;
    position: absolute;
    top: 20.8%;
    left: 56%;
    border-radius: 45% 5px 5px 5px;
    background-color: #e0dede;
    z-index: 10;
    text-align: center;
    
    display: none;
	animation: qrCode 1s;
    -moz-animation: qrCode 1s;
    -webkit-animation: qrCode 1s;
    -o-animation: qrCode 1s;
}
} */
@keyframes qrCode{
	from{
		width: 0px;
    	height: 0px;
	}
	to{
		width: 400px;
    	height: 370px;
	}
}
@-moz-keyframes qrCode{
	from{
		width: 0px;
    	height: 0px;
	}
	to{
		width: 400px;
    	height: 370px;
	}
}
@-webkit-keyframes qrCode{
	from{
		width: 0px;
    	height: 0px;
	}
	to{
		width: 400px;
    	height: 370px;
	}
}
@-o-keyframes qrCode{
	from{
		width: 0px;
    	height: 0px;
	}
	to{
		width: 400px;
    	height: 370px;
	}
}

.qrCode img{
    position: relative;
    top: 30%;
}

.body-foot-left a{
	display: block;
	width: 100%;
	height: 100%;
}