/* 旧版智齿样式 */
.zsbridge {
    width: 190px;
    position: fixed;
    z-index: 999;
    top: 50%;
    margin-top: -215px;
    left: 15px;
}

.zsbridge .brit {
    width: 190px;
    height: 80px;
    padding-top: 20px;
    padding-left: 55px;
    box-sizing: border-box;
    background: url('../../images/brig.png');
}

.zsbridge .brit .brt {
    height: 20px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 20px;
}

.zsbridge .brit .bre {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: -0.2px;
}

.zsbridge .bricon {
    width: 188px !important;
    border: 1px solid #dddddd;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-top: 0;
    padding-bottom: 5px;
    background: #fff;
}

.zsbridge .bricon p {
    text-align: center;
    font-size: 18px;
    color: #666666;
    margin-top: 0;
    padding: 12px 0 0;
    margin-bottom: 13px;
}

.zsbridge .bricon li {
    list-style: none;
    width: 150px;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    border-radius: 14px;
    border: 1px solid #51b2ec;
    color: #51b2ec;
    text-align: center;
    margin: 0 auto 13px;
}

.zsbridge .bricon li a {
    width: 150px;
    height: 28px;
    display: block;
    cursor: pointer;
    color: #51b2ec;
}

.zsbridge .bricon li:hover {
    background: #51b2ec;
}

.zsbridge .bricon li:hover a {
    color: #fff;
}