* {
    padding: 0;
    margin: 0;
}

a {
    font-size: 13px;
    text-decoration: none;

}
.header {
    padding-top: 3%;
    padding-bottom: 2%;
    height: 100%;
    display: flex;
    align-items: center;
    line-height: 100%;
    border-bottom: 1px solid #e2e2e2;
}

.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;
}
.g {
    display: flex;
}
.aa{
    background-color: #9d9d9d;
}
.item {
    padding-top: 4%;
    padding-bottom: 3.1%;
    display: inline-block;
    flex: 1;
    text-align: center;
    border: #e2e2e2 1px solid ;
    color: #777777;
    height: 100%;
    font-size: 14px;
    /*font-weight: bold;*/

}

.item img{
    height: 55%;
    width: 35%;
}
.s1{
    background-color: #ffffff;
    border-radius: 0 0 10px 0;
}
.s2{
    background-color: #ffffff;
    border-radius: 0 0 0 10px;
}
.s3{
    background-color: #ffffff;
    border-radius: 0 10px 0 0;
}
.s4{
    background-color: #ffffff;
    border-radius: 10px 0 0 0;
}
.tab {
    overflow: hidden;
    text-align: center;
    list-style: none ;
    height: 100%;
    white-space:nowrap;
}
.tab1{
    text-align: center;
    display: none;
    list-style: none;
    white-space:nowrap;
}
.j32{
    border:#e2e2e2 1px solid;
    border-radius:7px;
}
.aaa {
    padding-top: 5%;
    text-align: center;
    padding-bottom: 3%;
}
.p1 {
    font-size: 14px;
    color: #5a5a5a;
    line-height: 100%;
    text-align: center;
    padding-top: 3%;
}

.p2 {
    font-size: 12px;
    color: #787878;
    line-height: 20px;
}
.p3{
    padding-top: 3%;
    padding-bottom:3% ;
    text-align: center;
}
.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{
    margin-top: 3px;
    width: 25px;
    height: 25px;
    display: block;
    margin-bottom: -1px;
    margin-left: 36%;
}
.j11{
    color: #666666;
    font-size: 10px;
}
.j10{
    padding-top: 3%;
    padding-bottom: 2%;
}