.header-bar{
    background-color: #fff;
    height: 60px;

}
.header {
    width: 1200px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
}
.logo{
    width: 200px;
    height: 50px;
    /**margin-top: 6px;**/
}
.my-menu.el-menu--horizontal{
    border-bottom: none;
}
.el-header{
    padding: 0;
}
.open-menu-btn{
    font-size: 36px;
    cursor: pointer;
	padding-top:10px;
   
}
.header-drawer{
    height: 100%;
    overflow-y: auto;
}



@media screen and (max-width: 768px) {
    .header {
        width: 100%;
        /**padding-top: 12px;**/
        height: 48px;
        overflow: hidden;
    }
	
    .header-title{
        text-align: center;
        line-height: 34px;
        font-size: 20px;
    }

}