/*右边在线客服 start*/
.zs-rightim{
    width: 50px;
    position: fixed;
    right: 10px;
    top: 45%;
    margin-top: -210px;
    z-index: 200;
}
.zs-rightim li{
    display: block;
    cursor: pointer;
    width: 50px;
    height: 50px;
    position: relative;
    transition: all linear .2s;
    margin-top: 6px;
}
.zs-rightim .im-con {
    display: none;
    position: absolute;
    right: 49px;
    top: 0;
    padding: 10px 20px;
    transition: all linear .2s;
    border-radius: 5px;
    background-color: rgba(0,170,255,0.5);
    margin-right: 20px;
}
.zs-rightim li:hover .im-con{
    display: block;
}
.zs-rightim .im-con .icon-arrow {
    display: block;
    position: absolute;
    top: 15px;
    width: 10px;
    height: 20px;
    opacity: 0.5;
    background: url(img/icon-im-arrow.png) no-repeat 0 0px;
    z-index: 2;
    padding: 30px 20px;
    right: -40px;
}
.zs-rightim .im-con .text {
    display: block;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
    width: 260px;
}
.zs-rightim .im-con .text span{
    min-width: 80px;max-width: 80px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}

.zs-rightim .im-con .text strong{
    font-size:18px;
    font-weight:bold;
    margin-left: 5px;
    min-width: 160px;
    max-width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}
.zs-rightim li.im-phone{
    background:#0af url(img/icon-right-phone.png) no-repeat center center;
    background-size: 100% 100%;
    border-radius: 4px 4px 0 0;
}
.zs-rightim li.im-mobile{
    background:#0af url(img/icon-right-mobile.png) no-repeat center center;
    background-size: 100% 100%;
}
.zs-rightim li.im-qq{
    background:#0af url(img/icon-right-qq.png) no-repeat center center;
    background-size: 100% 100%;
}
.zs-rightim .imqq-con{
    display: none;
    padding: 0 25px 0 0;
    width: 378px;
    position: absolute;
    left: -370px;
    top: -50px;
}
.zs-rightim li.im-qq:hover .imqq-con{
    display: block;
}
.zs-rightim .imqq-con .icon-qq{
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: -6px;
    margin-left: 6px;
    background: url(img/icon-qqon.png) no-repeat center center;
    background-size: 18px 18px;
}
.zs-rightim .imqq-con .icon-arrow {
    display: block;
    width: 12px;
    height: 22px;
    background: url(img/icon-arric.png) no-repeat 0 0;
    position: absolute;
    right: 14px;
    top: 70px;
    z-index: 2;
}
.zs-rightim .imqq-con .text{
    border-radius: 3px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 16px #dcdbdb;
    padding: 15px 15px 15px 15px;
    margin-top: 15px;
}
.zs-rightim .imqq-con .text strong{
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #333;
    text-align: left;
    font-weight: bold;
}
.zs-rightim .imqq-con .links {
    display: block;
    width: 100%;
    padding-top: 13px;
}
.zs-rightim .imqq-con .links a{
    width: 33.333%;
    display: inline;
    height: 40px;
    text-align: left;
    padding-bottom: 5px; 
    float: left; 
}
.zs-rightim .imqq-con .links a span{
    min-width: 70px;max-width: 70px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}
.zs-rightim li.im-weixin{
    background:#0af url(img/icon-right-weixin.png) no-repeat center center;
    background-size: 100% 100%;
}
.zs-rightim li.im-wm{
    background:#0af url(img/icon-right-mobile.png) no-repeat center center;
}

.zs-rightim .imwx-con {
    display: none;
    position: absolute;
    top: 0px;
    right: 100%;
    margin-right: 20px;
    background: #fff;
    padding: 15px;
    z-index: 100;
    box-shadow: 0 0 16px #dcdbdb;
    border-radius: 6px;
}
.zs-rightim .imwx-con .icon-arrow {
    display: block;
    width: 12px;
    height: 22px;
    background: url(img/icon-arric.png) no-repeat 0 15px;
    position: absolute;
    right: -40px;
    top: 0;
    z-index: 2;
    padding: 30px 20px;
}
.zs-rightim .imwx-con2 {
    display: flex;
}
.zs-rightim li.im-weixin:hover .imwx-con{
    display: block;
}
.zs-rightim .imwx-con img{
    display: block;
    width: 144px;
    height: 144px;
}
.zs-rightim .imwx-con span{
    width: 144px;
    height: 50px;
    float: left;
    border-top: 1px #CCCCCC solid;
    margin-top: 10px;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    padding-top: 10px;
    color: #ff0000;
}
.zs-rightim li.im-gotop{
    background:#0af url(img/icon-right-up.png) no-repeat center center;
    background-size: 100% 100%;
    border-radius: 0 0 4px 4px;
}
.zs-rightim li:hover{
    background-color: #039be7;
}
/*右边在线客服 end*/