html,
body {
  padding: 0;
  margin: 0;
}
.flex {
  display: flex;
}
.center {
  align-items: center;
  justify-content: center;
}
.between {
  justify-content: space-between;
}
.wrap {
  flex-wrap: wrap;
}
.direction {
  flex-direction: column;
}
.app-logo-content {
  height: 53px;
  position: relative;
}
.app-logo {
  height: 45px;
  object-fit: contain;
}
.app-logo-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 53px;
  z-index: 99;
  background-color: #fff;
  opacity: 0.95;
}
.app-logo-main-show {
  height: 100%;
}
.descript-content {
  background-color: #018f83;
  font-size: 12px;
  color: #fff;
  padding: 8px 15px;
  box-sizing: border-box;
  font-weight: 500;
}
.descript-label {
  margin-right: 20px;
}

.question-content {
  padding: 20px 15px;
  box-sizing: border-box;
}
.congration-title {
  font-size: 25px;
  margin: 0;
  padding: 0;
  text-align: start;
}
.question-title,
.question-tips {
  padding: 0;
  margin: 0;
  text-align: start;
  margin-top: 7px;
  font-size: 12px;
}
.question-banner-content {
  width: 100%;
  background-color: #eee;
  margin-top: 15px;
}
.question-banner {
  width: 100%;
}
.question-desc-title {
  margin-top: 15px;
  font-size: 14px;
  margin-bottom: 15px;
}
.question-label {
  font-weight: bold;
}
.question-answer-cotent {
  padding: 0 5px;
  box-sizing: border-box;
}

.question-answer-item {
  width: 100%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  margin-top: 8px;
  padding: 10px 0;
  border-radius: 5px;
  border: 2px solid #fff;
  box-sizing: border-box;
  background-color: #018f83;
  color: #fff;
  font-size: 13px;
  text-align: center;
  font-weight: bold;
}

.auth-content {
  padding: 15px 0;
  box-sizing: border-box;
  display: none;
}
.auth-content {
  display: none;
}
.invite-content {
  display: none;
}
.gift-content {
  display: none;
}
.completed-content {
  display: none;
}
.auth-title {
  font-size: 20px;
  text-align: center;
}
.auth-loading {
  height: 60px;
}
.auth-bar {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  position: relative;
}
.auth-bg {
  width: 35px;
  height: 35px;
  border: 3px solid #eee;
  border-radius: 100%;
  box-sizing: border-box;
}
.auth-point {
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 35px;
  border: 3px solid #018f83;
  box-sizing: border-box;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  border-radius: 100%;
  animation: circle infinite 2s linear;
}
.auth-tips {
  font-size: 12px;
  margin-top: 10px;
  color: #333639;
  text-align: start;
  padding: 0 25px;
  letter-spacing: 0.3px;
  display: none;
}

.box-list-content {
  padding: 15px 25px;
  box-sizing: border-box;
}
.box-item {
  width: calc(100% / 3);
  height: calc((100vw - 50px) / 3 * 0.72);
  background-color: #fff;
  position: relative;
}
.box-item-main {
  width: 75%;
  height: 100%;
  position: relative;
}
.bounds {
  animation: giftBoundAni 0.3s linear infinite;
}
.gift-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.gift-top-icon,
.gift-main-icon {
  z-index: 2;
}
.gift-top-icon {
  z-index: 5;
}
.gift-show-icon {
  opacity: 1;
  width: 40%;
  left: 30%;
  transform: translateY(15px);
}
.open-box-ani {
  animation: boxTopAni 1.5s linear forwards;
}
.show-gift-ani {
  animation: showGiftAni 1.5s linear forwards;
}

.invite-title,
.completed-title {
  font-size: 22px;
  font-weight: 600;
  color: #d03050;
  margin: 20px 0;
  text-align: center;
}

