.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: #59bcdb;
    background-color: #fff;
    border: 0 solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.example-container {
    margin-top: 50px
}

.example-container .am-nav-tabs {
    border-bottom: 0;
    border-top: 1px solid #e9e9e9
}

.example-container .am-nav-tabs li.am-active {
    border-top: 3px solid #59bcdb
}

.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: 100% 100%;
    position: relative;
    display: block;
    width:256px;
    height:166px;
    margin-bottom: 30px;
    border-radius: 3px;
    overflow: hidden;
}

.example-container .am-tabs-bd .example-item-bg p.fontShuom{ position:absolute; bottom:-19px; left:0; color:#fff; width:100%; text-align:center; background:rgba(0,0,0,.6); }

.example-container .am-tabs-bd img {
    position: absolute;
    top: 50%;
    left: 50%;
    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
}
