﻿.article-detail-wc{
    position: relative;
}
.article-detail-wc .wechat-float {
    position: absolute;
    top: 150px;
    right: 50%;
    -webkit-transform: translate(50%, 0);
    -moz-transform: translate(50%, 0);
    transform: translate(50%, 0);

    background: rgba(0,0,0,0.75);
    width: 230px;
    height: 250px;
    text-align: center;
    padding-top: 0.2rem;
    margin-left: 275px;
    display: none;
    z-index: 999;
}

.article-detail-wc .wechat-float img{
    width: 198px;
    height: 198px;
    display: inline-block;
    margin-top: 9px;
    font-size: 0px;
}
.article-detail-wc .wechat-float span {
    display: block;
    color: white;
    font-size: 14px;
}

.article-detail-wc .wechat-float .btn-close {
    position: absolute;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    right: -2rem;
    top: -2rem;
    font-size: 2rem;
    color: white;
    border-radius: 50%;
    border: 0.02rem solid white;
    font-family: fantasy;
    cursor: pointer;
    padding: 0.1rem;
}
.bff-mask {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
    background: rgba(0, 0, 0, .5)
}

#addwc{
    border:1px solid #0386f8;
    display: flex;
    margin-left: 60px;
    cursor: pointer;
}
#addwc .jlqbtn{
    display:block;
    color: #0386f8;
    text-align: center;
    padding: 0 10px;
    margin-right: 0;
}
#addwc .addbtn{
    display:block;
    background-color: #0386f8;
    color: white;
    text-align: center;
    padding: 0 10px;
    margin-right: 0;
}