.invite-icon,
.completed-icon {
  width: 70%;
}
.ggmsd {
  margin: 0 auto;
}
.award {
  margin-top: 20px;
  font-size: 11px;
  padding: 0 10px;
  box-sizing: border-box;
}
.invite-main {
  background-color: #e4e7ed;
  width: calc(100% - 20px);
  padding: 10px;
  padding-top: 1px;
  box-sizing: border-box;
  border-radius: 5px;
}
.invite-tip {
  margin: 0;
  padding: 0;
  font-size: 12px;
  text-align: start;
  color: #606266;
  margin-top: 10px;
  font-weight: 500;
}
.invite-btn {
  width: 100%;
  height: 45px;
  color: #fff;
  margin-top: 10px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
}
.share-btn-group {
  width: 90%;
}
.messager-btn {
  background-color: #aa00ff;
}
.messenger-icon {
  width: 22px;
  margin-right: 5px;
}
.whatsapp-btn {
  background-color: #46c655;
  color: #ffffff;
}
.whatsapp-icon {
  margin-right: 5px;
  width: 18px;
}
.messager-icon {
  margin-right: 5px;
  width: 18px;
}
.go-on {
  width: 90%;
  margin-left: 5%;
  background-color: #018f83;
}
.text-center {
  text-align: center;
  margin-top: 15px;
}
.progress-bar {
  width: 100%;
  height: 15px;
  border-radius: 7px;
  background-color: rgba(1, 143, 131, 0.2);
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  margin-top: 3px;
  position: relative;
  overflow: hidden;
}
.progress-point {
  height: 100%;
  width: 50%;
  border-radius: 7px;
  background-color: #018f83;
  transition: all 0.3s;
  position: relative;
}
.progress-point::after {
  content: "";
  background-image: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(255, 255, 255, 0.5) 100%
  );
  animation: progressAni 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.progress-text {
  text-align: right;
  padding: 0 5px;
  width: 50%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  transition: all 0.3s;
  left: 0;
}

.completed-main {
  background-color: #e4e7ed;
  width: calc(100% - 20px);
  padding: 10px;
  padding-top: 1px;
  box-sizing: border-box;
  border-radius: 5px;
}
.completed-tip {
  margin: 0;
  padding: 0;
  font-size: 12px;
  text-align: start;
  color: #606266;
  margin-top: 10px;
  font-weight: 500;
}
.completed-btn {
  width: calc(50% - 5px);
  height: 45px;
  color: #fff;
  margin-top: 10px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
}
.share-btn-group {
  width: 90%;
}
.auth-btn {
  background-color: #018f83;
  height: 50px;
}
.click-btn {
  background-color: #018f83;
  height: 50px;
}
.go-on {
  width: 90%;
  background-color: #018f83;
}
.text-center {
  text-align: center;
  margin-top: 15px;
}
.progress-bar {
  width: 100%;
  height: 15px;
  border-radius: 7px;
  background-color: rgba(1, 143, 131, 0.2);
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  margin-top: 3px;
  position: relative;
  overflow: hidden;
}
.progress-point {
  height: 100%;
  width: 50%;
  border-radius: 7px;
  background-color: #018f83;
  transition: all 0.3s;
  position: relative;
}
.progress-point::after {
  content: "";
  background-image: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(255, 255, 255, 0.5) 100%
  );
  animation: progressAni 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.progress-text {
  text-align: right;
  padding: 0 5px;
  width: 50%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  transition: all 0.3s;
  left: 0;
}

.common-content {
  margin-top: 5px;
  padding: 0 10px;
  box-sizing: border-box;
}

.common-title-bar {
  color: #3b5999;
  padding: 7px 10px;
  box-sizing: border-box;
  font-size: 14px;
  background-color: #eeeff4;
}
.common-list .common-item {
  padding: 15px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #efeff5;
}
.member-icon-content {
  width: 60px;
  height: 60px;
  background-color: #eee;
}
.member-icon {
  width: 60px;
}
.common-detail {
  text-align: start;
  width: calc(100% - 60px);
  padding-left: 10px;
  box-sizing: border-box;
  font-size: 12px;
  color: #333639;
}
.member-name {
  font-weight: bold;
  font-size: 15px;
}
.common-detail-text {
  text-align: start;
  margin-top: 3px;
}
.common-time {
  margin-top: 5px;
}

.good-icon {
  width: 18px;
  margin-right: 10px;
}

.fail-result-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 30px;
  box-sizing: border-box;
}
.fail-result-main {
  padding: 20px 20px 15px;
  box-sizing: border-box;
  border-radius: 5px;
  background-color: #fff;
  box-sizing: border-box;
  transform: scale(0.5);
  animation: showAuthResultAni 0.3s linear forwards;
}

