/*
* 活动用 变量
*/
.share-html-dialog[data-v-80c77fa6] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.share-html-dialog .loading-content[data-v-80c77fa6] {
  min-height: 8.106667rem;
  width: 100%;
  background-color: #fff;
}
.share-html-dialog .content[data-v-80c77fa6] {
  position: relative;
  overflow: hidden;
  margin-inline: 0.426667rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.24rem 0.24rem 0 0;
}
.share-html-dialog .content[data-v-80c77fa6]:hover::after {
  content: '';
  position: absolute;
  bottom: 1.733333rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../img/save.8079a9b6.png);
  background-repeat: no-repeat;
  width: 1.92rem;
  height: 1.146667rem;
  background-size: contain;
}
.share-html-dialog .content .bg-img[data-v-80c77fa6] {
  max-height: calc(var(--vh100) - 4.8rem);
  max-width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 0.24rem 0.24rem 0 0;
}
.share-html-dialog .content .share-btn[data-v-80c77fa6],
.share-html-dialog .content .close-btn[data-v-80c77fa6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 8rem;
  height: 1.066667rem;
  padding: 0.24rem 0.506667rem 0.266667rem 0.506667rem;
  border-radius: 0.213333rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: linear-gradient(92.76deg, #f8e1c7 1.83%, #d0a97b 114.1%);
  font-family: PingFang SC;
  font-size: 0.373333rem;
  font-weight: 600;
  line-height: 0.672rem;
  text-align: right;
  color: #2b2b2b;
}
.share-html-dialog .content .share-btn.bet-history-btn[data-v-80c77fa6],
.share-html-dialog .content .close-btn.bet-history-btn[data-v-80c77fa6] {
  background: #f7b500;
  border-radius: 0.053333rem;
}
.share-html-dialog .content .close-btn[data-v-80c77fa6] {
  background: #000;
  color: #fff;
  border: 0.026667rem solid #d1d1d1;
}
.share-btns[data-v-80c77fa6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 96%;
  min-width: 8.533333rem;
  margin: 0.666667rem auto 0;
}
.share-btns .item-btn[data-v-80c77fa6] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 0.32rem;
  color: #fff;
  border-radius: 0.213333rem;
  background: #1e1e1e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1.546667rem;
  padding: 0.213333rem 0 0.16rem 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.share-btns .item-btn img[data-v-80c77fa6] {
  margin-bottom: 0.16rem;
}
.share-btns .item-btn[data-v-80c77fa6]:nth-child(2) {
  margin: 0 0.213333rem;
}
