.float-customer-service-root {
    z-index: 999;
    position: fixed;
    height: 200px;
    right: 10px;
    bottom: 20%;
    width: 50px;
  padding-top:10px;
}

.float-customer-service-root .float-customer-service-wrap {
    background: #FFFFFF;
    box-shadow: 0 2px 10px #0000001c;
    border-radius: 8px;
    height: 153px;
    width: 50px;
    display: flex;
    flex-direction: column;
    padding: 0 10px
}

.float-customer-service-root .float-customer-service-wrap .float-rqt-item {
    flex: 1;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    flex-direction: column;
    position: relative
}

.float-customer-service-root .float-customer-service-wrap .float-rqt-item .rqt-customer-icon {
    width: 18px;
    height: 18px;
    display: block
}

.float-customer-service-root .float-customer-service-wrap .float-rqt-item .rqt-customer-icon-active {
    width: 18px;
    height: 18px;
    display: none
}

.float-customer-service-root .float-customer-service-wrap .float-rqt-item .rqt-customer-text {
    padding-top: 8px;
    text-align: center;
    font-size: 12px;
    color: #999;
    line-height: 1.2
}

.float-customer-service-root .float-customer-service-wrap .float-rqt-item .float-show-detail {
    display: none;
    position: absolute;
    left: -210px;
    width: 216px;
    height: 168px
}

.float-customer-service-root .float-customer-service-wrap .float-rqt-item .float-show-detail .float-show-detail-wrap {
    width: 168px;
    height: 168px;
    padding: 11px;
    border-radius: 20px;
    background: #FFFFFF;
    box-shadow: 0 2px 21px #0000002b
}

.float-customer-service-root .float-customer-service-wrap .float-rqt-item .float-show-detail .float-show-detail-wrap img {
    width: 100%
}

.float-customer-service-root .float-customer-service-wrap .float-rqt-item .float-show-detail .float-show-detail-porint {
    background: #FFFFFF;
    position: absolute;
    right: 10px;
    top: 70px;
    transform: rotate(180deg);
    display: block;
    content: " ";
    border-left: 18px solid transparent;
    border-right: 28px solid #FFFFFF;
    border-top: 18px solid transparent;
    border-bottom: 14px solid transparent;
    background: linear-gradient(180deg,#006BF5 0%,#0039E7 100%)
}

.float-customer-service-root .float-customer-service-wrap .float-rqt-item:hover .float-show-detail {
    display: block
}

.float-customer-service-root .float-customer-service-wrap .float-rqt-item.active .rqt-customer-icon,.float-customer-service-root .float-customer-service-wrap .float-rqt-item:hover .rqt-customer-icon {
    display: none
}

.float-customer-service-root .float-customer-service-wrap .float-rqt-item.active .rqt-customer-icon-active,.float-customer-service-root .float-customer-service-wrap .float-rqt-item:hover .rqt-customer-icon-active {
    display: block
}

.float-customer-service-root .float-customer-service-wrap .float-rqt-item.active .rqt-customer-text,.float-customer-service-root .float-customer-service-wrap .float-rqt-item:hover .rqt-customer-text {
    color: #967bff
}