.fail-icon {
  width: 40%;
}
.fail-result-title {
  padding: 0;
  margin: 10px 0;
  font-size: 20px;
}
.fail-result-tips {
  font-size: 12px;
  color: #333639;
  margin: 0;
  font-weight: 500;
  padding: 0;
  margin-top: 7px;
}
.submit-btn {
  width: 100%;
  border-radius: 3px;
  background-color: #018f83;
  color: #fff;
  font-size: 13px;
  padding: 14px;
  box-sizing: border-box;
  margin-top: 20px;
  text-align: center;
}

.auth-result-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 30px;
  box-sizing: border-box;
}

.auth-result-main {
  padding: 20px 20px 15px;
  box-sizing: border-box;
  border-radius: 5px;
  background-color: #fff;
  box-sizing: border-box;
  transform: scale(0.5);
  animation: showAuthResultAni 0.3s linear forwards;
}

.auth-result-banner {
  width: 90%;
  animation: temblor-ani 2s infinite;
}
.auth-result-title {
  padding: 0;
  margin: 10px 0;
  font-size: 20px;
}
.auth-result-tips {
  font-size: 12px;
  color: #333639;
  margin: 0;
  font-weight: 500;
  padding: 0;
  margin-top: 7px;
  width: 100%;
}
.submit-btn {
  width: 100%;
  border-radius: 3px;
  background-color: #018f83;
  color: #fff;
  font-size: 13px;
  padding: 14px;
  box-sizing: border-box;
  margin-top: 20px;
  text-align: center;
}

.congratulation-result-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 30px;
  box-sizing: border-box;
}
.congratulation-result-main {
  padding: 20px 20px 15px;
  box-sizing: border-box;
  border-radius: 5px;
  background-color: #fff;
  box-sizing: border-box;
  transform: scale(0.5);
  animation: showAuthResultAni 0.3s linear forwards;
}
.congratulation-icon {
  width: 80%;
}
.congratulation-result-title {
  padding: 0;
  margin: 20px 0 10px;
  font-size: 20px;
}
.congratulation-result-tips {
  font-size: 12px;
  color: #333639;
  margin: 0;
  font-weight: 500;
  padding: 0;
  margin-top: 7px;
}
.congratulation-result-tips-detail {
  width: 100%;
}
.submit-btn {
  width: 100%;
  border-radius: 3px;
  background-color: #018f83;
  color: #fff;
  font-size: 13px;
  padding: 14px;
  box-sizing: border-box;
  margin-top: 20px;
  text-align: center;
}

.tips-result-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 30px;
  box-sizing: border-box;
}
.tips-result-main {
  padding: 20px 20px 15px;
  box-sizing: border-box;
  border-radius: 5px;
  background-color: #fff;
  box-sizing: border-box;
  transform: scale(0.5);
  animation: showAuthResultAni 0.3s linear forwards;
}
.tips-icon {
  width: 40%;
}
.tips-result-title {
  padding: 0;
  margin: 10px 0;
  font-size: 20px;
  color: #d03150;
}
.tips-result-tips {
  font-size: 12px;
  color: #333639;
  margin: 0;
  font-weight: 500;
  padding: 0;
  margin-top: 7px;
  width: 100%;
  text-align: start;
}
.submit-btn {
  width: 100%;
  border-radius: 3px;
  background-color: #018f83;
  color: #fff;
  font-size: 13px;
  padding: 14px;
  box-sizing: border-box;
  margin-top: 20px;
  text-align: center;
}
@keyframes circle {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes temblor-ani {
  0% {
    transform: translate(1px, 1px) rotate(0);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-3px) rotate(1deg);
  }
  30% {
    transform: translate(3px, 2px) rotate(0);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(0);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(1px, 2px) rotate(0);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}

@keyframes boxTopAni {
  0% {
    transform: translateX(0) rotate(0);
  }
  100% {
    transform: translateY(-13px);
  }
}
@keyframes showGiftAni {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }
  100% {
    transform: translateY(-10px);
    opacity: 1;
  }
}

@keyframes giftBoundAni {
  0% {
    transform: translateX(0px);
  }
  25% {
    transform: translateX(3px);
  }
  50% {
    transform: translateX(0px);
  }
  75% {
    transform: translateX(-3px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes showAuthResultAni {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  70% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes progressAni {
  0% {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 100%;
    opacity: 1;
  }
  66% {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
  }
  100% {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
  }
}

.app-content {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2163d6;
  height: 50px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  box-sizing: border-box;
}
