/*公共头部*/
body{
    background-color: #f5f5f5;
}
.theme {
    display: block;
    padding: 0 0.4rem;
}
.theme-top-tips{
    width: 100%;
    height: 3rem;
    background-color: #fff;
    position: fixed;
    top:0;
    left: 0;
    z-index: 999;
}
.theme-top-tips-empty{
    width: 100%;
    height: 3.2rem;
}
.theme-top-tips .tips-img-a{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.theme-top-tips img{
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
/*底部*/
.theme-footer{
    width: 100%;
}
/*公共菜单底部*/
.theme-nav-footer{
    position: fixed;
    bottom: 0;
    left:0;
    width: 100%;
    height: 58px;
    background-color: #fff;
    border-top: 1px solid #e2e2e2;
    font-size: 14px;
    z-index: 9999;
}
.theme-nav-footer-empty{
    width: 100%;
    height: 58px;
}

.theme-nav-footer>a{
    display: inline-block;
    width: 20%;
    float: left;
    text-align: center;
    padding: 0.2rem 0;
}
.theme-nav-footer i{
    display: block;
    margin: 0 auto;
    width: 30px;
    height: 30px;
}
/*首页*/
.theme-nav-footer a i.icon-index{
    background-image: url(http://www.wee777.cn/static/common/images/nav/icon-index01.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
.theme-nav-footer a.on i.icon-index{
    background-image: url(http://www.wee777.cn/static/common/images/nav/icon-index02.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
/*咨询页*/
.theme-nav-footer a i.icon-news{
    background-image: url(http://www.wee777.cn/static/common/images/nav/icon-news01.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
.theme-nav-footer a.on i.icon-news{
    background-image: url(http://www.wee777.cn/static/common/images/nav/icon-news02.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
/*活动页*/
.theme-nav-footer a i.icon-activity{
    background-image: url(http://www.wee777.cn/static/common/images/nav/icon-activity01.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
.theme-nav-footer a.on i.icon-activity{
    background-image: url(http://www.wee777.cn/static/common/images/nav/icon-activity02.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
/*商城中心*/
.theme-nav-footer a i.icon-shop{
    background-image: url(http://www.wee777.cn/static/common/images/nav/icon-shop01.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
.theme-nav-footer a.on i.icon-shop{
    background-image: url(http://www.wee777.cn/static/common/images/nav/icon-shop02.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
/*个人中心*/
.theme-nav-footer a i.icon-user{
    background-image: url(http://www.wee777.cn/static/common/images/nav/icon-user01.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
.theme-nav-footer a.on i.icon-user{
    background-image: url(http://www.wee777.cn/static/common/images/nav/icon-user02.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
.theme-nav-footer span{
    display: block;
    width: 100%;
    text-align: center;
    color:#8C8C8C
}
.theme-nav-footer a.on span{
    display: block;
    width: 100%;
    text-align: center;
    color:#333
}

.menu-right{
    position: fixed;
    bottom: 90px;
    right: 8px;
    z-index: 999;
}

.menu-right img{
    width: 50px;
}