@charset "UTF-8";
html {
  font-size: 20px;
  height: 100%; }

body {
  margin: 0;
  height: 100%;
  background: #f1f2f5;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  overflow-y: auto; }

a, a:hover {
  color: #333;
  text-decoration: none; }

li {
  list-style: none; }

ul {
  margin: 0;
  padding: 0; }

.mt {
  margin-top: -40px !important; }

.app {
  margin: 0 auto;
  padding-bottom: 1rem;
  min-width: 320px;
  max-width: 750px;
  width: 100%;
  min-height: 100%;
  background-color: #22b868;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  position: relative;
  overflow: hidden; }

.head {
  width: 100%;
  position: relative; }

.head img {
  width: 100%;
  height: auto; }

.card {
  margin-left: 1rem;
  margin-right: 1rem;
  padding: 1rem;
  padding-bottom: 1.5rem;
  border-radius: 0.5rem;
  position: relative;
  background-color: #ffffff; }

.card-header {
  display: flex;
  position: relative; }

.card-body {
  padding-top: 1rem; }

.card-title {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  line-height: 1.5rem;
  text-align: center;
  color: #666;
  font-size: 1rem;
  font-weight: bold;
  font-family: "宋体", SimSun, Arial, sans-serif;
  border-bottom: 0.075rem solid #eee; }

.card-title-text {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  display: inline-block;
  position: relative; }

.card-title-text::before,
.card-title-text::after {
  content: '';
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  position: absolute;
  top: 0.5rem; }

.card-title-text::before {
  left: -50px;
  background-image: url("../imgs/icon-01.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center; }

.card-title-text::after {
  right: -50px;
  background-image: url("../imgs/icon-02.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center; }

.card.report {
  padding: 0; }

.card.report .card-title {
  margin-left: 1rem;
  margin-right: 1rem;
  padding-top: 1rem; }

.card-link {
  height: 1rem;
  position: relative;
  z-index: 200; }

.card-link img {
  margin: -0.5rem;
  width: 0.85rem;
  height: 3rem;
  position: absolute;
  top: -50%;
  z-index: 200; }

.card-link img:first-child {
  left: 15%; }

.card-link img:last-child {
  right: 15%; }

.card-radius {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  height: 1.25rem;
  border-spacing: 10px;
  border-bottom: 0.075rem dashed #ddd;
  position: relative; }

.card-radius::before,
.card-radius::after {
  content: '';
  display: block;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #22b868;
  position: absolute;
  top: 0; }

.card-radius::before {
  left: -2.75rem; }

.card-radius::after {
  right: -2.75rem; }

.user-avatar {
  width: 4rem;
  height: 4rem; }

.user-avatar img {
  width: 100%;
  height: 100%; }

.user-info {
  flex: 1;
  text-indent: 0.5rem; }

.user-name,
.user-desc {
  line-height: 2rem;
  font-size: 0.8rem; }

.user-name {
  color: #333;
  font-size: 1rem;
  font-weight: bold;
  font-family: "宋体", SimSun, Arial, sans-serif; }

.cell {
  display: flex;
  line-height: 2rem;
  font-size: 0.7rem; }

.cell-title {
  flex: 1;
  color: #696969; }

.cell-value {
  color: #1f1f1f;
  text-align: right; }

.imgs {
  margin: 0 auto; }

.imgs img {
  width: 100%;
  margin-bottom: 20px; }

.copy {
  padding-top: 1rem;
  line-height: 25px;
  text-align: center;
  color: white;
  font-size: 0.3rem; }
  .copy a {
    color: white; }

/*# sourceMappingURL=app.css.map */
