body {
  background: #f7f8fc;
}

.sjheader {
  width: 100%;
  height: 4rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 320px;
  box-shadow: 0px 1px 2px 1px rgba(136, 129, 255, 0.16);
  background: url(../images/headerBg.png) no-repeat center;
  background-size: 100%;
}
.sjheader_left {
  display: flex;
  align-items: center;
}
.sjheader_left a {
  display: block;
  height: 2.4rem;
  margin-left: 1rem;
}
.sjheader_left a img {
  height: 2.4rem;
}
.vip-content {
  width: 36rem;
  height: fit-content;
  background: #ffffff;
  box-shadow: 0px 2px 8px 1px rgba(136, 129, 255, 0.1);
  border-radius: 0.5rem;
  margin: 0 auto;
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  
}
.vip-content .title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.vip-content .title img {
  height: 2rem;
  margin-right: 1rem;
}

.vip-content .title span {
  font-size: 2rem;
  font-weight: bold;
  color: #333333;
}

.vip-content .content-message .top-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 5rem;
  background: #ffecd8;
  border-radius: 0.5rem 0.5rem 0px 0px;
  padding: 0 1rem;
}

.vip-content .content-message .top-title .left {
  font-size: 1.4rem;
  font-weight: bold;
  color: #000000;
  line-height: 5rem;
}

.vip-content .content-message .top-title .right span {
  font-size: 1.4rem;
  font-weight: bold;
  color: #000000;
  line-height: 5rem;
}

.vip-content .content-message .top-title .right .free {
  margin-right: 2rem;
}
.vip-content .content-message .top-title .right .vip {
  color: #f68c19;
}
.vip-content .content-message .center-message {
  border: 1px solid #f3f3f3;
  background: #fbfeff;
}
.vip-content .content-message .center-message .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 5rem;
  border-bottom: 1px solid #f3f3f3;
  padding: 0 1rem;
  padding-right: 2rem;
}

.vip-content .content-message .center-message .row .left {
  font-size: 1.4rem;
  color: #333333;
}
.vip-content .content-message .center-message .row .right {
  display: flex;
  align-items: center;
  width: 11rem;
  justify-content: space-between;
}
.vip-content .content-message .center-message .row.message {
  padding-right: 1rem;
}
.vip-content .content-message .center-message .row.message .right {
  width: 13rem;
}

.vip-content .content-message .center-message .row.number {
  padding-right: 2rem;
}
.vip-content .content-message .center-message .row.number .right {
  width: 11rem;
}

.vip-content .content-message .center-message .row.number2 .right {
  width: 11.5rem;
}

.vip-content .content-message .center-message .row.toll {
  padding-right: 0.5rem;
}
.vip-content .content-message .center-message .row.toll .right {
  width: 11.8rem;
}

.vip-content .content-message .center-message .row .right img {
  height: 2rem;
}
.vip-content .content-message .center-message .row .right {
  white-space: nowrap;
}

.vip-content .content-message .center-message .row .right span {
  font-size: 1.3rem;
  color: #333333;
}

.vip-content .content-message .center-message .row .right span.vip {
  color: #f68c19;
}

.bottom-message {
 text-align: left;
    padding-bottom: 1rem;
    display: flex;
}
.bottom-message span {
  font-size: 1.3rem;
  color: #999999;
  line-height: 2rem;
  padding-left: 1rem;
}
.bottom-message a {
  font-size: 1.3rem;
  color: #f68c19;
}
