
.header-top{
    padding: 16px 110px 10px;
    background: #515151;
    display: flex;
    justify-content: space-between;
    text-align: center;
    
}
.header-top span, .header-top a{
    color: #eee;
    display: inline-block; 
    width: 126px;
    font-size: 14px;
}
.header-top a{
    text-align: right;
    font-size: 16px;
}

.header-bottom{
    padding: 5px 110px;
    display: flex;
    align-items: center;
}
.header-bottom div{
    display: inline-block;
}
.header-bottom .logo a{
    display: inline-block;
    width: 86px;
    height: 45px;
    position: relative;
}

.header-bottom .nav a{
   font-size: 16px;
   color: #333333;
   
}
.header-bottom a img{
    width: 100%;
    position: absolute;
    left: 15px;
}
.header-bottom .nav a{
    margin-left: 100px;
}
.bagImg {
    position: absolute;
    top: 100px;
    bottom: 0;
    left: 0;
    right: 0;
    background: url('/assets/img/bg-home.jpg') no-repeat;
    background-size: 100% 100%;
}
.bag {
    position: absolute;
    top: 100px;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: 0.3;
}
.container{
    position: absolute;
    top: 100px;
    bottom: 0;
    left: 0;
    right: 0;
    color: #eee;
}
.container .profile {
    text-align: center;
    padding-top: 120px

}
 .container .profile h1{
    font-size: 36px;
    margin-bottom: 3%
} 
 .container .profile p{
    display: inline-block;
    margin: 0 auto;
    text-align: left;
    font-size: 24px;
} 
 .container .profile a{
    text-align: center;
    display: inline-block;
    width: 154px;
    height: 50px;
    line-height: 50px;
    border-radius:5px;
    background: #eee; 
    color: #199ED8;
    font-size: 24px;
    margin-top: 6%;
} 
.footer{
    padding: 6px 50px 6px 30px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    width: calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    width: -ms-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: -o-calc(100% - 80px);
}
.footer .footer-left{
    text-align: center;
    line-height: 100px;
}
.footer .footer-left a {
    margin-right: 34px;
    color: #eee;
}
.footer .footer-right{
    display: flex;
    align-items: center;
}

.footer .footer-right a {
    color: #eee;
    text-decoration: underline;
}
.footer .footer-right ul{
     display: inline-block; 
     height: 60px;
}
.footer .footer-right ul.manual{
    margin-left: 30px;
}
.footer .footer-right ul li{
     margin-bottom:6px;
}

body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,
form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0;}
caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{display: block;margin: 0;padding: 0;}
body,button,input,select,textarea{font:12px/1.5 tahoma,arial,\5b8b\4f53;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
address,cite,dfn,em,var{font-style:normal;}
code,kbd,pre,samp{font-family:courier,courier,monospace;}
li{list-style:none;}
a,a:hover,a:link,a:visited,a:active{text-decoration:none;}
img{border:0;}
button,input,select,textarea{font-size:100%;outline: none}
table{border-collapse:collapse;border-spacing:0;}
.hide{display:none;}
.fl{float: left;}
.fr{float: right;}



