.slideMask{
    font-size: 50px;
}
.navs{
    font-size: 0;
    padding: .3em .3em 0;
    background: #fff;
}
.navs li{
    display: inline-block;
    width: 25%;
    margin-bottom: 17px;
}
.navs li a{
    display: block;
    font-size: 3em;
    text-align: center;
}
.navs li a p{
    font-size: 14px;
    color: #000;
}
.navsI{
    display: inline-block;
    width: 2.8em;
    height: 2.8em;
    border-radius: 50%;
    margin-bottom: 6px;
}
.navsI:before{
    font-size: 1.45em;
    line-height: 2em;
    color: #fff;
}
.tabTit{
    font-size: .34em;
    padding: .5em;
}
.tabTit:before{
    content: '';
    display: inline-block;
    width: 2px;
    height: 1em;
    background: #f7485e;
    margin-top: -2px;
    vertical-align: middle;
}
.slideMask{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: -100%;
    z-index: 10000;
    background: rgba(0,0,0,.5);
    transition: all .5s;
    -moz-transition: all .5s;  /* Firefox 4 */
    -webkit-transition: all .5s;   /* Safari 和 Chrome */
    -o-transition: all .5s;
}
.slActive{
    top: 0;
}
.slideNav{
    font-size: 60px;
    height: 80%;
    background: #fff;
}
.sliHea{
    padding: .8em .7em 0;
    font-size: .3em;
    text-align: center;
}
.sliHea i{
    float: right;
    color: #808080;
}
.navs2{
    padding-top: 0;
}
.tabTitPa{
    border-top: .3em solid #f2f2f2;
}
.kefu_btn{ cursor: pointer; }