.online-service {
    width: 150px !important;
    background-color: #fff;
    text-align: left;
    table-layout: fixed;
    position: fixed !important;
    height: auto !important;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    z-index: 4001;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: auto !important;
    bottom: 80px;
    right: 0px;
    left: auto !important;
}

.online-service .online-service-header {
    height: 30px;
    color: #fff;
    line-height: 30px;
    position: relative;
    background-color: #81c049;
}

.online-service .online-service-header i {
    position: absolute;
    left: 10px;
    font-size: 26px;
}

.online-service .online-service-header-text {
    margin-left: 40px;
    font-size: 12px;
}

.online-service .online-service-header-close {
    float: right;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.online-service .online-service-header-close:hover {
    transform: rotate(90deg);
}

.online-service .online-service-contacts-item {
    height: auto;
    line-height: 30px;
    margin: 4px 10px;
    font-size: 12px;
    color: #666;
}

.online-service .online-service-contacts-item-content {
    line-height: 24px;
    font-size: 12px;
    margin-left: 10px;
    word-break: break-all;
}

.online-service .online-service-qrcode-title {
    height: 30px;
    line-height: 30px;
    border-top: 1px solid #81c049;
    padding-top: 4px;
}

.online-service .online-service-qrcode-title-text {
    margin-left: 15px;
    font-size: 14px;
}

.online-service .online-service-qrcode-content {
    text-align: center;
    padding: 6px 25px 10px 25px;
}

.online-service .online-service-qrcode-content .qrcode-content {
    margin-bottom: 10px;
}

.online-service .online-service-toggle-btn {
    position: absolute;
    left: -35px;
    top: 50%;
    margin-top: -60px;
    width: 35px;
    height: auto;
    min-height: 120px;
    z-index: 1001;
    text-align: center;
    cursor: pointer;
    border-right: 1px solid #ccc;
    color: #fff;
    -o-transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
    background-color: #81c049;
}

.online-service .online-service-toggle-btn i {
    display: block;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.online-service .online-service-toggle-btn-text {
    writing-mode: tb-rl;
    display: inline-block;
    width: 14px;
    margin: 20px auto 5px;
    line-height: 16px;
    font-size: 12px;
}
.toright {
    right: -153px;
    left: unset !important;
}
