* {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    font-size: 13px;
}
.header {
    padding-top: 3%;
    padding-bottom: 2%;
    display: flex;
    align-items: center;
    height: 100%;
    line-height: 100%;
    border-bottom: 1px solid #e2e2e2;
}

.logo {
    height: 50%;
    margin-left: 10px;
}

.nav {
    flex: 1;
    text-align: center;
}

.nav a {
    color: #303030;
    font-weight:bold ;
    display: inline-block;
    margin-left:5% ;
}
.nav .select {
    color: #fff;
    background-color: #157efb;
    line-height: 26px;
    width: 75px;
    border-radius: 20px;
}
.a2{
    padding-top: 3%;
    border-top: #e2e2e2 2px solid;

}
.a4{
    text-align: center;
}
.a5,.a6{
    width:95%;
    margin-left: 3%;
    margin-top: 3%;
}
.a6{
    padding-bottom: 3%;
}

.a3{
    text-align: left;
    margin-top: 80px;
    list-style: none;
    line-height: 2;
    color:#777777;
    /*padding-left: 3em;*/
    font-size: 14px;
}
.a8{
    text-align: center;
}

.a10{
    padding:1% 0 2% 3%;
    margin-bottom: 2%;
}
.a9{
    margin-left: 36%;
}

.tools{
    width: 100%;
    height: 46px;
    position: fixed;
    bottom:0;
    display: flex;
    z-index:10;
    background-color:#ffffff
}
.func{
    flex: 1;
    text-align: center;
    border-top: #e2e2e2 1px solid;
}
.func img {
    padding-top: 3px;
    width: 25px;
    height: 25px;
    display: block;
    margin-bottom: -1px;
    margin-left: 36%;
}
.j11{
    color: #747474;
    font-size: 10px;
}
.j10{
    padding-bottom: 3%;
}