.example-container .am-nav-tabs>li.am-active>a,
.example-container .am-nav-tabs>li.am-active>a:focus,
.example-container .am-nav-tabs>li.am-active>a:hover {
	color: #e62129;
	background-color: #fff;
	border: 0 solid #ddd;
	border-bottom-color: transparent;
	cursor: default
}

.example-container {
	margin-top: 50px
}

.example-container .am-nav-tabs {
	/*display: flex;*/
	border-bottom: 0;
	border-top: 1px solid #e9e9e9
}

.example-container .am-nav-tabs li.am-active {
	border-top: 3px solid #e62129
}

.example-container .am-nav-tabs li a {
	padding: 24px 0 10px;
	text-align: center;
	color: #262626
}

.example-container .am-nav-tabs li a i {
	margin-right: 10px
}

.example-container .am-tabs-bd {
	margin: 33px 0 0;
	color: #262626;
	border: 0
}

.example-container .am-tabs-bd div[class^=am-tab-pane] {
	padding: 0
}

.example-container .am-tabs-bd .example-item-bg {
	background-size: cover;
	position: relative;
	display: block;
	height: 200px;
	margin-top: 30px;
	border-radius: 3px;
	overflow: hidden
}

.example-container .am-tabs-bd img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
	display: block
}

.example-container .am-tabs-bd span {
	display: none;
	color: #fff;
	font-size: 14px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.example-container .am-g .am-u-md-3:nth-of-type(1) {
	/*padding-left: 0*/
}

.example-container .am-g .am-u-md-3:nth-of-type(4) {
	/*padding-right: 0*/
}
@media screen and (min-width:640px) {
	.example-container .am-nav-tabs {
		display: flex;
	}
}
@media screen and (max-width:640px) {
	.example-container .am-nav-tabs li.am-active{
		border-top:0 !important
	}
}
.txt-center{
	text-align: center;
}

.am-u-md-3 a:hover{
	color: #333333;
}

.am-u-md-3 a{
	color: #333333;
}
