.htoh-sidebar--right {
  position: fixed;
  right: 18px;
  bottom: 20%;
  z-index: 1001;
}

.htoh-sidebar--right .plv-sidebar-content {
  margin-top: 20px;
  padding: 0;
}

.htoh-sidebar--right .plv-sidebar-content .sidebar-item {
  position: relative;
  display: block;
  padding: 10px 0 6px;
  width: 66px;
  height: 66px;
  text-align: center;
  border: 1px solid #e5eaf1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 0;
  overflow: visible;
  cursor: pointer;
}

.htoh-sidebar--right .plv-sidebar-content .sidebar-item + .sidebar-item {
  border-top: 0;
}

.htoh-sidebar--right .plv-sidebar-content .sidebar-item:first-child {
  border: none;
  background: 0 0;
  margin-bottom: 8px;
}

.htoh-sidebar--right .plv-sidebar-content .sidebar-item:first-child .avatar-shadow {
  position: absolute;
  top: -28px;
  left: -8px;
  width: 80px;
  height: 80px;
  opacity: 0.2;
  background: #008ec2;
  border-radius: 50%;
  -webkit-animation: avatar-shadow-twinkle 1s ease-in-out infinite alternate;
  animation: avatar-shadow-twinkle 1s ease-in-out infinite alternate;
}

.htoh-sidebar--right .plv-sidebar-content .sidebar-item:first-child .consult-avatar {
  position: absolute;
  top: -28px;
  left: -8px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-image: url(./../images/sidebar-right/consulting.png);
  background-size: cover;
}

.htoh-sidebar--right .plv-sidebar-content .sidebar-item:first-child span.consult-text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 26px;
  background: #008ec2;
  color: #fff;
  line-height: 26px;
  font-size: 12px;
}

.htoh-sidebar--right .plv-sidebar-content .sidebar-item + .sidebar-item.active,
.htoh-sidebar--right .plv-sidebar-content .sidebar-item + .sidebar-item:hover {
  border-color: #008ec2;
  background-color: #008ec2;
}

.htoh-sidebar--right .plv-sidebar-content .sidebar-item + .sidebar-item.active .telephone-fixed,
.htoh-sidebar--right .plv-sidebar-content .sidebar-item + .sidebar-item.active .wechat-fixed,
.htoh-sidebar--right .plv-sidebar-content .sidebar-item + .sidebar-item:hover .telephone-fixed,
.htoh-sidebar--right .plv-sidebar-content .sidebar-item + .sidebar-item:hover .wechat-fixed {
  visibility: visible;
  opacity: 1;
}

.htoh-sidebar--right .plv-sidebar-content .sidebar-item + .sidebar-item.active .icon_item + span,
.htoh-sidebar--right .plv-sidebar-content .sidebar-item + .sidebar-item:hover .icon_item + span {
  color: #fff;
}

.htoh-sidebar--right .plv-sidebar-content .sidebar-item + .sidebar-item.active .icon_pricing,
.htoh-sidebar--right .plv-sidebar-content .sidebar-item + .sidebar-item:hover .icon_pricing {
  background-image: url(./../images/sidebar-right/icon-pricing-h.svg);
}

.htoh-sidebar--right .plv-sidebar-content .sidebar-item + .sidebar-item.active .icon_problem,
.htoh-sidebar--right .plv-sidebar-content .sidebar-item + .sidebar-item:hover .icon_problem {
  background-image: url(./../images/sidebar-right/icon-problem-h.svg);
}

.htoh-sidebar--right .plv-sidebar-content .sidebar-item + .sidebar-item.active .icon_trial,
.htoh-sidebar--right .plv-sidebar-content .sidebar-item + .sidebar-item:hover .icon_trial {
  background-image: url(./../images/sidebar-right/icon-trial-h.svg);
}

.htoh-sidebar--right .plv-sidebar-content .sidebar-item + .sidebar-item.active .icon_telephone,
.htoh-sidebar--right .plv-sidebar-content .sidebar-item + .sidebar-item:hover .icon_telephone {
  background-image: url(./../images/sidebar-right/icon-telephone-h.svg);
}

