html, body, .wrap {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.wrap {
	min-width: 1200px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fbfbfb url(../image/bg.png) 0 center no-repeat;
	background-size: 100%;
}
.login {
	position: absolute;
	z-index: 999;
	width: 519px;
	height: 398px;
	border-radius: 10px;
	box-shadow: 0 0 10px #5bb5f1;
	background-color: #fff;
}
.login h2 {
	margin-top: -18px;
	margin-bottom: 44px;
	background: url(../image/login-h2.png) center 0 no-repeat;
	background-size: 467px 100%;
	color: #fff;
	font-size: 30px;
	text-align: center;
	line-height: 64px;
}
.mb34 {
	margin-bottom: 34px !important;
}
.login-input {
	overflow: hidden;
	width: 292px;
	height: 50px;
	margin: 0 auto;
	border-radius: 5px;
}
.login-input label {
	float: left;
	width: 58px;
	height: 100%;
	background: #4097d2 url(../image/login-input1.png) center center no-repeat;
	background-size: 25px 32px;
}
.login-input:nth-of-type(2) label {
	background: #4097d2 url(../image/login-input2.png) center center no-repeat;
	background-size: 23px 28px;
}
.login-input input {
	float: left;
	width: 234px;
	height: 100%;
	border: none;
	background-color: #5bb5f1;
	color: #fff;
	text-indent: 10px;
	line-height: 50px;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff; opacity:1; 
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;opacity:1;
}
input:-ms-input-placeholder{
    color: #fff;opacity:1;
}
input::-webkit-input-placeholder{
    color: #fff;opacity:1;
}
.login-dis {
	width: 292px;
	margin: 25px auto 30px;
}
.login-dis span {
	color: #21557d;
	font-size: 13px;
}
.login-dis span i {
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    border: 1px solid #4a7294;
    border-radius: 3px;
    margin-right: 10px;
}
.login-span {
	position: relative;
}
.login-dis .login-span i {
	background-color: #5bb5f1;
	border-color: #5bb5f1;
}
.login-dis .login-span i:after {
	content: '';
    display: inline-block;
    position: absolute;
    top: 6px;
    right: 0;
    left: 2px;
    bottom: 3px;
    /*margin: auto;*/
    width: 9px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(135deg);
}

.login-btn {
	width: 100%;
}
.login-btn button {
	display: block;
	width: 292px;
	height: 49px;
	margin: 0 auto;
	border: none;
	border-radius: 10px;
	background: url(../image/login-but.png) 0 0 no-repeat;
	background-size: 100% 100%;
	color: #fff;
	font-size: 24px;
	outline: none;
}

.fishbox {
    width: 200px;
    height: 200px;
    position: absolute;
    left:0;
    top:0;
}
.fish {
    width: 110px;
    height: 75px;
    position: absolute;
    left:35%;
    top:0;
    animation:active1 0.7s steps(7) infinite;
}
.fish1 {
    background:url(../image/fish1.png) no-repeat left top;
    background-size: 100% 522px;
}
.fish2 {
    background:url(../image/fish2.png) no-repeat left top;
    background-size: 100% 522px;
}
.fishbox1 {
    animation: run1 20s linear infinite;
    animation-direction: normal;
}
.fishbox2 {
    animation: run2 15s linear infinite;
    animation-direction: normal;
}
.fishbox3 {
    animation: run3 35s linear infinite;
    animation-direction: normal;
}
.fishbox4 {
    animation: run4 20s linear infinite;
    animation-direction: normal;
}
.fishbox5 {
    animation: run5 25s linear infinite;
    animation-direction: normal;
}
@keyframes active1 {
    0%{

    }
    100%{
        background-position: left -522px;
    }
}
@keyframes run1 {
    0%{
		transform:translate(-200px,100px) rotate(25deg) ;
    }
    25%{
        transform:translate(500px,350px) rotate(45deg) ;
    }
    50%{
        transform:translate(1000px,600px) rotate(45deg) ;
    }
    75%{
        transform:translate(1500px,850px) rotate(45deg);
    }
    100%{
        transform:translate(2000px,1100px) rotate(45deg) ;
    }
}
@keyframes run2 {
    0%{
		transform:translate(2000px,100px) rotate(-25deg) ;
    }
    25%{
        transform:translate(1500px,350px) rotate(-35deg) ;
    }
    50%{
        transform:translate(1000px,600px) rotate(-35deg) ;
    }
    75%{
        transform:translate(500px,850px) rotate(-35deg);
    }
    100%{
        transform:translate(-120px,1100px) rotate(-35deg) ;
    }
}
@keyframes run3 {
    0%{
		transform:translate(-300px,300px) rotate(10deg) ;
    }
    25%{
        transform:translate(500px,350px) rotate(10deg) ;
    }
    50%{
        transform:translate(1000px,400px) rotate(10deg) ;
    }
    75%{
        transform:translate(1500px,450px) rotate(10deg);
    }
    100%{
        transform:translate(2000px,500px) rotate(10deg) ;
    }
}
@keyframes run4 {
    0%{
		transform:translate(2000px,1000px) rotate(35deg) ;
    }
    25%{
        transform:translate(1500px,700px) rotate(35deg);
    }
    50%{
        transform:translate(1000px,400px) rotate(35deg) ;
    }
    75%{
    	transform:translate(500px,100px) rotate(35deg) ;
    }
    100%{
    	transform:translate(0px,-200px) rotate(35deg) ;
    }
}
@keyframes run5 {
    0%{
		transform:translate(-200px,800px) rotate(-25deg) ;
    }
    25%{
        transform:translate(150px,600px) rotate(-25deg) ;
    }
    50%{
        transform:translate(500px,400px) rotate(-25deg) ;
    }
    75%{
        transform:translate(850px,200px) rotate(-25deg);
    }
    100%{
        transform:translate(1200px,-100px) rotate(-25deg) ;
    }
}
