.gongju {
  position: fixed;
  right: 20px;
  height: auto;
  z-index: 999;
  display: none;
}

.gongju * {
  box-sizing: content-box;
}

@media (min-width: 992px) {
  .gongju.middle-show {
    display: block !important;
  }
}

.gongju>ul {
  margin: 0;
  padding: 0;
  list-style: none;
}


.gongju>ul>li {
  margin: 0;
  padding: 0;
  list-style: none;
}


.gongju>ul>li {
  margin: 7px 0;
  width: 100%;
}

.gongju>ul>li::after {
  display: block;
  content: "";
  clear: both;
}

.gongju>ul>li>a {
  float: right;
  width: 50px;
  height: 50px;
  display: block;
  background-color: var(--tool-color);
  position: relative;
  border-radius: 50%;
}

.gongju>ul>li>a img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 45%;
}

.gongju>ul>li>a img.wx {
  width: 55%;
}

.gongju>ul>li>a#top:hover img {
  -webkit-animation: huiding 5s;
  animation: huiding 5s;
}

.popove {
  background: #fff;
  border: solid 1px #ddd;
  font-size: 0.875rem;
  min-width: 10rem;
  position: absolute;
  z-index: 5;
  max-width: 16rem;
  border-radius: 0.25rem;
}
.popove > .popove-body{
  padding: 0.75rem;
}
.text-danger, .button.border-danger, .input-invalid > .input-validate{
  color: #f00 !important;
}

.tips::before, .popove::before, .popove::after, .popove.popove-bottom > .popove-title::after{
  content: "";
  position: absolute;
  display: inline-block;
  height: 0;
  width: 0;
  border-style: solid;
  border-color: transparent;  
}

.popove::before {
  border-width: 10px;
}

.popove.popove-left::before, .popove.popove-right::before {
  top: 50%;
  margin-top: -9px;
}

.popove.popove-left::before{
  right: -10px;
    border-right-width: 0;
    border-left-color: inherit;
}

.popove::after, .popove.popove-bottom > .popove-title::after {
  border-width: 9px;
}

.popove.popove-left::after, .popove.popove-right::after {
  top: 50%;
  margin-top: -8px;
}

.popove.popove-left::after {
  right: -9px;
  border-right-width: 0;
  border-left-color: #fff;
}


.gongju .popove {
  display: none;
  color: #111111 !important;
}



.gongju .popove .popove-body {
  text-align: center;
}

.gongju .popove img {
  width: 100%;
}

.gongju .popove.tel {
  top: 8px;
  left: -189px;
}

.gongju .popove.tel p {
  text-align: left;
}

.gongju .popove.tel p:not(:nth-child(1)) {
  padding-top: 6px;
}

.gongju .popove.code {
  top: -165px;
  left: -189px;
  width: 150px;
}