* {
    margin: 0;
    padding: 0;
}


/* body {
  padding-bottom: 50px !important;
} */

.toothBar {
    position: fixed;
    right: 0;
    width: 100px;
    /* background-color: #fff; */
    text-align: center;
    /*top: 50%;*/
    /*margin-top: -180px;*/
    /*margin-top: 250px;*/
    z-index: 9999;
    bottom: 80px;
}

.listItem {
    width: 100px;
    border: 2px solid #AA7550;
    border-radius: 2px;
    box-sizing: border-box;
    font-size: 14px;
    color: #AA7550;
    background-color: #fff;
    position: relative;
    z-index: 2;
}

.listItem .tel {
    font-size: 12px;
}

.toothBar .thead img {
    width: 80px;
    margin-bottom: -10px;
}

.toothBar .listItem img {
    width: 50px;
}

.toothBar .listItem .item {
    padding: 15px 0;
    border-bottom: 2px solid #AA7550;
}

.toothBar .listItem .item.top {
    padding-top: 15px;
    background-color: #AA7550;
    border-bottom: 1px solid #fff;
}

.toothBar .listItem .item a {
    display: block;
    text-decoration: none;
    color: #fff;
}

.toothBar .list {
    line-height: 35px;
}

.toothBar .list dt {
    background-color: #AA7550;
    color: #fff;
}

.toothBar .list dd {
    border-bottom: 2px solid #AA7550;
    cursor: pointer;
    user-select: none;
}

.toothBar .list dd:last-child {
    border-bottom: none;
}

.toothBar .listItem .item.last {
    border-bottom: none;
    background-color: #AA7550;
    color: #fff;
    cursor: pointer;
}

#zc__bubble_container {
    position: relative;
    z-index: 9999999;
}