.htoh-sidebar--right .plv-sidebar-content .sidebar-item + .sidebar-item.active .icon_wechat,
.htoh-sidebar--right .plv-sidebar-content .sidebar-item + .sidebar-item:hover .icon_wechat {
  background-image: url(./../images/sidebar-right/icon-wechat-h.svg);
}

.htoh-sidebar--right .plv-sidebar-content .sidebar-item + .sidebar-item.active .icon_top,
.htoh-sidebar--right .plv-sidebar-content .sidebar-item + .sidebar-item:hover .icon_top {
  background-image: url(./../images/sidebar-right/icon-top-h.svg);
}

.htoh-sidebar--right .plv-sidebar-content .sidebar-item .icon_item {
  display: inline-block;
  vertical-align: top;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.htoh-sidebar--right .plv-sidebar-content .sidebar-item .icon_item + span {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  line-height: 12px;
  color: #8c8d9e;
}

.htoh-sidebar--right .plv-sidebar-content .sidebar-item .icon_pricing {
  background-image: url(./../images/sidebar-right/icon-pricing.svg);
}

.htoh-sidebar--right .plv-sidebar-content .sidebar-item .icon_problem {
  background-image: url(./../images/sidebar-right/icon-problem.svg);
}

.htoh-sidebar--right .plv-sidebar-content .sidebar-item .icon_trial {
  background-image: url(./../images/sidebar-right/icon-trial.svg);
}

.htoh-sidebar--right .plv-sidebar-content .sidebar-item .icon_telephone {
  background-image: url(./../images/sidebar-right/icon-telephone.svg);
}

.htoh-sidebar--right .plv-sidebar-content .sidebar-item .icon_wechat {
  background-image: url(../images/sidebar-right/icon-wechat.svg);
}

.htoh-sidebar--right .plv-sidebar-content .sidebar-item .icon_top {
  background-image: url(./../images/sidebar-right/icon-top.svg);
}

.htoh-sidebar--right .plv-sidebar-content .sidebar-item .icon_scale_active {
  position: relative;
}

.htoh-sidebar--right .plv-sidebar-content .sidebar-item .icon_scale_active::after {
  position: absolute;
  content: '';
  left: -9px;
  top: 0;
  width: 8px;
  height: 8px;
  background-color: #f63739;
  border-radius: 50%;
  -webkit-animation: scaleMomve ease-in-out 0.5s infinite;
  animation: scaleMomve ease-in-out 0.5s infinite;
}

@-webkit-keyframes scaleMomve {
  70% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
}

@keyframes scaleMomve {
  70% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
}

.htoh-sidebar--right .plv-sidebar-content .sidebar-item-fixed {
  position: absolute;
  right: 68px;
  top: -22px;
  padding-right: 7px;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
}

.htoh-sidebar--right .plv-sidebar-content .consulting-fixed {
  width: 211px;
  height: 84px;
  background: url(./../images/sidebar-right/consulting-fixed-bg.png?v=2.0) no-repeat center;
  background-size: 211px 84px;
  -webkit-transition: -webkit-transform 0.3s linear 0s;
  transition: -webkit-transform 0.3s linear 0s;
  -o-transition: transform 0.3s linear 0s;
  transition: transform 0.3s linear 0s;
  transition: transform 0.3s linear 0s, -webkit-transform 0.3s linear 0s;
  -webkit-transform: translateX(96%);
  -ms-transform: translateX(96%);
  transform: translateX(96%);
}

.htoh-sidebar--right .plv-sidebar-content .consulting-fixed.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}

.htoh-sidebar--right .plv-sidebar-content .consulting-fixed .consulting-content {
  padding-left: 32px;
  height: 100%;
  text-align: left;
}

