*{
    margin: 0;
    padding: 0;
}
ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
header{
    width: 100%;
    height: 64px;
    background: #fff;
}
.inner{
    width: 1100px;
    height: 100%;
    margin: auto;
    border: 1px solid transparent;
}
.logo{
    overflow: hidden;
    width: auto;
    float: left;
    margin-top: 12px;
    box-sizing: border-box;
}
.logo>img{
    width: 40px;
    float: left;
}
.name{
    float: left;
    margin-left: 8px;
    margin-top: 2px;
}
.charge{
    color: #1a1a1a;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: 5px;
}
.fast{
    font-size: 8px;
    color: #888;
    line-height: 20px;
}
.navView{
    height: auto;
}
.navView>ul{
    float: right;
    /*padding-top: 21px;*/
    margin: 0;
}
.navView>ul>li{
    float: left;
    padding: 0 40px;
    font-size: 14px;
    color: #222;
    position: relative;
}
.navView>ul>li>span{
    padding: 22px 0;
    display: block;
}
.navView>ul>li{
    color: #222;
    text-underline: none;
    text-decoration: none;
}
.navView>ul>li:hover{
    color: #1BB637;
    cursor: pointer;
}
.navView>ul>li:last-of-type{
    padding-right: 0;
}
.actived{
    width: 26%;
    height: 2px;
    background: #1BB637;
    margin-top: 4px;
    visibility: hidden;
    color: #1BB637;
    position: absolute;
    top: 67%;
}
.list{
    position: absolute;
    top: 95%;
    font-size: 12px;
    left:50%;transform: translate(-50%,0);
    display: none;
    margin: 0;
    background: #fff;
    padding: 10px 0;
}
.list>li{
    width: 100px;
    height: 32px;
    background: #fff;
    text-align: center;
    line-height: 32px;
    color: #222;
    cursor: pointer;
    position: relative;
}
.list>li:hover{
    background: #f7f7f7;
    color: #1BB637;
}
a{
    text-decoration: none;
    color: #222;
}
a:hover{
    text-decoration: none;
    color: #1BB637;
}
.animated {position: fixed;top: 0;left: 0;right: 0;transition: all .2s ease-in-out;z-index: 99}
.animated--unpinned {top: -100px;}
.animated--pinned {top: 0;}