.header {
  position: fixed;
  width: 100%;
  height: 70px;
  top: 0;
  left: 0;
  background: lightblue;
}

.pay-success {
  text-align: center;
  padding: 30px 15px;
}
.pay-success img {
  width: 120px;
}
.pay-success .text {
  margin: 40px 0;
  color: #333;
  font-size: 18px;
}
.pay-success button {
  width: 120px;
  height: 40px;
  border: none;
  font-size: 16px!important;
  color: #FFF !important;
  outline: none!important;
  background: #12A3B8 !important;
  box-shadow: none!important;
  user-select: none;
  -webkit-tap-highlight-color: transparent!important;
}
.pay-success button:active {
  outline: none!important;
  background: #12A3B8 !important;
  box-shadow: none!important;
}

.history-page {
  padding-top: 60px;
  background: #EDEDED;
  height: 100vh;
}
.history-page .back-btn {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  line-height: 45px;
  color: #FFF;
  background: #12A3B8;
}
.history-page .back-btn .icon {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 24px;
}
.history-page .back-btn .text {
  flex-grow: 2;
  text-align: center;
}
.history-page .list {
  height: calc(100vh - 60px);
  padding: 0 15px 15px 15px;
  overflow-y: auto;
  text-align: center;
}
.history-page .list .item {
  margin-bottom: 15px;
  padding: 10px 15px;
  background: #FFF;
  border-radius: 6px;
}
.history-page .list .item .con1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.history-page .list .item .con1 .title {
  padding-right: 10px;
  flex-grow: 2;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 600;
  text-align: left;
}
.history-page .list .item .create-time {
  margin-top: 15px;
  color: #999;
  text-align: left;
}
.history-page .no-more,
.history-page .empty {
  line-height: 40px;
  color: #999;
}

.index-page {
  position: relative;
}
.index-page .bg-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  object-fit: fill;
  z-index: -1;
}
.index-page .user-info {
  height: 100vh;
  background: #FAFAFA;
}
.index-page .user-info .top-bg {
  height: 110px;
  background: #12A3B8;
  border-radius: 12px;
}
.index-page .user-info .user-info-content {
  padding: 15px;
}
.index-page .content,
.index-page .user-con {
  padding: 15px;
  background: #FFF;
  border-radius: 12px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);
}
.index-page .user-con {
  display: flex;
  margin-bottom: 20px;
  margin-top: -90px;
  align-items: center;
}
.index-page .user-con img {
  width: 60px;
  margin: 0 10px;
  border-radius: 50%;
}
.index-page .user-con .info {
  padding-left: 20px;
}
.index-page .user-con .info .name {
  font-size: 20px;
}
.index-page .user-con .info .class {
  line-height: 40px;
}
.index-page .user-con .info .class,
.index-page .user-con .info .idcard {
  font-size: 16px;
  color: #666666;
}
.index-page .content {
  padding-bottom: 1px;
  text-align: center;
}
.index-page .content .title {
  display: flex;
  margin-bottom: 30px;
  font-size: 24px;
  text-align: left;
  align-items: center;
}
.index-page .content .title:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 26px;
  margin-right: 8px;
  background: #12A3B8;
  border-radius: 4px;
}
.index-page .content .item {
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #f1f1f1;
}
.index-page .content .desc {
  font-size: 20px;
  color: #333333;
}
.index-page .content .amount {
  margin: 16px 0;
  font-size: 30px;
  font-weight: 600;
}
.index-page .content .date {
  color: #666;
  font-size: 14px;
}
.index-page .fix-btns {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #FFF;
  text-align: center;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);
}
.index-page .fix-btns .change {
  margin: 10px 0;
  font-size: 16px;
  color: #999999;
  text-align: center;
}
.index-page .fix-btns .history {
  margin-top: 10px;
  font-size: 16px;
  color: #12A3B8;
}
.index-page button {
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin: 20px 0;
  padding: 0;
  border-radius: 30px;
  border: none;
  font-size: 18px!important;
  color: #FFF !important;
  outline: none!important;
  background: #12A3B8 !important;
  box-shadow: none!important;
  user-select: none;
  -webkit-tap-highlight-color: transparent!important;
}
.index-page button:active {
  outline: none!important;
  background: #12A3B8 !important;
  box-shadow: none!important;
}
.index-page button:disabled {
  background: #a0a0a0 !important;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}
body {
  font-family: arial, helvetica, sans-serif;
  font-size: 14px;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
}
body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
fieldset,
legend,
input,
textarea,
select,
button,
th,
td {
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td {
  vertical-align: middle;
}
a {
  outline: none;
  color: #16418a;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
}
a:focus {
  outline: none;
}
input:focus,
select:focus,
textarea:focus {
  outline: -webkit-focus-ring-color auto 0;
}


