.head {
  line-height: 0;
  padding: 1rem;
  padding-bottom: 0;
  position: relative;
}

.head .my-heads-padding {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 2rem;
  /* background-color: skyblue; */
}

.head p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.head .right-setting {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  /* background-color: #27ae60; */
}

.head .right-setting img {
  width: 100%;
  height: 100%;
}

.myhead {
  padding: 0.1rem .5rem;
  justify-content: space-between;
  /* background-color: aqua; */
}

.myhead .left {
  display: flex;
  align-items: center;
  /* background-color: seagreen; */
}

.myhead .myhead-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* background-color: cadetblue; */
}

.myhead .myhead-right .left-red {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 2rem;
  height: 100%;
  margin-right: 1rem;
  border-radius: 0.5rem;
  /* background-color: #fdcf58; */
  animation: zy 2s 0.15s linear infinite;
}

@keyframes zy {
  10% {
    transform: rotate(15deg);
  }

  20% {
    transform: rotate(-10deg);
  }

  30% {
    transform: rotate(5deg);
  }

  40% {
    transform: rotate(-5deg);
  }

  50%,
  100% {
    transform: rotate(0deg);
  }
}

.myhead .myhead-right .left-red p {
  position: absolute;
  top: 10%;
  left: 90%;
  width: 0.6rem;
  line-height: 0.6rem;
  border-radius: 50%;
  font-size: 0.4rem;
  font-weight: 700;
  color: red;
  text-align: center;
  background-color: #fdcf58;
}

.myhead .myhead-right .left-red img {
  width: 100%;
  height: 100%;
}

.myhead .myhead-right .right-icons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 0.2rem;
  /* background-color: #27ae60; */
}

.myhead .myhead-right .right-icons p {
  margin-top: 0.1rem;
  font-size: 0.4rem;
  color: yellow;
}

.myhead .myhead-right .right-icons .icons {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
}

.myhead .myhead-right .right-icons .icons img {
  width: 60%;
  height: 60%;
}

.user-datas {
  /* background-color: #51cf66; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.user-grade {
  display: flex;
  align-items: center;
  font-weight: 700;
  color: #ffffff;
  /* background-color: #666; */
}

.user-grade .gradeRight {
  display: flex;
  align-items: center;
  /* background-color: skyblue; */
}

.user-grade .gradeRight .gradeText {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  /* background-color: #fff; */
}

.user-grade .gradeRight .gradeText img {
  width: 100%;
  height: 100%;
}

.user_time {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0.55rem;
  background-color: white;
  /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px, rgb(255, 0, 0) 0px 0px 0px 3px; */
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  border-radius: 0.4rem;
}

.user_time .userno img {
  width: 0.8rem;
  height: 0.8rem;
  position: relative;
  top: 0.2rem;
  right: -0.1rem;
}

.vip_timeEnd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.5rem;
  border-radius: 0.3rem;
  /* background-color: #ffffff; */
}

.myblock {
  margin-top: 0.5rem;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.myblock .ts {
  display: flex;
  justify-content: space-between;
}

.myblock .ts .ricons {
  color: #999;
  display: flex;
  font-size: 0.5rem;
}

.myblock .ts .ricons .icon {
  width: 0.8rem;
  height: 0.8rem;
  color: #999;
  margin: 0.1rem 0;
}

.integral {
  margin-top: 0.5rem;
  background: #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.integral li .num {
  color: #27ae60;
}

.integral li .text {
  color: black;
}

.shareholder {
  margin-top: 0.5rem;
  padding: 0.3rem;
  /* height: 7rem; */
  overflow-x: auto;
  border-radius: 0.5rem;
  background-color: white;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.shareholder .shareTitle {
  display: flex;
  align-items: center;
  padding: 0 0.2rem;
  width: 100%;
  height: 1rem;
  font-weight: 700;
  /* background-color: pink; */
}

.scroll {
  display: flex;
  /* justify-content: center; */
  width: 100%;
  height: 5rem;
  overflow-y: hidden;
  overflow-x: scroll;
  position: relative;
  /* background: #c7e0f4; */
}

.scroll::-webkit-scrollbar {
  display: none;
}

.scroll .share-icon {
  display: flex;
  position: absolute;
  height: 100%;
  /* background-color: pink; */
}

.shareholder .shares-box {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 5rem;
  height: 100%;
  margin: 0 0.25rem;
  /* background-color: #00ffff; */
}

.shareholder .shares-box .shop-name {
  font-size: 0.5rem;
  font-weight: 700;
  text-align: center;
  width: 6em;
  color: black;
  overflow: hidden;
  /* 显示省略符号来代表被修剪的文本。 */
  text-overflow: ellipsis;
  /* 文本不换行 */
  white-space: nowrap;
  /* background-color: #ffffff; */
}

.shareholder .shares-box .shop-status {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.1rem;
  height: 0.8rem;
  font-size: 0.4rem;
  font-weight: 700;
  border-radius: 0.2rem;
  color: #51cf66;
  border: 1.5px solid #51cf66;
}

.shareholder .shares-box p {
  font-size: 0.5rem;
  font-weight: 700;
}

.shareholder .shares-box .shares-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  background: linear-gradient(320deg, #f12711, #f5af19);
}

.shareholder .shares-box .shares-img img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 50%;
}

.balance {
  margin-top: 0.5rem;
  padding: 0.5rem;
  border-radius: 0.5rem;
  background-color: white;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.balance .balance-top {
  display: flex;
  justify-content: space-between;
  /* background-color: #27ae60; */
}

.ricons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.5rem;
  color: #999;
  /* background-color: skyblue; */
}

.ricons img {
  width: 0.5rem;
  height: 0.5rem;
}

.balance .surplus {
  font-size: 1rem;
  font-weight: 700;
  margin: 0.5rem;
  color: red;
  /* background-color: #27ae60; */
}

#app {
  position: relative;
  background-color: #ff0000;
}

.fixed-red {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 40%;
  z-index: -1;
  /* background-color: #616161; */
}

.link-orders {
  display: flex;
  /* background-color: seagreen; */
}

.link-orders .orders-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: black;
  /* background-color: #fdcf58; */
}

.link-orders .orders-img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  /* background-color: #27ae60; */
}

.link-orders .orders-img .p {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(30%, -10%);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem;
  width: 0.5rem;
  height: 0.5rem;
  font-size: 0.35rem;
  font-weight: 700;
  border-radius: 50%;
  color: white;
  background-color: red;
}

.link-orders .orders-img img {
  width: 80%;
  height: 80%;
}

.link-orders .orders-box p {
  color: #666;
  font-size: 0.55rem;
  /* background-color: antiquewhite; */
}

.myblock .link .iconbg {
  display: flex;
  justify-content: center;
  align-items: center;
}