


.wei_share{border-bottom: 1px solid #c4c4c4;margin-bottom: 30px;}
.wei_share p.title{color: #6c4317;
    font-size: 25px;
    font-family: "思源黑体";
    text-align: center;}
.wei_share .list ul{display: none;}
.wei_share .list ul.active{display: block}
.wei_share .list ul li{margin-top: 35px;height: 75px;overflow: hidden;cursor: pointer;}
.wei_share .list ul li .text{width: 170px;margin-top: 4px;}
.wei_share .list ul li .text p{font-size: 18px;color: #000;line-height: 22px;}
.wei_share .list ul li .img{width: 113px;}
.wei_share .list ul li .img>img{width: 100%;height: 75px;}
.wei_share .list ul li.one_share{height: 164px;position: relative;overflow: hidden;margin-top: 30px;}
.wei_share .list ul li.one_share a{display: none}
.wei_share .list ul li.one_share a.active{display: block}
.wei_share .list ul li.one_share img{width: 100%;height: 164px;}
.wei_share .list ul li.one_share p{position: absolute;background: rgba(255, 255, 255, 0.65);color: #000;font-size: 18px;bottom: 0;left: 0;width: 100%;padding: 0 15px;box-sizing: border-box;line-height: 30px;}
.wei_share .btn {text-align: center;margin: 30px 0;}
.wei_share .btn span{display: inline-block;background: #c4c4c4;width: 8px;height: 8px;border-radius: 50%;margin: 0 6px;cursor: pointer;}
.wei_share .btn span.active{background: #000;}

.wei_share_alert{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.45);
    z-index: 9999;
    display: none;
}
.wei_share_alert .alert_box{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 555px;
    height: 555px;
    margin-left: -277.5px;
    margin-top: -277.5px;
    background: #fff;
    text-align: center;
}
.wei_share_alert .alert_box .icon-close-s {
    position: absolute;
    right: 10px;
    top: 0px;
    z-index: 10;
    font-size: 30px;
    color: #000;
    transform: rotate(45deg);
}
.wei_share_alert .alert_box .wx-msg-text {
    width: 100%;
    color: #333;
    font-size: 18px;
    padding-top: 50px;
}
.wei_share_alert .alert_box .wx-msg-text p {
    color: #989898;
    font-size: 18px;
    display: block;
    font-size: "思源黑体";
    line-height: 26px;
}
.wei_share_alert .alert_box .wx-msg-text .wx-msg-text-p1 {
    font-size: 22px;
    width: 440px;
    margin: 0 auto 22px;
    color: #000;
    font-size: "思源黑体";
    line-height: 30px;
    text-align: left;
}
.wei_share_alert .alert_box .wx-msg-text .wx-msg-text-p2 {
    width: 440px;
    margin: 0 auto 22px;
    text-align: left;
}
.wei_share_alert .alert_box .wx-msg-text-p4 em {
    color: #00bd24;
}
.wei_share_alert .alert_box .wx-msg-text-p4 i.icon-weixin-logo {
    background: url(/static/qa/images/wei_share_icon.png) no-repeat;
    display: inline-block;
    width: 25px;
    height: 21px;
    margin-bottom: -4px;
}
.wei_share_alert .alert_box .wx-img {
    margin-top: 25px;
}
.wei_share_alert .alert_box .wx-img img {
    height: 225px;
    width: 225px;
    border: 1px solid #d2d2d2;
}