body{
	margin: 0;
	overflow-x: hidden;
	font-family: "微软雅黑",'Helvetica Neue',Helvetica,sans-serif,"宋体";
	-moz-user-select:none;
}
img{
	object-fit: cover;
}
.kpxt{
	color: #FAFDFF;
	font-size: 12px;
	opacity: 0;
	height: 0;
	display: flex;
}
.fishConent-wrap {
	width: 100%;
	height: 100%;
	background: url(../img/fish_home.png) no-repeat 0% 0%;
	background-size: cover;
	position: relative;
	padding-bottom: 128px;
}
a, a:link, a:visited {
	text-decoration: none;
}
.tabs{
	width: 82%;
	height: 36px;
	overflow: hidden;
	position: absolute;
	top: 40px;
	left: 18%;
	z-index: 100;
	font-size: 20px;
	text-align: left;
}
.tabs a{
	color: #333;
	display: inline-block;
	width: 48px;
	margin-right: 30px;
	cursor: pointer;
	line-height: 34px;
}
.tabs a:hover,a.clicked{
	color: #4065E0;
	border-bottom: 2px solid #4065E0;
}

.logo{
	width: 270px;
	height: 176px;
	position: absolute;
	top: -16px;
	left: 37px;
	background: url(../img/fish_home_logo.png) no-repeat 0% 0%;
	background-size: 97%;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.swiper-pagination-bullet-active{
	background: #4065e0;
	border: 1px solid #4065e0;
}


.tips-content {
	color: #fff;
	font-size: 13px;
	text-align: center;
	line-height: 1; }
.tips-content .to-top-img {
	width: 100px;
	height: 100px;
	margin: 7px auto 6px;
	background: url(../img/app.png) no-repeat center center;
	background-size: 100%; }
.tips-content .tips-content-text {
	font-size: 15px;
	margin: 16px auto;
	font-weight: 300; }
.tips-content p {
	font-weight: 300; }

.el-avatar{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	text-align: center;
	overflow: hidden;
	color: #fff;
	background: #606266;
	width: 40px;
	height: 40px;
	font-size: 14px;
	border-radius: 50%;
}
.el-avatar--square{
	border-radius: 4px;
}
.el-image{
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.infinite-list-wrapper{
	overflow: auto;
}
.el-row {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	box-sizing: border-box;
}
.el-col-12{
	max-width: 50%;
	flex: 0 0 50%;
}
.el-backtop {
	width: 64px;
	min-height: 140px;
	position: fixed;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
	cursor: pointer;
	z-index: 5;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
	font-size: 14px;
	text-align: center;
	border-radius: 8px;
	padding: 7px 10px;
}
.el-backtop .backtop-content {
	width: 100%;
	height: 100%; }
.el-backtop .to-top-img {
	width: 36px;
	height: 36px;
	margin: 10px auto 6px;
	background: url(../img/app.png) no-repeat center center;
	background-size: 100%; }
.el-backtop .to-top-down {
	height: 26px;
	border-bottom: 1px solid #aaa;
	margin-top: 7px; }
.el-backtop .to-top-topImg {
	width: 38px;
	height: 26px;
	margin: 9px auto 7px;
	background: url(../img/to_top.png) no-repeat center center;
	background-size: 100%; }
.el-backtop .to-top-text {
	width: 100%;
	height: 100%;
}

.el-popper {
	position: absolute;
	border-radius: 4px;
	padding: 5px 11px;
	z-index: 2000;
	font-size: 12px;
	line-height: 20px;
	min-width: 10px;
	word-wrap: break-word;
	visibility: visible;
	display: none;
}
.el-popper.is-dark {
	color: #ffffff;
	background: #303133;
	border: 1px solid #303133;
	z-index: 2026;

	position: fixed;
	/* position: absolute; */
	inset: 0px 0px auto auto;
	transform: translate(-134px, 673px);
}
.el-popper__arrow{
	position: absolute;
	width: 10px;
	height: 10px;
	z-index: -1;

	position: absolute;
	top: 0px;
	transform: translate(0px, 90px);
	right: -5px;
}
.el-popper__arrow::before{
	position: absolute;
	width: 10px;
	height: 10px;
	z-index: -1;
	content: " ";
	transform: rotate(45deg);
	background: #303133;
	box-sizing: border-box;
}
.el-popper.is-dark .el-popper__arrow::before{
	border: 1px solid #303133;
	background: #303133;
	right: 0;
}
.el-popper >.el-popper__arrow::before{
	border-top-right-radius: 2px;
	border-left-color: transparent!important;
	border-bottom-color: transparent!important;
}
.el-card{
	border-radius: 4px;
	border: 1px solid #e4e7ed;
	background-color: #FAFDFF;
	overflow: hidden;
	color: #333;
	transition: 0.3s;
}
.el-card__body {
	padding: 20px;
}
.swiper-slide{
	text-align: center;
}
.el-image{
	border-radius: 4px;
}
.nav-bot{
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 160px;
	background: url(../img/nav_bot.png) no-repeat center center;
	background-size: 100%;
}
.center{
	text-align: center;
}
