.fixing-operation {
  position: fixed;
  right: 0;
  bottom: 112px;
  z-index: 9999;
  width: 56px;
  background: #fff;
  box-shadow: 0 2px 14px 0 rgb(100 101 102 / 20%);
  border-radius: 2px;
  display: flex;
  flex-direction: column;
}
.fixing-operation button {
  width: 100%;
  height: 56px;
  border-bottom: 1px solid #ebedf0;
}
.fixing-operation button:last-child {
  border-bottom: none;
}
.fixing-operation button img {
  width: 40px;
  height: 40px;
}

.official-account-view {
  position: absolute;
  right: 60px;
  width: 142px;
  background: #fff;
  box-shadow: 0 2px 14px 0 rgb(100 101 102 / 20%);
  height: 160px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 6px;
  display: none;
}
.official-accounts-btn-pc:hover .official-account-view {
  display: flex;
}
.official-accounts-btn .official-account-view img {
  width: 110px;
  height: 110px;
}
.official-accounts-btn .official-account-view p {
  color: #646566;
  font-size: 12px;
}

.official_accounts-modal .modal-content {
  min-width: 560px;
  max-width: -webkit-calc(100vw - 56px);
  max-width: calc(100vw - 56px);
  min-height: 190px;
  max-height: -webkit-calc(100vh - 112px);
  max-height: calc(100vh - 112px);
  min-width: 295px !important;
}
.official_accounts-modal .modal-header {
  justify-content: flex-end;
}
.official_accounts-modal .modal-header .close-btn {
  width: 40px;
  flex: none;
}
.official_accounts-modal .modal-body img {
  width: 140px;
}
.official_accounts-modal .modal-body .tip-one {
  width: 100%;
  text-align: center;
  padding-bottom: 40px;
  font-size: 14px;
  color: #969799;
  line-height: 1;
  border-bottom: 1px solid #dcdee0;
}
.official_accounts-modal .modal-body .tip-two {
  display: inline-block;
  width: 100%;
  padding: 24px 0;
  font-size: 16px;
  color: #506bff;
  line-height: 16px;
  text-align: center;
}


@media screen and (min-width: 768px) and (max-width: 960px) { 

}

/* 手机 */
@media screen and (max-width: 767px) { 
  .fixing-operation{
    width: 48px;
    bottom: 20px
  }
  .fixing-operation button{
    height: 48px
  }
  .fixing-operation button img{
    width: 36px;
    height: 36px
  }
}