.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;
}

.box-main {
  padding: 0.9375rem;
}

.iptitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-left: 5%;
  margin-top: 0.625rem;
}

.iptitle span {
  font-size: 1.275rem;
  font-weight: 600;
  margin-left: 1.875rem;
}

.iptitle img {
  width: 8%;
  height: 3.5%;
  margin-top: 0.15625rem;
}

.memcard {
  width: 100%;
}

.memcard .poster {
  width: 100%;
  background: url("../../images/card_pkg/memcard/memcard_1.png") no-repeat center;
}

.memcard .title {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  width: 100%;
  text-align: right;
}

.memcard .time {
  width: 100%;
  font-size: 0.5625rem;
  color: #999;
  text-align: right;
}

.memcard .poster1 {
  width: 100%;
  background: url("../../images/memcard/memcard_1.png") no-repeat center;
  background-size: contain;
}

.memcard .poster2 {
  width: 100%;
  background: url("../../images/memcard/memcard_1.png") no-repeat center;
}

.memcard .poster3 {
  width: 100%;
  background: url("../../images/memcard/memcard_1.png") no-repeat center;
}

.buyBtn {
  width: 30%;
  text-align: center;
  color: white;
  border-radius: 0.3125rem;
  margin: 1.25rem auto 1.875rem;
  height: 2.5rem;
  line-height: 2.5rem;
  background: #2394f0;
}