.teams-content{
	margin: 80px auto;
}
.teams-content .teams-box{
	margin-top: 80px;
	overflow: hidden;
}

.teams-content .teames-item {
	position: relative;
	margin-bottom: 50px;
}
.teams-content .teames-item:hover .team-tit{
	display: block;
}

.teams-content .teames-item .team-img{
	box-sizing: border-box;
	cursor: pointer;
}
.teams-content .teames-item .team-img img{
	width: 100%;
	height: 100%;
	/* opacity: .8;
	filter: alpha(opacity=80) */
}

.teames-item .team-img .team-tit{
	height: 90px;
	position: absolute;
	bottom: 0;
	left: 15px;
	right: 15px;
	text-align: center;
	color: #fff;
	background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.4) 50%);
	/* opacity:0.6; */
	display: none;
	font-weight:400;
	font-family:PingFangSC-Regular,PingFang SC;
}
.teames-item .team-tit div:first-child{
	padding-top: 20px;
	font-size:18px;
	margin-bottom: 4px;
}
.teames-item .team-tit div:last-child{
	font-size:14px;
	padding: 0 10px;
}
.team-confirm{
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 1000;
	display: none;
}
.team-confirm .mask{
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,.4);
}
.team-confirm .team-con{
	position: fixed;
    top: 50%;
    left: 50%;
    width: 58%;
    color: #333;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    letter-spacing: 2px;
    background: #fff;
    z-index: 1001;
    box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.8);
    border-radius: 4px;
    padding: 30px;
}
.team-con .title{
	font-size: 24px;
	font-weight: 600;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 30px;
}
.team-con .title-ft{
	text-align: right;
}
.team-con .title img{
	cursor: pointer;	
}
.team-con .con{
	font-size: 16px;
	line-height: 22px;
}
.team-con .con img{
	width: 228px;
}
.page_ctrl{
	overflow: hidden;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.page_ctrl button,.page_ctrl span{
	width: 32px;
	height: 32px;
	border-radius:6px;
	line-height: 32px;
	font-size: 14px;
	display: inline-block;
	color: #666;
	text-align: center;
	margin-right: 8px;
	background: #fff;
	border:1px solid rgba(221,221,221,1);
}
.page_ctrl img{
	padding-bottom: 4px;
}
.page_ctrl .btn_dis{
	background: #eee;
}
.page_ctrl .page_num:hover,.page_ctrl span:hover{
	background: #006835;
	color: #fff;
}
.page_ctrl .current_page{
	background: #006835;
	color: #fff;
}
/* .teams-page{
	overflow: hidden;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.teams-page  div{
	float: left;
	cursor: pointer;
}
.teams-page .dis{
	background: #eee;
}
.teams-lt{
	margin-right: 8px;
}
.teams-lt,.teams-rt{
	width: 32px;
	height: 32px;
	border-radius:6px;
	border:1px solid rgba(221,221,221,1);

}
.teams-lt img ,.teams-rt img{
	padding: 9px 0 0 9px;
}

.teams-page  .teams-pageNum{
	width: 32px;
	height: 32px;
	border-radius:6px;
	line-height: 32px;
	font-size: 14px;
	color: #666;
	text-align: center;
	margin-right: 8px;
	border:1px solid rgba(221,221,221,1);
}
.teams-page .teams-pageNum:hover{
	background: #006835;
	color: #fff;
} */

@media screen and (max-width: 768px) {
	.teams-content{
		margin-top: 40px;
	}
	.teams-content .teams-box{
		margin-top: 40px;
	}
	.teams-content .teames-item{
		padding-right: 15px;
		margin-bottom: 40px;
	}
	.teames-item .team-img .team-tit{
		right: 15px;
		height: 90px;
	}
	.teames-item .team-tit div:first-child{
		font-size: 16px;
	}
	.teames-item .team-tit div:last-child{
		font-size: 14px;
	}
	.page_ctrl{
		display: none;
	}
	/* .teams-content .teames-item:nth-child(even){
		padding-right: 0;
	} */
}