﻿.serve_ct {
    box-sizing: border-box;
    width: 110px;
    height: 343px;
    background: #329FD7;
    border-radius: 55px 55px 5px 5px;
    position: fixed;
    box-shadow: 0 5px 12px #329FD7;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99999;
}

.close_btn {
    position: absolute;
    right: 0;
    top: -20px;
    cursor: pointer;
    z-index: 99999;
}

.avatar {
    padding-top: 10px;
    width: 110px;
    height: 100px;
    margin-bottom: 10px;
}

.serve_tel {
    position: relative;
    top: -2px;
}

.para {
    margin: 0;
    color: #eee;
    font-size: 14px;
    text-align: center;
}

.bold_tel {
    font-weight: bold;
}

.consult_btn {
    width: 80px;
    height: 30px;
    margin: 10px auto;
    position: relative;
    top: 4px;
    line-height: 26px;
    text-align: center;
    border-radius: 5px;
    background: #fff;
    cursor: pointer;
    font-size: 14px;
    box-sizing: border-box;
    transition: all .1s;
    border: 2px solid transparent;
}

.consult_btn a {
    color: rgb(48, 152, 255);
    text-decoration: none;
    box-sizing: border-box;
    padding: 0px;
}

.red_dot {
    position: absolute;
    background: #ff0000;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    color: #fff;
    font-size: 10px;
    line-height: 18px;
    top: -10px;
    right: -10px;
}

.we_code {
    left: 10px;
    width: 110px;
    position: absolute;
    bottom: 10px;
}

.we_code img {
    width: 90px;
    border-radius: 5px;
}

.hover_img img {
    max-width: 140px;
    position: absolute;
    left: -150px;
    border-radius: 5px;
    box-shadow: 0 0 10px #ccc;
    margin-top: 8px;
    display: none;
}

.consult_ct {
    position: fixed;
    width: 100px;
    height: 100px;
    top: 30%;
    right: 16px;
    z-index: 99999;
    display: none;
}

.move_dot {
    position: absolute;
    top: 20px;
    left: 50px;
    width: auto;
    transform-origin: 0 30px;
    animation: dotmove 2.5s infinite linear;
    z-index: 99999;
}

.small_cir {
    position: absolute;
    left: 50%;
    top: 50%;
    width: auto;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}

.big_cir {
    position: absolute;
    left: 50%;
    top: 50%;
    width: auto;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}

.staff_avt {
    z-index: 99999;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}

@media only screen and (max-width: 760px) and (min-width: 320px) {

    .serve_ct {
        display: none;
    }

    .consult_ct {
        display: none;
    }
	.copycss{width: 100%;text-align:center; color:#d9dada; padding-bottom:50px; font-size:13px;}
}

@media (max-width: 767px) {

    .serve_ct {
        display: none;
    }

    .consult_ct {
        display: none;
    }
}

@media (min-width: 767px) {
.copycss{width: 100%;text-align:center; color:#d9dada; padding-bottom:10px; font-size:13px;}
}