﻿@charset "utf-8";#wxnr {
    width: 100%;
    max-width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 1000;
    /* display:none; */
    background: rgba(0,0,0,.6);
}

#wxnr .nrdf {
    margin: 0 auto;
    position: absolute;
    top: 33%;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 83%;
    height: 13.8rem;
    padding: 0.3rem;
    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: 0.5rem;
    line-height: 230%;
    font-size: 0.68rem;
}

#wxnr img {
    width: 100%;
    max-width: 50%;
    display: block;
    margin: 0 auto;
    padding: 0.3rem 0;
}

#wxnr p {
    text-align: center;
    margin: 0;
}

#wxnr i {
    position: absolute;
    top: 0.2rem;
    right: 0.2rem;
    width: 1.2rem;
    height: 1.2rem;
    font-size: 0.6rem;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-style: normal;
    background: #333;
    border-radius: 2rem;
    cursor: pointer;
    line-height: 1.2rem;
}

#wxnr span {
    display: inline-block;
    padding: 0 0.2rem;
    background-color: #f55319;
    color: #fff;
    border-radius: 0.05rem;
    cursor: pointer;
}

#wxnr span.wx {
    padding: 0 0.5rem;
}

#weixin {
    position: fixed;
    top: 50%;
    margin-top: -0.4rem;
    z-index: 9999999;
    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;
}
