#top {
     background-image: url(https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1580650104903&di=200f86118e3ab675ec9575869717cae0&imgtype=0&src=http%3A%2F%2Fimg.pconline.com.cn%2Fimages%2Fupload%2Fupc%2Ftx%2Fwallpaper%2F1301%2F04%2Fc1%2F17113466_1357280465816.jpg);
    background-size : cover;
   height : 150px;
  position:relative;
}
.HeaderBar {
    font-size: 14px;
    background-color: #EF5362;
    height: 22px;
   position:absolute;
  bottom : 0;
color:#fff !important;
}
.HeaderTitles {
    
    width: 100%;
  
    height: 70px;
position:absolute;
  left: 0px;
  bottom: 22px;
    background-color: rgba(255,255,255,0.3);
  
}
a.HeaderMainTitle:visited, a.HeaderMainTitle:active, a.HeaderMainTitle:link {
color:#fff !important;
    text-decoration: none;
}