﻿.nrcp li{
	width: 44% !important;
}

.yincangre{
    display: block !important;
}

/*底部一键拨号微信弹窗开始*/
#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: 32%;
    left: 0;
    right: 0;
    width: 240px;
    height: 240px;
    padding: 20px;
    padding-top: 12px;
    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: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-style: normal;
    background: #333;
    border-radius: 50%;
    cursor: pointer;
}
#wxnr img {
    width: 155px;
    height: 155px;
    display: block;
    margin: 0 auto;
}

#wxnr span {
    display: inline-block;
    padding: 10px;
    line-height: 7px;
    background-color: #127a44;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}
#wxnr p {
    font-size: 14px;
    line-height: 8px;
    text-align: center;
}
#weixin {
    position: fixed;
    top: 69%;
    z-index: 9999999;
    font-size: 16px;
    color: #fff;
    width: 90%;
    right: 5%;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    border: 2px solid #333;
    display: none;
}
/*底部一键拨号微信弹窗开始*/