/*微信组件*/
            .Popup_ba_head{
                display: none;
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                font-size: 14px;
                text-align: center;
                background-color: rgba(0,0,0,.5);
                z-index: 99999;
            }
            .Popup_ba_box{
                position: relative;
                display: inline-block;
                line-height: 1.35;
                /*width: 80%;*/
                max-width: 96%;
                color: #111;
                background-color: #fff;
                padding: 20px;
                border-radius: 15px;
                vertical-align: middle;
                box-sizing: border-box;
                top: 25%;
            }
            .Popup_ba_box_icon{
                display: none;
                color: #1aad19;
                font-size: 60px;
            }
            .Popup_ba_box h5{
                margin: 5px 0 9px;
                font-size: 18px;
                font-weight: bold;
                padding: 0;
                background: none;
                border: 0;
            }
            .Popup_ba_box_ow{
                max-height: 72vh;
                overflow-y: auto;
            }
            .Popup_ba_box_ow_t em{
                font-style: normal;
                font-size: 18px;
            }
            .Popup_ba_box_ow img{
                width: 95%;
            }
            .Popup_ba_box_ow_t{
                margin: 0 0 0 60px;
            }
            .Popup_tel_box_btn_ico{
                display: flex;
                align-items: center;
                text-align: left;
                height: 70px;
                border-bottom: 1px #eeeeee solid;
                background: url(https://www.jiandian.net/template/default/images/information/seetel.gif) 0 10px no-repeat;
            }
            .Popup_wechat_box_btn_ico{
                background: url(https://www.jiandian.net/template/default/images/information/seewx.gif) 0 10px no-repeat;
            }
            .Popup_tel_box_head{
                display: flex;
            }
            .Popup_ba_box_ow_btn,.Popup_tel_btn{
                display: inline-block;
                margin: 12px 5px;
                line-height: 38px;
                color: #fff !important;
                font-size: 14px;
                background: #1aad19;
                padding: 0 5%;
                border-radius: 5px;
                cursor: pointer;
                width: 100%;
            }
            .Popup_tel_btn{
                background: #FF4466;
            }
            .Popup_ba_box_ow_close{
                position: absolute;
                top: 8px;
                right: 8px;
                font-size: 24px;
                cursor: pointer;
            }
            .WeChat_addTo{
                position: fixed;
                right: 30px;
                bottom: 100px;
                width: 50px;
                height: 50px;
                line-height: 50px;
                text-align: center;
                background-color: #1aad19;
                cursor: pointer;
                animation: heartbeat 1s infinite;
                border-radius: 50%;
                z-index: 99998;
            }
            .WeChat_addTo i{
                color: #fff;
                font-size: 30px;
            }
            .Popup_tel_box_btn_s{
                font-weight: bold;
                font-size: 18px;
            }
            .Popup_tel_box_btn_t{
                margin: 20px 0 10px 0;
                font-size: 14px;
                color: #999;
            }
/*微信组件*/