@charset "utf-8";
.white-bg {
  background-color: #fff;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.top-content {
  margin-top: -6.125rem;
}
.top-content img {
  display: block;
  width: 100%;
}
.logo {
  flex-shrink: 0;
  width: 3.75rem;
  height: 3.75rem;
  margin: -2.875rem auto 0.75rem;
  background-color: #fff;
  border-radius: 0.75rem;
  box-shadow: 0 0 0.75rem rgba(15, 160, 165, 0.15);
  box-sizing: border-box;
  overflow: hidden;
}
.logo img {
  display: block;
  width: 100%;
  height: 100%;
}
.text {
  width: 5.0625rem;
  margin: 0 auto 0.75rem;
}
.text img {
  display: block;
  width: 100%;
}
.p {
  text-align: center;
}
.p:not(:last-child) {
  margin-bottom: 1.625rem;
}
.p p {
  letter-spacing: 3px;
  line-height: 2rem;
  font-size: 0.875rem;
  color: #141414;
}
.g-btns {
  padding: 0;
}
.g-btns:not(:last-child) {
  margin-bottom: 1.25rem;
}
.g-btns .btn {
  margin: 0 3.5625rem;
  color: #fff;
  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;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  height: 3rem;
  font-size: 1.125rem;
  border-radius: 0.25rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  border: none;
}

.g-btns .btn-primary {
  letter-spacing: 1px;
  background: linear-gradient(90deg, #26eecf 0%, #009ce4 100%);
  border-radius: 1.5rem;
}
.bottom-content {
  flex: 1 0 0;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2.0625rem;
}
.bottom-content img {
  display: block;
  width: 100%;
}
.bottom-content .bc-text {
  width: 13.9375rem;
  margin: 0 auto;
}
.middle-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.middle-box p {
  font-size: 1.125rem;
  text-align: center;
  margin-top: 1rem;
}
.share-mask{
	z-index: 9;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,.5) url(../../../images/share/share-mask.png) no-repeat right top;
	background-size: 11rem auto;
}