html,body,div{
	margin: 0;
	padding: 0;
}
html,body{
	width: 100%;
	height: 100%;
}
#app{
	/*min-width: 1000px;*/
	position: relative;
	z-index: 0;
	width: 100%;
	height: 100%;
}
.BgImg{
	position: fixed;
	z-index: -2;
	width: 100%;
	height: 100%;

}
.inpBox{
	width: 27%;
	height: 66vh;
	background: #FFFFFF;
	position: relative;
	/*top: calc(50% - 200px);*/
	/*left: 63%;*/
	border-radius: 20px;
	padding: 60px;
	box-sizing: border-box;
	margin: 4% 10% 0 60%;
}
@media  (min-width: 1200px){
	.inp-head{
		text-align: center;
		font-size: 32px;
	}
}
@media (min-width:1600px) {
	.inp-head{
		text-align: center;
		font-size: 36px;
	}
}


.inp-cont{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	position: absolute;
	top: 36%;
	width: 80%;
}
#username{
	/*margin-top: 70px ;*/
}
#username,.login-input,#password,#code,.loginBtn{
	/*margin-top: 50px ;*/
	border: none;
	outline: none;
	float: left;
}
#username,.login-input,#password,#code{
	width: 82%;
	font-size: 20px;
	border-bottom: 1px solid #C3D1ED;
	padding: 10px 0 10px 40px;
	box-sizing: border-box;
}
.inp_item{
	display: block;
	/*position: absolute;*/
	width: 100%;
	height: 94px;
}
.inp_item:first-child{
	/*top: 23%;*/
}
.inp_item:nth-child(2){
	/*top: 38%;*/
}
.inp-img{
	/*position: absolute;*/
	/*left: 0;*/
	/*top: 58px;*/
	float: left;
	width: 30px;
	height: 30px;
}

.loginBtn{
	width: 150px;
	height: 40px;
	line-height: 40px;
	border-radius: 30px;
	box-shadow:0px 0px 12px 0px rgba(161,181,194,0.5);
	background-color: #36A5FF;
	letter-spacing: 10px;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	cursor: pointer;
}
.forgetPsd{
	color: #20A4F7;
	margin-top: 50px ;
	font-size: 16px;
	margin-left: 40px;
	cursor: pointer;
}
.Btn_box{
	width: 93%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	/*position: absolute;*/
	/*top: 55%;*/
}
.tapSubmit{
	background: rgba(54,165,255,.5);
}
.error{
	color: #FF0000;
}
.logo {
	width: 100%;
	height: 60px;
	padding: 30px 40px;
	box-sizing: border-box;
}
.logo image{
	width: 60px;
	vertical-align: middle;
}
.logoTxt{
	margin-left: 10px;
	font-size: 26px;
	color: #FFFFFF;
	font-family:'huxiaobo-gdh205fa9e5df21a52';
}
.codeTxt{
	position: absolute;
	right: 10%;
	height: 30px;
	top: 52px;
	padding: 6px 10px;
	letter-spacing: 6px;
	color: #FFFFFF;
}
.loadCode{
	position: absolute;
	right: 13px;
	top: 36px;
	font-size: 14px;
	padding: 25px 10px;
}

footer{
	position: absolute;
	bottom: 10px;
	color: #FFFFFF;
	z-index: 88;
	width: 100%;
	text-align: center;
	font-size: 14px;
}

/* 动态图片 */
.bgActive{
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
}
.bgActive img{
	position: absolute;
}

