#header {
  display: none;
}

[v-cloak] {
  display: none;
}

body,
html,
img,
p {
  margin: 0;
  padding: 0;
}

.topContent .icon {
  background: url("../../images/actVip/cardList/rule.png") no-repeat;
  background-size: 100%;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5rem;
  margin-bottom: 0.15rem;
}

.ui-loading {
  display: inline-block;
  width: 2.625rem;
  height: 2.625rem;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.ui-loading > img {
  width: 100%;
  height: 100%;
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
}

.loading-container {
  text-align: center;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

body .toast {
  width: 100%;
  position: fixed;
  height: 100%;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

body .list ul {
  width: 85%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 0 auto;
}

body .list ul li {
  width: 46%;
  margin: 0 auto .5rem;
  position: relative;
}

body .otherPop2 {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
}

body .otherPop2 .content {
  border-radius: .3rem;
  margin: 13rem auto 2rem;
  background: #EF786E;
  background-size: 100% 100%;
  width: 18rem;
}

body .otherPop2 .content p {
  padding: 6rem 1.5rem 0;
  text-align: center;
  font-size: 1rem;
  height: 4.5rem;
}

body .otherPop2 .content .confirm {
  background: #EB5D44;
  background-size: 100% 100%;
  width: 14rem;
  border: 0.03125rem solid #BE3D26;
  height: 2.5rem;
  line-height: 2.5rem;
  color: #F7B3A7;
  text-shadow: 0 0.125rem 0.09375rem #DA2311;
  text-align: center;
  margin: 1rem auto 0;
  font-weight: 600;
  border-radius: 1.3rem;
}

body .otherPop2 .closeBtn {
  margin: 0 auto;
  text-align: center;
  width: 3rem;
}

body .otherPop2 .closeBtn img {
  width: 2rem;
}

.rotateload {
  -webkit-animation: run 2s linear 0s infinite;
  animation: run 2s linear 0s infinite;
}

@-webkit-keyframes run {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes run {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}