@charset "utf-8";
#toolbar { display: none; position: fixed; bottom: 0; width: 100%; z-index: 888; height: 55px; left: 0; }
#toolbar .list { width: 100%; margin: 0 auto; background: #3c3c3c; }
#toolbar .list li { float: left; width: 25%; text-align: center; }
#toolbar .list a { display: block; height: 55px; line-height: 24px; font-size: 16px; color: #fff; padding-top: 6px; }
#toolbar .list a.hover { background: #1ea4fe; }
#toolbar .list a s { margin-left: auto; margin-right: auto; width: 20px; height: 20px; font-size: 18px; display: block; }
#toolbar .list a span { text-align: center; line-height: 20px; display: block; }
.xbg { width: 100%; display: block; position: fixed; height: 55px; left: 0; bottom: 0; background: #fff; z-index: 880; }
#toolbar .list a s span { color: #fff; padding-top: 4px; text-transform: initial; font-style: normal; }
#wxnr { display: none; }
#wxnr .nrdf { display: none; position: fixed; top: 50%; left: 0; right: 0; z-index: 999; margin: auto; width: 300px; padding: 6px; padding-top: 12px; margin-top: -150px; 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 img { width: 120px; height: 120px; display: block; margin: 0 auto; }
#wxnr p { font-size: 16px; line-height: 20px; text-align: center; margin: 6px; }
#wxnr i { position: absolute; top: 8px; right: 8px; width: 20px; height: 20px; font-size: 14px; line-height: 20px; text-align: center; color: #fff; font-weight: bold; font-style: normal; background: #333; border-radius: 1rem; cursor: pointer; }
#wxnr span { display: inline-block; padding: 3px 6px; line-height: 22px; background-color: #1ea4fe; color: #fff; border-radius: 3px; cursor: pointer; }
#wxnr span.wx {}
#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; }
@media only screen and (max-width: 641px) {
    #toolbar { display: block; }
  }