.home-active-1{
	width: 300px;
	height: 260px;
	position: absolute;
	top: 17%;
	left: 24%;
	z-index: 2;
	animation: toUp 5s linear infinite;
	-moz-animation:toUp 5s linear infinite; /* Firefox */
	-webkit-animation:toUp 5s linear infinite; /* Safari and Chrome */
	-o-animation:toUp 5s linear infinite; /* Opera */
}
.home-active-2{
	width: 300px;
	height: 280px;
	position: absolute;
	top: 49%;
	left: 21.8%;
	z-index: 2;
	animation: toUp1 5s linear infinite;
	-moz-animation:toUp1 5s linear infinite; /* Firefox */
	-webkit-animation:toUp1 5s linear infinite; /* Safari and Chrome */
	-o-animation:toUp1 5s linear infinite; /* Opera */
}
.home-active-3{
	width: 300px;
	height: 260px;
	position: absolute;
	top: 32%;
	left: 10%;
	z-index: 1;
	animation: toDown 5s linear infinite;
	-moz-animation:toDown 5s linear infinite; /* Firefox */
	-webkit-animation:toDown 5s linear infinite; /* Safari and Chrome */
	-o-animation:toDown 5s linear infinite; /* Opera */
}
.home-active-13{
	width: 300px;
	height: 267px;
	position: absolute;
	top: 25%;
	left: 26%;
	animation: toBig 5s linear infinite;
	-moz-animation:toBig 5s linear infinite; /* Firefox */
	-webkit-animation:toBig 5s linear infinite; /* Safari and Chrome */
	-o-animation:toBig 5s linear infinite; /* Opera */
}
.home-active-14{
	width: 300px;
	height: 267px;
	position: absolute;
	top: 56%;
	left: 23%;
	animation: toBig 5s linear infinite;
	-moz-animation:toBig 5s linear infinite; /* Firefox */
	-webkit-animation:toBig 5s linear infinite; /* Safari and Chrome */
	-o-animation:toBig 5s linear infinite; /* Opera */
}
.home-active-15{
	width: 300px;
	height: 267px;
	position: absolute;
	top: 40%;
	left: 9%;
	animation: toBig 5s linear infinite;
	-moz-animation:toBig 5s linear infinite; /* Firefox */
	-webkit-animation:toBig 5s linear infinite; /* Safari and Chrome */
	-o-animation:toBig 5s linear infinite; /* Opera */
}
.home-active-4{
	width: 125px;
	height: 190px;
	position: absolute;
	top: 26%;
	left: 20%;
	animation: toUp2 5s linear infinite;
	-moz-animation:toUp2 5s linear infinite; /* Firefox */
	-webkit-animation:toUp2 5s linear infinite; /* Safari and Chrome */
	-o-animation:toUp2 5s linear infinite; /* Opera */
}
.home-active-5{
	width: 125px;
	height: 150px;
	position: absolute;
	top: 47%;
	left: 24%;
	animation: toUp3 5s linear infinite;
	-moz-animation:toUp3 5s linear infinite; /* Firefox */
	-webkit-animation:toUp3 5s linear infinite; /* Safari and Chrome */
	-o-animation:toUp3 5s linear infinite; /* Opera */
}
.home-active-6{
	width: 80px;
	height: 80px;
	position: absolute;
	top: 45%;
	left: 48%;
	animation: toBig1 6s linear infinite;
	-moz-animation:toBig1 6s linear infinite; /* Firefox */
	-webkit-animation:toBig1 6s linear infinite; /* Safari and Chrome */
	-o-animation:toBig1 6s linear infinite; /* Opera */
}
.home-active-7{
	width: 80px;
	height: 80px;
	position: absolute;
	top: 20%;
	left: 16%;
	animation: toBig1 6s linear infinite;
	-moz-animation:toBig1 6s linear infinite; /* Firefox */
	-webkit-animation:toBig1 6s linear infinite; /* Safari and Chrome */
	-o-animation:toBig1 6s linear infinite; /* Opera */
}
.home-active-8{
	width: 180px;
	height: 120px;
	position: absolute;
	bottom: 17%;
	left: calc(100% - 800px);
	animation: toDown2 5s linear infinite;
	-moz-animation:toDown2 5s linear infinite; /* Firefox */
	-webkit-animation:toDown2 5s linear infinite; /* Safari and Chrome */
	-o-animation:toDown2 5s linear infinite; /* Opera */
}
.home-active-9{
	width: 160px;
	height: 100px;
	position: absolute;
	bottom: 22%;
	left: 10%;
	animation: toDown1 5s linear infinite;
	-moz-animation:toDown1 5s linear infinite; /* Firefox */
	-webkit-animation:toDown1 5s linear infinite; /* Safari and Chrome */
	-o-animation:toDown1 5s linear infinite; /* Opera */
}
.home-active-10{
	width: 120px;
	height: 90px;
	position: absolute;
	left: 44%;
	top: 5%;
	animation: toDown3 7s linear infinite;
	-moz-animation:toDown3 7s linear infinite; /* Firefox */
	-webkit-animation:toDown3 7s linear infinite; /* Safari and Chrome */
	-o-animation:toDown3 7s linear infinite; /* Opera */
}
.home-active-11{
	width: 60px;
	height: 40px;
	position: absolute;
	top: 8%;
	left: 24%;
	animation: toUp4 7s linear infinite;
	-moz-animation:toUp4 7s linear infinite; /* Firefox */
	-webkit-animation:toUp4 7s linear infinite; /* Safari and Chrome */
	-o-animation:toUp4 7s linear infinite; /* Opera */
}
.home-active-12{
	width: 150px;
	height: 110px;
	position: absolute;
	right: 4%;
	top: 2%;
	animation: toDown4 7s linear infinite;
	-moz-animation:toDown4 7s linear infinite; /* Firefox */
	-webkit-animation:toDown4 7s linear infinite; /* Safari and Chrome */
	-o-animation:toDown4 7s linear infinite; /* Opera */
}
.home-active-16{
	width: 130px;
	height: 90px;
	position: absolute;
	right: 0%;
	top: 16%;
	animation: toBig2 7s linear infinite;
	-moz-animation:toBig2 7s linear infinite; /* Firefox */
	-webkit-animation:toBig2 7s linear infinite; /* Safari and Chrome */
	-o-animation:toBig2 7s linear infinite; /* Opera */
}
.home-active-17{
	width: 100px;
	height: 80px;
	position: absolute;
	left: 42%;
	top: 19%;
	animation: toBig3 7s linear infinite;
	-moz-animation:toBig3 7s linear infinite; /* Firefox */
	-webkit-animation:toBig3 7s linear infinite; /* Safari and Chrome */
	-o-animation:toBig3 7s linear infinite; /* Opera */
}
.home-active-18{
	width: 120px;
	height: 140px;
	position: absolute;
	bottom: 0%;
	left: 0%;
	animation: toBig4 5s linear infinite;
	-moz-animation:toBig4 5s linear infinite; /* Firefox */
	-webkit-animation:toBig4 5s linear infinite; /* Safari and Chrome */
	-o-animation:toBig4 5s linear infinite; /* Opera */
}
.home-active-19{
	width: 50px;
	height: 30px;
	position: absolute;
	top: 14%;
	left: 23%;
	animation: toBig5 7s linear infinite;
	-moz-animation:toBig5 7s linear infinite; /* Firefox */
	-webkit-animation:toBig5 7s linear infinite; /* Safari and Chrome */
	-o-animation:toBig5 7s linear infinite; /* Opera */
}
.home-active-20{
	width: 160px;
	height: 100px;
	position: absolute;
	bottom: 0%;
	left: calc(100% - 600px);
	animation: toBig6 5s linear infinite;
	-moz-animation:toBig6 5s linear infinite; /* Firefox */
	-webkit-animation:toBig6 5s linear infinite; /* Safari and Chrome */
	-o-animation:toBig6 5s linear infinite; /* Opera */
}


