
html {
  height: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

ul li {
  list-style: none;
}

body {
  padding: 0;
  margin: 0;
}

.img-bg {
  width: 7.5rem;
  position: absolute;
  left: 0;
}

.account-title {
  font-size: 0.32rem;
  font-family: Roboto-Bold, Roboto;
  font-weight: bold;
  color: rgba(255, 242, 65, 1);
  line-height: 0.4rem;
  animation: 1s pingyi 1 linear;
}

@keyframes pingyi {
  0% {
    transform: translateY(40px) scale(1.2, 1.2);
  }
  100% {
    transform: translateY(0) scale(1, 1);
  }
}

.account-num {
  font-size: 0.8rem;
  font-family: Roboto-Bold, Roboto;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  line-height: 0.9rem;
}

.account-company {
  font-size: 0.32rem;
  font-family: Roboto-Bold, Roboto;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  line-height: 0.4rem;
}

.button-txt {
  font-size: 0.28rem;
  font-family: Roboto-Bold, Roboto;
  font-weight: bold;
  color: #A42C07;
  line-height: 0.32rem;
}

.assist-title {
  font-size: 0.24rem;
  font-family: Roboto-Bold, Roboto;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 0.28rem;
}

.help-container {
  height: 100%;
  background: rgba(0, 0, 0, 0.84);
  padding-top: 1.1rem;
}

.friends-help {
  position: relative;
  width: 7.5rem;
}

.account {
  position: absolute;
  top: 2.8rem;
  left: 1.2rem;
  width: 4.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.button {
  position: absolute;
  top: 6.2rem;
  left: 1.2rem;
  width: 4.8rem;
  height: 1.2rem;
  background: linear-gradient(180deg, rgba(255, 255, 90, 1) 0%, rgba(255, 207, 0, 1) 100%);
  border-radius: 0.44rem;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: 1s scalebtn infinite linear;
}

@keyframes scalebtn {
  0% {
    transform: scale(1, 1)
    /*//  color: transparent;*/
  }
  50% {
    transform: scale(0.9, 0.9)
  }
  100% {
    transform: scale(1, 1)
  }
}

.assist {
  position: absolute;
  top: 7.76rem;
  left: 0.4rem;
  width: 6.4rem;
  font-size: 0.22rem;
  font-family: Roboto-Regular, Roboto;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
}

.assist-ul {
  margin-top: 0.2rem;
}

.assist-item {
  width: 6.2rem;
  padding-left: 0.2rem;
  height: 0.72rem;
  background: rgba(255, 255, 255, 0.09);
  border-radius: 0.16rem;
  margin-bottom: 0.1rem;
  display: flex;
  align-items: center;
}

.txt {
  margin-left: 0.12rem;
}

.yellow {
  margin: 0 0.1rem;
  color: #FFE60F;
}

.assist-item img {
  width: 0.36rem;
}
