﻿@charset "UTF-8";
@keyframes loading {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
html body {
  background: #fff;
  color: #333;
}
html body [v-cloak] {
  display: none;
}
html body.preventScroll {
  height: 100%;
  overflow: hidden;
}
html body .weui-dialog {
  max-width: 95%;
  width: 85%;
}
html body .weui-mask {
  background: rgba(0, 0, 0, 0.9);
}
html body .weui-icon-success,
html body .weui-icon-circle {
  font-size: 1rem;
}
html body .__protocol {
  font-size: 0.7rem;
  color: #666;
  text-align: left;
  max-height: 65vh;
  overflow: hidden;
}
html body .__protocol * {
  max-width: 100%;
}
html body button[disabled] {
  background: #d0d0d0 !important;
}
html body .weui-cells {
  margin-top: 0;
  font-size: 0.75rem;
}
html body .weui-cells .weui-label {
  width: 4.5rem;
}
html body .weui-cells .weui-textarea {
  border: 0.05rem solid #e8e8e8;
  padding: 0.15rem;
}
html body .loading-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
}
html body .loading {
  width: 0.8rem;
  margin-left: 0.25rem;
  animation: loading 3s infinite linear;
}
html body .activity-enter {
  position: fixed;
  left: 0.5rem;
  bottom: 3.5rem;
  z-index: 99;
}
html body .activity-enter .thumb {
  width: 4rem;
}
html small.help-block {
  position: absolute;
  right: 0;
  display: block;
  font-size: 0.6rem !important;
  color: #a94442;
}
em {
  font-style: normal;
}
input,
select {
  -webkit-appearance: none;
  border: none;
  outline: none;
}
input:focus,
select:focus {
  border: none;
  outline: none;
}
img {
  display: block;
  border: none;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
.ellipsis-1 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ellipsis-2 {
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ellipsis-3 {
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ellipsis-4 {
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  overflow: hidden;
}
.red {
  color: #e4393c;
}
.blue {
  color: #007aff;
}
header {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  padding: 0 0.75rem;
  width: 100%;
  height: 2.25rem;
  font-size: 0.85rem;
  background: #fff;
  border-bottom: 0.05rem solid #f4f4f4;
  z-index: 9;
}
header .lt {
  width: 0.8rem;
  transform: rotate(180deg);
}
header .lt i {
  font-size: 0.8rem;
}
header .title {
  max-width: 75%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
header .rt {
  width: 0.8rem;
  font-size: 0.7rem;
  color: #555;
  padding: 0;
}
footer {
  position: fixed;
  width: 100%;
  height: 2.5rem;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: #fff;
  border-top: 0.05rem solid #e8e8e8;
}
footer .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 25%;
  height: 100%;
  font-size: 0.6rem;
}
footer .item.hidden {
  display: none !important;
}
footer .item.message {
  position: relative;
}
footer .item.message.has:after {
  content: '';
}
footer .item.message:after {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: #e4393c;
  position: absolute;
  right: 30%;
  top: 10%;
}
footer .item .img {
  width: 1.2rem;
  height: 1.2rem;
  background-size: cover;
  background-position: center;
}
footer .item.active {
  font-weight: 500;
}
.footer_after {
  width: 100%;
  height: 2.5rem;
}
.personal_info .form {
  margin-top: 0;
  padding: 0.45rem 0.05rem;
}
.personal_info .form:before,
.personal_info .form:after {
  display: none;
}
.personal_info .weui-cell {
  padding: 0.4rem 0.75rem;
}
.personal_info .name:before {
  display: none;
}
.personal_info label {
  font-size: 0.65rem;
  color: #343434;
}
.personal_info input.weui-input {
  font-size: 0.65rem;
  color: #343434;
  height: 2rem;
}
.personal_info textarea.weui-textarea {
  font-family: inherit;
  padding: 0.1rem;
  font-size: 0.65rem;
  color: #343434;
  border: 0.05rem solid #dcdcdc;
}
.personal_info button {
  margin-top: 1rem;
  width: 100%;
  height: 2.5rem;
  font-size: 0.9rem;
  background: #fd3;
  border-radius: 0.25rem;
}
.personal_info button.weui-vcode-btn {
  height: 100%;
  font-size: inherit;
}
.personal_info .form-group {
  position: relative;
  display: flex;
  align-items: center;
}
.personal_info .form-group small.help-block {
  width: auto;
}
.personal_info .form-group .get_code {
  margin-top: 0;
  width: 4rem;
  height: auto;
  font-size: 0.7rem;
}
.container-content {
  padding: 0.5rem 0.75rem;
  font-size: 0.7rem;
}
.container-content * {
  max-width: 100%;
}