@keyframes toUp{
	0%{top: 17%;}
	50%{top: 15%;}
	100%{top: 17%;}
}
@-ms-keyframes toUp{
	0%{top: 17%;}
	50%{top: 15%;}
	100%{top: 17%;}
}
@-moz-keyframes  toUp{
	0%{top: 17%;}
	50%{top: 15%;}
	100%{top: 17%;}
}
@-webkit-keyframes toUp{
	0%{top: 17%;}
	50%{top: 15%;}
	100%{top: 17%;}
}
/* next: ; */
@keyframes toUp1{
	0%{top: 49%;}
	50%{top: 47%;}
	100%{top: 49%;}
}
@-ms-keyframes toUp1{
	0%{top: 49%;}
	50%{top: 47%;}
	100%{top: 49%;}
}
@-moz-keyframes  toUp1{
	0%{top: 49%;}
	50%{top: 47%;}
	100%{top: 49%;}
}
@-webkit-keyframes toUp1{
	0%{top: 49%;}
	50%{top: 47%;}
	100%{top: 49%;}
}
/* next */
@keyframes  toDown{
	0%{top: 32%;}
	50%{top: 35%;}
	100%{top: 32%;}
}
@-ms-keyframes  toDown{
	0%{top: 32%;}
	50%{top: 35%;}
	100%{top: 32%;}
}
@-moz-keyframes   toDown{
	0%{top: 32%;}
	50%{top: 35%;}
	100%{top: 32%;}
}
@-webkit-keyframes toDown{
	0%{top: 32%;}
	50%{top: 35%;}
	100%{top: 32%;}
}
/* next */
@keyframes  toBig{
	0%{width: 300px;}
	50%{width: 270px;}
	100%{width: 300px;}
}
@-ms-keyframes  toBig{
	0%{width: 300px;}
	50%{width: 270px;}
	100%{width: 300px;}
}
@-moz-keyframes   toBig{
	0%{width: 300px;}
	50%{width: 270px;}
	100%{width: 300px;}
}
@-webkit-keyframes toBig{
	0%{width: 300px;}
	50%{width: 270px;}
	100%{width: 300px;}
}
/* next:; */
@keyframes  toUp2{
	0%{top: 26%;}
	50%{top: 24%;}
	100%{top: 26%;}
}
@-ms-keyframes  toUp2{
	0%{top: 26%;}
	50%{top: 24%;}
	100%{top: 26%;}
}
@-moz-keyframes   toUp2{
	0%{top: 26%;}
	50%{top: 24%;}
	100%{top: 26%;}
}
@-webkit-keyframes toUp2{
	0%{top: 26%;}
	50%{top: 24%;}
	100%{top: 26%;}
}
/* next */
@keyframes  toUp3{
	0%{top: 46%;}
	50%{top: 49%;}
	100%{top: 46%;}
}
@-ms-keyframes  toUp3{
	0%{top: 46%;}
	50%{top: 49%;}
	100%{top: 46%;}
}
@-moz-keyframes   toUp3{
	0%{top: 46%;}
	50%{top: 49%;}
	100%{top: 46%;}
}
@-webkit-keyframes toUp3{
	0%{top: 46%;}
	50%{top: 49%;}
	100%{top: 46%;}
}
/* next	 */
@keyframes  toBig1{
	0%{width: 80px;}
	50%{width: 60px;}
	100%{width: 80px;}
}
@-ms-keyframes  toBig1{
	0%{width: 80px;}
	50%{width: 60px;}
	100%{width: 80px;}
}
@-moz-keyframes   toBig1{
	0%{width: 80px;}
	50%{width: 60px;}
	100%{width: 80px;}
}
@-webkit-keyframes toBig1{
	0%{width: 80px;}
	50%{width: 60px;}
	100%{width: 80px;}
}
/* next */
@keyframes  toDown1{
	0%{bottom: 22% ;}
	50%{bottom: 20% ;}
	100%{bottom: 22% ;}
}
@-ms-keyframes  toDown1{
	0%{bottom: 22% ;}
	50%{bottom: 20% ;}
	100%{bottom: 22% ;}
}
@-moz-keyframes   toDown1{
	0%{bottom: 22% ;}
	50%{bottom: 20% ;}
	100%{bottom: 22% ;}
}
@-webkit-keyframes toDown1{
	0%{bottom: 22% ;}
	50%{bottom: 20% ;}
	100%{bottom: 22% ;}
}
/* next: ; */
@keyframes  toDown2{
	0%{bottom: 17% ;}
	50%{bottom: 15% ;}
	100%{bottom: 17% ;}
}
@-ms-keyframes  toDown2{
	0%{bottom: 17% ;}
	50%{bottom: 15% ;}
	100%{bottom: 17% ;}
}
@-moz-keyframes   toDown2{
	0%{bottom: 17% ;}
	50%{bottom: 15% ;}
	100%{bottom: 17% ;}
}
@-webkit-keyframes toDown2{
	0%{bottom: 17% ;}
	50%{bottom: 15% ;}
	100%{bottom: 17% ;}
}
/* next: */
@keyframes  toDown3{
	0%{top: 5%;}
	50%{top: 7%;}
	100%{top: 5%;}
}
@-ms-keyframes  toDown3{
	0%{top: 5%;}
	50%{top: 7%;}
	100%{top: 5%;}
}
@-moz-keyframes   toDown3{
	0%{top: 5%;}
	50%{top: 7%;}
	100%{top: 5%;}
}
@-webkit-keyframes toDown3{
	0%{top: 5%;}
	50%{top: 7%;}
	100%{top: 5%;}
}
/* next */

