.banner-index{
    position: relative; width: 100%; height: 100%;
}
/* header */
.banner-title {
    position: absolute; top: 0; left: 0; z-index: 10; 
    height:50px;  
    background-color: white; 
}
.banner-content{
    position: absolute; top:0; left:0; 
    width: 100%; 
    height: 100%;
    padding-top: 60px;
}

.banner-title table{
    margin: 0; 
    height:100%;
    border-bottom: 1px solid #cccccc;
}

.banner-title table tr td{ 
    border: none; 
    height:100%;
    vertical-align: middle;
}

.banner-title .btn{ 
    height: 100%;
    border: none;
    background: none;
}
.banner-title .title-icon{
    width: 50px;
    text-align:center;
}
.banner-title .title-icon .font-icon{
    font-size: 3rem; 
    color: grey;
}

.banner-title .title-name .name{
    color: black; font-size: 1.5rem;
}

/* end header */


