*{
    padding: 0px;
    margin: 0px;
}
body{
    line-height: 1.6;
    font-family: "Helvetica Neue","Hiragino Sans GB","Microsoft YaHei","\9ED1\4F53",Arial,sans-serif;
    color: #222;
    font-size: 14px;
}
.header{
    height: 35px;
    line-height: 35px;
    margin-left: auto;
    margin-right: auto;
}
.header a{
    color: #b5b5b5;
    text-decoration: none;
    font-size: 12px;
}
.user-wrap-left{
    font-size: 12px;
    color: #b5b5b5;
    position: absolute;
    min-width: 200px;
}
.user-wrap{
    float: right;
    min-width: 150px;
}
.user-wrap a{
    padding: 0 10px 0 10px;
    display: block;
    float: left;
    text-align: center;
}
.user-wrap a:hover{
    background: #000000;
}

.logo_header_id{
    margin-bottom: 3px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    height: 45px;
    line-height: 45px;
}

.logo-div-left{
    float: left;
    background-image:url("../img/menu1_logo.png");
    background-repeat: no-repeat;
    width: 130px;
    height: 40px;
}
.menu-div-right{
    float: right;
}
#menu{
    list-style: none;
}
ul#menu a{
    color: #000000;
    text-decoration: none;
}
.two_grade{
    float: left;
    margin-right: 5px;
}
.two_grade a{
    display: block;
    text-align: center;
    min-width: 90px;
}
.two_grade a:hover{
    border-bottom: 3px #FC9B00 solid;
}
.selected a{
    color: #FC9B00 !important;
    border-bottom: 3px #FC9B00 solid;
}
.help-get-start{
    position: relative;
}
.help-get-start span{
    position: absolute;
    top: 18px;
    left: 30px;
    z-index: 1000;
}
.help-get-start span>img{
    border: 0px;
}

.footer{
    color: #808080;
    border-top: 1px solid #dfdfdf;
    text-align: center;
    font-size: 12px;
    line-height: 10px;
}
.footer>p{
    margin-top: 15px;
}
