﻿#toolbar {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 888;
    height: 50px;
    left: 0;
}

#toolbar .list {
    width: 100%;
    max-width: 640px;
    min-width: 320px;
    margin: 0 auto;
    background: #127a44;
	height:5rem;
	line-height:5rem;
}
#toolbar .list li {
    float: left;
    width: 25%;
    text-align: center;
	height:5rem;
	line-height:5rem;
list-style: none
}
#toolbar .list a {
    display: block;
    line-height: 1rem;
    font-size:5rem;
    padding-top: 0.3rem;
}

#toolbar .list a s {
    margin-left: auto;
    margin-right: auto;
    width: 1.2rem;
    height: 1.5rem;
    display: block;
    margin-bottom: .12rem;
    background-position: -.76rem -.2rem;
}
#toolbar .list a span {
    text-align: center;
    color: #fff;
    display: block;
    font-size: 1rem;
}
.clear, .clearfix:after {
    content: "";
    display: block;
    clear: both;
    width: 100%;
    height: 0;
    line-height: 0;
    font-size: 0;
}
#wxnr {
    width: 100%;
    height: 100%;
    max-width: 640px;
    min-width: 320px;
    position: fixed;
    top: 0;
    z-index: 1000;
    display: none;
    background: rgba(0,0,0,.6);
}
#wxnr .nrdf {
    margin: auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 20rem;
    height: 20rem;
    padding: 0.3rem;
    padding-top: 0.6rem;
    margin-top: -2.5rem;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 2px 6px #777;
    -webkit-box-shadow: 0px 2px 6px #777;
    -moz-box-shadow: 0px 2px 6px #777;
    border-radius: 10px;
}
#wxnr i {
    position: absolute;
    top: 0.8rem;
    right: 0.5rem;
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1rem;
    line-height: 2rem;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-style: normal;
    background: #333;
    border-radius: 1rem;
    cursor: pointer;
}
#wxnr img {
    width: 10rem;
    height: 10rem;
    display: block;
    margin: 1rem auto;
}
#wxnr p {
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: center;
}
#wxnr span {
    display: inline-block;
    padding: 0.03rem 0.1rem;
    line-height: 2rem;
    background-color: #127a44;
    color: #fff;
    border-radius: 0.05rem;
    cursor: pointer;
}

#wxnr span.wx {
    padding-left: 0.4rem;
    background-image: url(../images/wx.png);
    background-size: 0.28rem;
    background-position: 0.1rem center;
    background-repeat: no-repeat;
}
#wxnr span {
    display: inline-block;
    padding: 0.03rem 0.1rem;
    line-height: 1.2rem;
    background-color: #127a44;
    color: #fff;
    border-radius: 0.05rem;
    cursor: pointer;
}
#weixin {
    position: fixed;
    top: 50%;
    margin-top: -0.4rem;
    z-index: 9999999;
    font-size: 0.26rem;
    color: #fff;
    width: 90%;
    right: 5%;
    line-height: 0.8rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    border: 2px solid #333;
    border-radius: 0.1rem;
    display: none;
}