

/*微信弹窗*/
.wxtan{ display:none}
.tanbg{ display:none}
.tanbg{ position:fixed; width:100%; height:100%; left:0; top:0; z-index:9998;    background: rgba(0,0,0,.6);}
.wxtan {position:fixed; width:30%; top:50%;left:50%;  transform: translate(-50%, -50%);   background-color: rgba(255, 255, 255, 0.8); border-radius:10px; text-align:center; padding:30px 0;  z-index:9999}
.wxtan i{position: absolute; right: 7px; top: 7px; text-align: center; color: #fff; font-style: normal; background: #333; border-radius: 1rem; cursor: pointer; width: 22px;line-height: 22px;}
.wxtan p{ padding-top:3px; font-size:14px}
.wxtan .nrdf > *:nth-child(5){padding-top:0; margin-top:30px;}
.wxtan #fzwx{display: inline-block; background-color: #009946; color: #fff; border-radius: 5px; cursor: pointer; line-height:40px;}
.wxtan p span{ display: inline-block; padding: 2px 10px; background-color: #009946; color: #fff; border-radius: 5px; cursor: pointer;}
.wxtan span.wx{background: #009943 url(../images/wxico.png) no-repeat 6px center; background-size: 16px; padding-left: 20px;}
.ywx{ display:block !important}
.ybg{ display:block !important}
.twx{ cursor: pointer}

@media screen and (max-width: 768px) {
    .wxtan {width: 80%;}
}