.fix-sobot-init {
    position: fixed;
    z-index: 999;
    top: 50%;
    margin-top: -175px;
    left: 15px;
    width: 190px;
    line-height: 1;
    border-radius: 4px;
    box-shadow: 0px 2px 6px 0px rgb(49 74 144 / 20%);
}

.sobot-init-top {
    position: relative;
}

.sobot-init-top img {
    position: absolute;
    width: 190px;
    height: 80px;
}

.sobot-init-contact {
    position: relative;
    overflow: hidden;
    text-align: left;
    color: #fff;
    height: 56px;
    padding-left: 50px;
    padding-top: 24px;
}

.sobot-init-contact p {
    float: left;
    width: 100%;
    color: #FFFFFF;
    font-size: 16px;
    margin-bottom: 6px;
}

.sobot-init-bottom {
    width: 188px;
    border: 1px solid #dddddd;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #FFFFFF;
}

.sobot-init-title {
    color: #333333;
    font-size: 18px;
    padding: 18px 0;
    text-align: center;
}

.sobot-init-bottom ul {
    overflow: hidden;
}

.sobot-init-bottom ul li {
    width: 150px;
    height: 28px;
    color: #51b2ec;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    border-radius: 14px;
    border: 1px solid #51b2ec;
    margin: 0 auto;
    margin-bottom: 18px;
    cursor: pointer;
}

.sobot-init-bottom ul li:hover {
    color: #FFFFFF;
    background-color: #51b2ec;
}

/* chouhua.zhaoshang */
.left-online-box{
    position: absolute;
    top: 50%;
    width: 116px;
    transform: translateY(-50%);
    left: 50px;
    z-index: 999;
    transition: all 1s linear;
}
.online-header{
    background: url("/Public/temp1//pc/images/index/online_header@2x.png") center no-repeat;
    background-size: 116px 52px;
    width: 116px;
    height: 52px;
}
.online-content{
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 3px rgba(103, 103, 103, 0.1);
    border-radius: 6px;
    position: relative;
    top: -4px;
    padding: 10px 0;
}
.online-item{
    padding: 10px 0;
    text-align: center;
    cursor: pointer;
}
.online-item img{
    width: 34px;
}
.online-item div{
    font-size: 14px;
    font-weight: bold;
    color: #666666;
    margin-top: 4px;
}

.sobot-init-contact .xuan_phone {
    font-weight: bolder;
}
.solo-font{
    padding-top: 10px;
}