@import "base.css";

.app-baner{
    padding-top: 20px;
}

.app-body .row1{
    position: relative;
}

.app-body .row1 img{
    position: relative;
    z-index: 1;
}

.app-body .row1 .t1{
    position: relative;
    left: 0;
    bottom: 140px;
    width: 100%;
    z-index: 2;
    text-align: center;
    color: #596670;
    font-weight: bold;
    font-size: 18px;
}

.app-body .row1 .t2{
    position: relative;
    left: 0;
    bottom: 90px;
    width: 100%;
    z-index: 2;
    text-align: center;
    color: #717070;
    font-size: 13px;
}
