/* CSS Document */
@charset 'utf-8';


.online-wrap .btn
{
    line-height: 18px;

    position: fixed;
    z-index: 100;
    right: 0;
    bottom: 50px;

    width: 40px;
    height: 40px;
    padding: 0;

    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    text-align: center;

    border-radius: 50%;
    background-color: rgba(0, 0, 0, .8);
}

@media (min-width: 768px)
{
    .online-wrap .btn
    {
        display: none;
    }
}
.online-wrap .btn:before
{
   
    font-size: 22px;

    display: inline-block;

    content:url(../images/jia.png);
    -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition:         transform .3s;
            transition:         transform .3s, -webkit-transform .3s;
	color: #fff;
}
.online-wrap .btn.active:before
{
    -webkit-transform: rotateZ(225deg);
        -ms-transform: rotate(225deg);
            transform: rotateZ(225deg);
}
.online
{
    position: fixed;
    z-index: 100;
    right: 0;
    bottom: 23%;

    -webkit-transition: right .3s;
            transition: right .3s;
}
@media (max-width: 767px)
{
    .online
    {
        right: -60px;
        bottom: 90px;
    }
    .online.active
    {
        right: 0;
    }
}
.online a
{
    line-height: 48px;

    position: relative;

    display: block;

    width: 48px;
    height: 48px;
    margin: 2px 0;

    text-align: center; 
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .7);
}
.online a:before
{
    font-size: 22px;

    color: #fff;
}
.online a:hover
{
	text-decoration: none;
    color: inherit;
    background-color: #0296e8;
}
@media (max-width: 767px)
{
    .online a
    {
        line-height: 48px;

        width: 48px;
        height: 48px;
    }
    .online a:before
    {
        font-size: 12px;
    }
}
@media (min-width: 992px)
{
    .online .icon-phone:hover .phone-num
    {
        right: 100%;
    }
}
.online .icon-phone .phone-num
{
    position: absolute;
    z-index: -1;
    top: 0;
    right: -300px;

    padding-right: 5px;

    -webkit-transition: right .3s;
            transition: right .3s;
    white-space: nowrap;
}
.online .icon-phone .phone-num p
{
    overflow: hidden;

    padding: 0 15px;

    color: #fff;
    border-radius: 50px;
    background-color: #69a811;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
.online .icon-weixin:before
{
    font-size: 24px;
}
@media (max-width: 767px)
{
    .online .icon-weixin:before
    {
        font-size: 22px;
    }
}
.online .icon-weixin .mask
{
    position: absolute;
    top: 0;
    right: 100%;

    display:none;

    width: 130px;
    height: 130px;
    padding-right: 5px;
}
.online .icon-weixin .mask .mask-box
{
    padding: 5px;

    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
}
.online .icon-weixin .mask img
{
    display: block;

    width: 100%;
}
.online .icon-weixin .mask p,
.online .icon-saoyisao .mask p
{
    font-size: 13px;
    line-height: 16px;

    margin: 5px 0 8px 0;

    color: #888;
}
.online .icon-gotop2:before
{
    font-size: 26px;
}

.icon-qq:before{ content:url(../images/QQ.png) ;}

.icon-weixin:before{ content:url(../images/weixin.png);}

.icon-xinfeng:before{ content:url(../images/email.png);}

.icon-skype:before{ content:url(../images/skype.png);}

.icon-whatsapp:before{  content:url(../images/phone.png);}

.icon-gotop2:before{ content:url(../images/TOP.png);}