.focus {
	font-size: 12px;
	position: relative;
	overflow: hidden;
	margin-bottom: 95px;
	border: .125rem solid #333;
	margin: 1.875rem 0;
	padding: .625rem 4.125rem;

}

.focus .bigPic {
	display: flex;
	flex-wrap: nowrap;
	overflow: hidden;
}


.focus .bigPic img {
	float: left;
	width: 22rem;
    margin: 0 .1875rem
}

.focus .focusT {
	position: absolute;
	right: 0;
	top: 0;
}

.focus .focusT li {
	width: 75px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	color: #e3e3e3;
	background-color: #2fc3a3;
	float: left;
	box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.2);
}

.focus .focusT li a {
	background-color: #3a3a3a;
	color: #848484;
}

.focus .focusT li a:hover {
	color: #e3e3e3;
}

.focus .btn {
	height: 36px;
	width: 100%;
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	bottom: 0;
}

.focus .btn li {
	width: 114px;
	line-height: 37px;
	color: #979696;
	float: left;
	text-align: center;
	cursor: pointer;

}

.focus .btn li:nth-child(6) {
	width: 115px;
}

.focus .btn .on {
	background: #2FC3A3;
	color: #e3e3e3;
}