@charset "utf-8";
html,
body,
div,
p,
ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
button,
textarea,
iframe,
table,
th,
td {
	margin: 0;
	padding: 0
}

img {
	border: 0 none;
	vertical-align: middle;
}

ul,
li {
	list-style-type: none
}

body {
	background-color: #fbe4c1;
}

html,
body {
	height: 100%;
	overflow: auto;
}

.fish-warp {
	position: relative;
	max-width: 1920px;
	height: 1080px;
	min-height: 750px;
	margin: 0 auto;
	background: url(//png.pookcdn.net/new_net/ks/bydr/fish_bg.jpg) no-repeat center top;
	overflow: auto;
	min-width: 1800px;
}

.fish-containerbg {
	width: 1000px;
	height: 1080px;
	background: url(//png.pookcdn.net/new_net/ks/bydr/fish_container.png) no-repeat;
	margin: 0 auto;
}

.box-shadow {
	position: absolute;
	top: 310px;
	right: 180px;
	width: 568px;
	height: 286px;
	background: url(//png.pookcdn.net/new_net/ks/bydr/shadowbox.png) no-repeat;
}

.box-code {
	position: absolute;
	top: 28px;
	left: 60px;
	width: 177px;
	height: 176px;
	background: url(//png.pookcdn.net/new_net/ks/bydr/codeimg.png) no-repeat;
}

.box-shadow p {
	position: absolute;
	bottom: 30px;
	left: 60px;
	width: 177px;
	color: #ffffff;
	font-size: 30.21px;
	text-align: center;
}

.box-btn {
	position: absolute;
	top: 30px;
	right: 55px;
	width: 201px;
	height: 219px;
}

.register-btn {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 57px;
	background: url(//png.pookcdn.net/new_net/ks/bydr/register_btn.png) no-repeat;
}

.download-btn {
	position: absolute;
	top: 80px;
	left: 0px;
	width: 100%;
	height: 57px;
	background: url(//png.pookcdn.net/new_net/ks/bydr/download_btn.png) no-repeat;
}

.icons-down {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 57px;
}

.icons-down ul li {
	width: 52px;
	height: 100%;
	float: left;
	margin-left: 20px;
}

.icons-down ul li:first-child {
	margin-left: 0;
}

.bullet-items {
	position: absolute;
	bottom: 270px;
	right: 180px;
	width: 579px;
	height: 189px;
}

.bullet-items ul li {
	width: 188px;
	height: 189px;
	float: left;
	margin-left: 4px;
	animation: bulletrun 1.1s infinite
}

.fish-footer {
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 6px 0 7px;
}

.fish-footer .fish-opacity {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: #050505;
	opacity: 0.5;
	z-index: 1;
}

.fish-footer p {
	position: relative;
	z-index: 2;
	font-size: 14px;
	line-height: 1.4;
	text-align: center;
	color: #ffffff;
	margin-top: 5px;
}

.pook-footer p img {
	width: 25px;
	height: 26px;
}

@keyframes bulletrun {
	0% {
		transform: scale(.9);
	}
	50% {
		transform: scale(1.03);
	}
	100% {
		transform: scale(.9);
	}
}