/*侧导航*/
.c-fd{
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.c-main{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    /*padding-bottom: 0.8rem;*/
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#menu{
    width: 4.56rem;
    height: 100%;
    top:0;
    left: -4.56rem;
    overflow: auto;
    background: #1C222E;
    color: #ffffff;
    font-size: 0.24rem;
    position: fixed;

    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;

}
#menu ul li{
    width: 100%;
    margin: 0.4rem 0;
}
#menu ul li a{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
    height: 0.6rem;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    padding: 0 0.8rem;
}
#menu .mm-listview{font-size: 0.24rem;}

/*头部*/
.header{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    width: 100%;
    height: 0.95rem;
    padding: 0 0.25rem;
    box-shadow: inset 0 8px 8px -8px #A8A6A7;

    display: -webkit-flex;
    display: flex;
    justify-content: left;
    align-content: center;
    align-items: center;
}
.header .menubtn{
    width: 0.5rem;
    text-align: center;
}
.header .menubtn img{width: 0.42rem;}
.header .mblogo{
    width: 5.4rem;
    text-align: center;
}
.header .mblogo img{width: 1.89rem;}

.tabs{
    width: 100%;
    height: 0.78rem;
    overflow: hidden;
    background: #2A97F2;
}
.tabs a{
    display: block;
    width: 20%;
    text-align: center;
    line-height: 0.78rem;
    font-size: 0.24rem;
    color: #ffffff;
    float: left;
}


/*去头内容*/
.content{clear: both;}