.htoh-sidebar--right .plv-sidebar-content .consulting-fixed .consulting-content p {
  padding-top: 22px;
  margin-bottom: 4px;
  font-size: 14px;
  color: #2f3250;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.htoh-sidebar--right .plv-sidebar-content .consulting-fixed .consulting-content span {
  display: block;
  width: 158px;
  font-size: 12px;
  color: #9798a8;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.htoh-sidebar--right .plv-sidebar-content .consulting-fixed .close-btn {
  position: absolute;
  right: 18px;
  top: 12px;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  z-index: 2;
}

.htoh-sidebar--right .plv-sidebar-content .consulting-fixed .close-btn:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.htoh-sidebar--right .plv-sidebar-content .telephone-fixed {
  top: 1px;
  width: 200px;
  height: 66px;
  line-height: 62px;
  background: url(./../images/sidebar-right/telephone-fixed-bg.png?v=2.0) no-repeat center;
  background-size: contain;
}

.htoh-sidebar--right .plv-sidebar-content .telephone-fixed span {
  font-size: 16px;
  color: #2f3250;
  white-space: nowrap;
}

.htoh-sidebar--right .plv-sidebar-content .wechat-fixed {
  top: -66px;
  padding-top: 14px;
  width: 200px;
  height: 210px;
  background: url(./../images/sidebar-right/wechat-fixed-bg.png?v=2.0) no-repeat center;
  background-size: contain;
}

.htoh-sidebar--right .plv-sidebar-content .wechat-fixed .wechat-qrCode {
  margin: 0 auto;
  width: 150px;
  height: 150px;
  background: url(./../images/sidebar-right/wechat-qrcode_100.png?v=2.2) no-repeat left bottom;
  background-size: cover;
}

.htoh-sidebar--right .plv-sidebar-content .wechat-fixed span {
  font-size: 12px;
  color: #8c8d9e;
}

.htoh-sidebar--right li.sidebar-item:nth-of-type(2) {
  border-top: 1px solid #e5eaf1 !important;
}

.htoh-sidebar--right li.sidebar-item:nth-of-type(2):hover {
  border-top: 1px solid #008ec2 !important;
}

.htoh-return-top {
  display: block;
  margin-top: 10px;
  margin-right: -60px;
  padding: 10px 0 6px;
  width: 66px;
  height: 66px;
  text-align: center;
  border: 1px solid #e5eaf1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: none;
}

.htoh-return-top .icon_item {
  display: inline-block;
  vertical-align: top;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.htoh-return-top .icon_item + span {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  line-height: 12px;
  color: #8c8d9e;
}

.htoh-return-top .icon_top {
  background-image: url(./../images/sidebar-right/icon-top.svg);
}

.htoh-return-top:hover {
  border-color: #008ec2;
  background-color: #008ec2;
}

.htoh-return-top:hover .icon_item + span {
  color: #fff;
}

.htoh-return-top:hover .icon_top {
  background-image: url(./../images/sidebar-right/icon-top-h.svg);
}

@-webkit-keyframes avatar-shadow-twinkle {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }

  100% {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
}

@keyframes avatar-shadow-twinkle {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }

  100% {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
}

.htoh-sidebar--bottom {
  display: none;
  position: fixed;
  width: 100vw;
  height: 80px;
  left: 0;
  bottom: 0;
  background-color: #fff;
  align-items: center;
  justify-content: space-around;
  z-index: 999;
  padding-bottom: 20px;
}

.htoh-sidebar--bottom .item {
  width: 28%;
  height: 40px;
  background-color: #008ec2;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border-radius: 20px;
  font-size: 16px;
  display: inline-block;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.htoh-sidebar--bottom .registerBtn {
  border: 1px solid #008ec2;
  background-color: #fff;
  color: #008ec2;
  box-sizing: border-box;
}

.imgBox {
  max-width: 500px;
  margin: 0 auto;
  padding-top: 76px;
}
.imgBox img {
  width: 100%;
  display: block;
}

#nb_icon_wrap {
  display: none !important;
}

@media (max-width: 820px) {
  .htoh-sidebar--right {
    display: none;
  }
  .htoh-sidebar--bottom {
    display: flex;
  }
  .footer-section {
    padding-bottom: 60px;
  }
}