@keyframes  toUp4{
	0%{top: 8%;}
	50%{top: 6%;}
	100%{top: 8%;}
}
@-ms-keyframes  toUp4{
	0%{top: 8%;}
	50%{top: 6%;}
	100%{top: 8%;}
}
@-moz-keyframes   toUp4{
	0%{top: 8%;}
	50%{top: 6%;}
	100%{top: 8%;}
}
@-webkit-keyframes toUp4{
	0%{top: 8%;}
	50%{top: 6%;}
	100%{top: 8%;}
}
/* next: ; */
@keyframes toDown4{
	0%{top: 2%;}
	50%{top: 4%;}
	100%{top: 2%;}
}
@-ms-keyframes toDown4{
	0%{top: 2%;}
	50%{top: 4%;}
	100%{top: 2%;}
}
@-moz-keyframes  toDown4{
	0%{top: 2%;}
	50%{top: 4%;}
	100%{top: 2%;}
}
@-webkit-keyframes toDown4{
	0%{top: 2%;}
	50%{top: 4%;}
	100%{top: 2%;}
}
/* next: ; */
@keyframes toBig2{
	0%{width: 130px;height: 90px;}
	50%{width: 120px;height: 60px;}
	100%{width: 130px;height: 90px;}
}
@-ms-keyframes toBig2{
	0%{width: 130px;height: 90px;}
	50%{width: 120px;height: 60px;}
	100%{width: 130px;height: 90px;}
}
@-moz-keyframes toBig2{
	0%{width: 130px;height: 90px;}
	50%{width: 120px;height: 60px;}
	100%{width: 130px;height: 90px;}
}
@-webkit-keyframes toBig2{
	0%{width: 130px;height: 90px;}
	50%{width: 120px;height: 60px;}
	100%{width: 130px;height: 90px;}
}
/* next: ; */
@keyframes toBig3{
	0%{width: 100px;height: 80px;}
	50%{width: 90px;height: 70px;}
	100%{width: 100px;height: 80px;}
}
@-ms-keyframes toBig3{
	0%{width: 100px;height: 80px;}
	50%{width: 90px;height: 70px;}
	100%{width: 100px;height: 80px;}
}
@-moz-keyframes toBig3{
	0%{width: 100px;height: 80px;}
	50%{width: 90px;height: 70px;}
	100%{width: 100px;height: 80px;}
}
@-webkit-keyframes toBig3{
	0%{width: 100px;height: 80px;}
	50%{width: 90px;height: 70px;}
	100%{width: 100px;height: 80px;}
}
/* next: ; */
@keyframes toBig4{
	0%{width: 120px;height: 140px;}
	50%{width: 110px;height: 130px;}
	100%{width: 120px;height: 140px;}
}
@-ms-keyframes toBig4{
	0%{width: 120px;height: 140px;}
	50%{width: 110px;height: 130px;}
	100%{width: 120px;height: 140px;}
}
@-moz-keyframes toBig4{
	0%{width: 120px;height: 140px;}
	50%{width: 110px;height: 130px;}
	100%{width: 120px;height: 140px;}
}
@-webkit-keyframes toBig4{
	0%{width: 120px;height: 140px;}
	50%{width: 110px;height: 130px;}
	100%{width: 120px;height: 140px;}
}
/* next: ; */
@keyframes toBig5{
	0%{width: 50px;height: 30px;}
	50%{width: 40px;height: 20px;}
	100%{width: 50px;height: 30px;}
}
@-ms-keyframes toBig5{
	0%{width: 50px;height: 30px;}
	50%{width: 40px;height: 20px;}
	100%{width: 50px;height: 30px;}
}
@-moz-keyframes toBig5{
	0%{width: 50px;height: 30px;}
	50%{width: 40px;height: 20px;}
	100%{width: 50px;height: 30px;}
}
@-webkit-keyframes toBig5{
	0%{width: 50px;height: 30px;}
	50%{width: 40px;height: 20px;}
	100%{width: 50px;height: 30px;}
}
/* next: ; */
@keyframes toBig6{
	0%{width: 160px;height: 100px;}
	50%{width: 150px;height: 90px;}
	100%{width: 160px;height: 100px;}
}
@-ms-keyframes toBig6{
	0%{width: 160px;height: 100px;}
	50%{width: 150px;height: 90px;}
	100%{width: 160px;height: 100px;}
}
@-moz-keyframes toBig6{
	0%{width: 160px;height: 100px;}
	50%{width: 150px;height: 90px;}
	100%{width: 160px;height: 100px;}
}
@-webkit-keyframes toBig6{
	0%{width: 160px;height: 100px;}
	50%{width: 150px;height: 90px;}
	100%{width: 160px;height: 100px;}
}




