body {
  font-family: -apple-system, "Noto Sans", "Source Han Sans SC","Microsoft YaHei", sans-serif;
}
.header-slider .slick-dots{
    bottom: 0rem;
}
.stage-wrapper {
    margin-bottom: 2rem;
}

.main-content {
    padding-top: 1rem;
    margin-top: 5px;
}
.main-search{
    z-index: 99999;
}
@media screen and (max-width: 1800px) {
    .grid.teaser2 {
        height: 260px;
    }
}
@media screen and (max-width: 1800px) {
    .teaser2 {
        height: 250px;
    }
}
.teaser2 {
    float: left;    
    height: 260.4px;
    padding: 2.1rem 2.2rem 1.9rem 2.2rem;
    position: relative;
    text-align: center;
}
.teaser2:hover{
    background-color: #EFEFEF;
}
.teaser2 .img{
    width: 60px;
    height: 75px;
    margin: 0 auto;
    margin-bottom: 10px;
    border-bottom: solid;
    padding-bottom: 15px;
}
.teaser2 .img img{
    width: 100%;
    height: 100%;
}
.teaser2 .title{
    font-size: 18px;
    padding-bottom: 10px;
}
.teaser2 .desc{
    color: #999;
    margin-top: 10px;
}
