/**
@Author:石正先
@CreateTime:2017-3-1 11:31:02
@Description:
@HomeLink:http://www.shewentm.com
*//* 
    Created on : 2017-3-1, 11:31:02
    Author     : Administrator
*/

/*右侧联系客服 联系律师   ---2016.12.12 王玉娇*/
.customer{
    position: fixed;
    top: 150px;
    right: 0;
    z-index: 9999;
    width: 34px;
    height: 57px;
    text-align: center;
}
.customer a{
    display: block;
    height: 55px;
    padding-top: 2px;
    color: #ffffff;
    background: url("../images/beagling_index/customerBjccc.png") no-repeat;
}
.customer a:hover{
    background: url("../images/beagling_index/customerBjblue.png") no-repeat;
}
.lawyer{
    top: 230px;
}

/*右侧二维码   ---2016.12.12 王玉娇*/
.QR_code{
    position: fixed;
    bottom: 200px;
    right: 0;
    z-index: 9999;
    width: 34px;
    height: 37px;
    text-align: center;
}
.QR_code a{
    display: block;
    height: 30px;
    padding-top: 7px;
    color: #ffffff;
    background: url("../images/beagling_index/QRcodeBjccc.png") no-repeat;
}
.QR_code a:hover{
    background: url("../images/beagling_index/QRcodeBjblue.png") no-repeat;
}
.QR_code a:hover span{
    display: block;
}
.QR_code a span{
    position: absolute;
    left: -208px;
    bottom: 0;
    display: none;
    width: 205px;
    height: 185px;
/*    background: url("../images/beagling_index/QRcodeBigBJ.png") no-repeat;*/
    background: url("../images/sw_index/index_footerCode_0.png") no-repeat;
}
.QR_code a span i{
    display: block;
    width: 145px;
    text-align: left;
    margin-left: 32px;
    margin-bottom: 5px;
}
/*右侧二维码  结束*/

/*返回顶部   ---2016.12.12 王玉娇*/
.toTop{
    position: fixed;
    bottom: 160px;
    right: 0;
    z-index: 9999;
    width: 34px;
    height: 37px;
    text-align: center;
}
.toTop a{
    display: block;
    height: 26px;
    padding-top: 11px;
    color: #ffffff;
    background: url("../images/beagling_index/QRcodeBjccc.png") no-repeat;
}
.toTop a:hover{
    background: url("../images/beagling_index/toTopblue.png") no-repeat;
}
.toTop a:hover span{
    display: block;
}
.toTop a span{
    position: absolute;
    left: -65px;
    bottom: 0;
    display: none;
    width: 69px;
    height: 37px;
    line-height: 37px;
    background: url("../images/beagling_index/toTopLeft.png") no-repeat;
}
/*返回顶部  结束*/

/*客服弹框 2017-01-06  王玉娇  开始*/
.clientService{
    position: fixed;
    z-index: 99999;
    width: 322px;
    height: 615px;
    top: 10%;
    left: 30%;
}
.clientService .drag{
    position: absolute;
    width: 100%;
    height: 60px;
}
.clientService .close{
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 34px;
    margin-right: -17px;
    margin-top: -17px;
    background: url("../images/beagling_index/acc_no.png") no-repeat;
    cursor: pointer;
    z-index: 100999;
    opacity: 1;
    filter:alpha(opacity=100);
}
.clientService iframe{
    width: 100%;
    height: 100%;
    background: none;
}
.customer a span{
    line-height: 16px;
}
/*客服弹框 2017-01-06  王玉娇  结束*/
