.rrx-kfbar-doc-hide {
  overflow: hidden;
}
.rrx-kfbar {
  position: fixed;
  right: 20px;
  bottom: 70px;
  z-index: 10;
  display: none;
}
.rrx-kfbar > li {
  list-style: none;
  position: relative;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  margin-bottom: 10px;
  background: #fff;
  box-shadow: 0 0 6px 0 rgba(102, 102, 102, 0.2);
}
.rrx-kfbar > li:hover {
  box-shadow: 0 0 6px 0 rgba(102, 102, 102, 0.3);
}
.rrx-kfbar > li > a {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  text-align: center;
  color: #333333;
  transition: backgroundColor 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.rrx-kfbar > li > a span {
  width: 100%;
  height: 100%;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rrx-kfbar > li > a span:first-child {
  bottom: 30px;
}
.rrx-kfbar > li > a:hover span {
  color: #333333;
}
.rrx-kfbar > li > a span.gotop-icon {
  font-size: 23px;
  bottom: 25px;
}
.rrx-kfbar > li > a gotop-text {
  bottom: 5px;
}
.rrx-kfbar > li > a span.kefu-icon {
  font-size: 23px;
}
.rrx-kfbar .rrx-promotion a {
  background-image: linear-gradient(to right, #FF6237, #FF2A1E);
  padding-top: 10px;
}
.rrx-kfbar .rrx-promotion a .num {
  color: #ffeca8;
}
.rrx-kfbar .rrx-kfbar-qr-code {
  background-color: #fff;
  box-shadow: -2px 0 16px #e6e6e6;
  position: absolute;
  right: 48px;
  bottom: -80px;
  z-index: 10;
  width: 202px;
  opacity: 1;
  -webkit-transition: width 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.25s ease;
  transition: width 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.25s ease;
  overflow: hidden;
}
.rrx-kfbar .rrx-kfbar-qr-code ul {
  overflow: hidden;
  width: 202px;
  height: 218px;
  padding: 21px 0 30px 26px;
}
.rrx-kfbar .rrx-kfbar-qr-code li {
  float: left;
  width: 170px;
  height: 170px;
  margin-right: 20px;
  text-align: center;
}
.rrx-kfbar .rrx-kfbar-qr-code li:first-child {
  width: 156px;
}
.rrx-kfbar .rrx-kfbar-qr-code li:nth-child(2) {
  margin-right: 10px;
}
.rrx-kfbar .rrx-kfbar-qr-code li:last-child {
  margin-right: 0;
}
.rrx-kfbar .rrx-kfbar-qr-code img {
  width: 100%;
}
.rrx-kfbar .rrx-kfbar-kefu a::before {
  position: absolute;
  right: 46px;
  top: 12px;
  content: '';
  width: 0;
  height: 0;
  z-index: 11;
  border-width: 8px 0 8px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}
.rrx-kfbar .kefu-qrcode {
  overflow: hidden;
  background-color: #fff;
  position: absolute;
  right: 68px;
  bottom: -146px;
  width: 202px;
  height: 218px;
  z-index: 10;
  text-align: center;
  padding-top: 14px;
  opacity: 1;
  border-radius: 2px;
  box-shadow: 0 0 6px 0 rgba(102, 102, 102, 0.2);
}
.rrx-kfbar .kefu-qrcode .qr-img-box {
  display: block;
  width: 155px;
  height: 155px;
  margin: 8px auto;
  border: solid 1px #0080ff;
  padding: 2px;
}
.rrx-kfbar .kefu-qrcode .qr-img-box img {
  width: 151px;
  height: 151px;
}
.rrx-kfbar .rrx-kfbar-solu .kfbar-item-solu::before {
  display: none;
  position: absolute;
  right: 46px;
  top: 12px;
  content: '';
  width: 0;
  height: 0;
  z-index: 11;
  border-width: 8px 0 8px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}
.rrx-kfbar .solu-qrcode {
  overflow: hidden;
  position: absolute;
  right: 46px;
  bottom: -66px;
  width: 373px;
  z-index: -2;
  opacity: 1;
  border-radius: 2px;
  padding: 2px;
}
.rrx-kfbar .solu-panel-box {
  display: flex;
  box-shadow: 0 0 6px 0 rgba(102, 102, 102, 0.2);
  background-color: #f4f4f4;
  border-radius: 2px;
}
.rrx-kfbar .solu-qrcode .qr-img-box {
  display: block;
  width: 155px;
  height: 155px;
  margin: 8px auto;
  border: solid 1px #0080ff;
  padding: 2px;
  background-color: #fff;
}
.rrx-kfbar .solu-qrcode .qr-img-box img {
  width: 151px;
  height: 151px;
}
.rrx-kfbar .solu-qrcode .left-box {
  flex: 1;
  background-color: #fff;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.rrx-kfbar .solu-qrcode .left-box .solu-list {
  padding: 20px;
}
.rrx-kfbar .solu-qrcode .left-box .solu-list li {
  padding: 7px 0;
  list-style: none;
  border-bottom: 1px dotted #e4e4e4;
}
.rrx-kfbar .solu-qrcode .left-box .solu-list li a {
  color: #666666;
  font-size: 14px;
  text-decoration: none;
}
.rrx-kfbar .solu-qrcode .left-box .solu-list li a:hover {
  color: #0080ff;
}
.rrx-kfbar .solu-qrcode .left-box .solu-list li:first-child {
  padding-top: 0 !important;
}
.rrx-kfbar .solu-qrcode .left-box .solu-list li:last-child {
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
}
.rrx-kfbar .solu-qrcode .right-box {
  display: inline-block;
  padding-top: 30px;
  width: 231px;
  background-color: #f4f4f4;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.rrx-kfbar .hide-qr-code {
  opacity: 0;
  display: none;
}
.rrx-kfbar .hide-arrow::before {
  border: 0;
  opacity: 0;
}
.qr-tip-row1 {
  margin-top: 20px;
  padding-bottom: 4px;
  text-align: center;
  font-size: 13px;
}
.qr-tip-row2 {
  text-align: center;
  font-size: 13px;
}
.qr-tips-fz {
  font-size: 13px;
}
@media (max-width: 480px) {
  .rrx-kfbar-help {
    display: none;
  }
  .rrx-kfbar-solu {
    display: none;
  }
  .rrx-kfbar-serv {
    display: none;
  }
  .rrx-kfbar-back-top {
    display: none;
  }
  .rrx-kfbar .kefu-qrcode {
    bottom: 2px;
  }
}
.rrx-kfbar-qr-dialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10400;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.rrx-kfbar-qr-dialog .rrx-kfbar-modal-dialog {
  margin-top: 15vh;
  width: 338px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.rrx-kfbar-qr-dialog .rrx-kfbar-modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.rrx-kfbar-qr-dialog .rrx-kfbar-modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
}
.rrx-kfbar-qr-dialog .rrx-kfbar-modal-content {
  position: relative;
  background-color: transparent;
  background-clip: padding-box;
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.rrx-kfbar-qr-dialog .rrx-kfbar-modal-content .qr-dialog-close {
  position: absolute;
  right: 9px;
  top: 10px;
  font-size: 21px;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
}
.rrx-kfbar-qr-dialog .rrx-kfbar-modal-body {
  position: relative;
  padding: 0;
  background-color: #fff;
  border-radius: 6px;
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
}
.rrx-kfbar-qr-dialog .dialog-header {
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important;
  width: 100%;
  height: 64px;
  background-image: url(https://qn-file.rrxiu.net/qykf_qr_top.png?v=1);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: -1px;
}
.rrx-kfbar-qr-dialog .dialog-header .header-content {
  padding-top: 15px;
  text-align: center;
}
.rrx-kfbar-qr-dialog .dialog-header .title {
  font-size: 16px;
  color: #fff;
}
.rrx-kfbar-qr-dialog .qr {
  margin-top: 20px;
}
.rrx-kfbar-qr-dialog .qr .qr-box {
  width: 150px;
  height: 150px;
  border: 6px solid #247cf6;
  border-radius: 5px;
  padding: 6px;
  margin: 0 auto;
}
.rrx-kfbar-qr-dialog .qr .qr-box img {
  width: 126px;
  height: 126px;
}
.rrx-kfbar-qr-dialog .qr .qr-tips {
  text-align: center;
  margin-top: 12px;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
}
.rrx-kfbar-qr-dialog .qr .qr-tips-row2 {
  text-align: center;
  margin-top: 12px;
  color: #333333;
  font-size: 14px;
}
.rrx-kfbar-qr-dialog .line {
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  height: 1px;
  background-color: #f5f5f5;
  width: calc(100% - 50px);
}
.rrx-kfbar-qr-dialog .intro {
  padding: 15px 25px 25px 25px;
  color: #666;
  font-size: 14px;
}
.rrx-kfbar-qr-dialog .intro .item {
  padding-top: 5px;
}
.rrx-kfbar-qr-dialog .intro .item:first-child {
  padding-top: 0;
}
/*# sourceMappingURL=kefutoolbar.css.map */