@charset "utf-8";
*{
    margin: 0;
    padding: 0;
}
.header{
    height: 52px;
    width:100%;
    background-color: #ccffff;
    position: fixed;
    top: 0;
}
.header-left{
    float: left;
}
.header-right{
    float: right;
}
.clear{
    clear: both;
}
.header-logo{
    height: 50px;
    margin-top: 13px;
} 
.header-right a{
    line-height: 56px;
    color: #5a5c5f;
    margin-left: 5px;
    font-size: 17px;
    padding: 16px 5px;
}
.header-right a:hover{
    color:blue; 
    transition: color 0.7s;
}
.container{
    max-width: 960px;;
    padding: 0 30px;
    margin-left:auto;
    margin-right: auto;
}
.main{
    margin-top: -25px;
}
