.f-vip-share {
  display: none;
  position: fixed;
  width: 50px;
  height: 50px;
  background: url('https://static.czxscm.com/upload/image/20200925/20200925132938_93991.png') no-repeat center;
  background-size: contain;
  top: 50%;
  right: 10px;
  z-index: 9999;
}

.f-vip-share-dialog .layui-m-layerchild {
  width: 80%;
  background: transparent;
}

.f-vip-share-dialog .layui-m-layercont {
  padding: 0;
}

.f-vip-share-dialog .layui-m-layerbtn {
  margin-top: 1rem;
  background-color: #D73142;
  border-radius: 6px;
  border-top: 0;
}

.f-vip-share-dialog .layui-m-layerbtn span {
  color: #fff !important;
  font-size: 1.1rem;
}

.f-vip-visit-goods {
  display: none;
  position: fixed;
  height: 50px;
  padding-left: 25px;
  top: 300px;
  right: 0;
  z-index: 99;
  box-sizing: border-box;
  transition: all 3s;
}

.f-vip-visit-goods.mobile {
  top: 5rem;
}

.f-vip-visit-goods .act {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background: url('https://static.czxscm.com/upload/image/20200925/20200925132922_80391.png') no-repeat left center;
  background-size: contain;
  cursor: pointer;
}

.f-vip-visit-goods .act .btn-close {
  display: none;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: url('https://static.czxscm.com/upload/image/20200925/20200925162915_37736.png') rgba(0, 0, 0, 0.7) no-repeat center;
  background-size: 60%;
  text-indent: -11111px;
}

.f-vip-visit-goods .act:hover .btn-close {
  display: inline-block;
}

.f-vip-visit-goods .con {
  display: table-cell;
  background-color: #aaa;
  padding-left: 25px;
}

.f-vip-visit-goods .con__text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  width: 60px;
  height: 50px;
  color: #fff;
}

.f-vip-visit-goods.close {
  right: -100%;
}

.f-vip-visit-goods.success .con {
  background-color: #126bce;
}