#app {
  background-color: #eee;
}
#root {
  background-color: #fff;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.br {
  border-bottom: 1px solid #ddd;
}
.page1,
.page2,
.page3 {
  width: 100%;
  height: 100%;
  position: relative;
}
.title {
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 999;
}
.title .titleWrapper {
  font-size: 0.8rem;
  text-align: center;
  height: 2rem;
  line-height: 2rem;
  border-bottom: 1px solid #eee;
  position: relative;
  overflow: hidden;
}
.title span {
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  border-bottom: 1px solid #aaa;
  border-left: 1px solid #aaa;
  transform: rotate(45deg) translate(-50%, -50%);
  position: absolute;
  left: 0.5rem;
  top: 60%;
  z-index: 999;
}
.title p {
  font-weight: bold;
}
.content {
  padding-top: 2.5rem;
  padding-bottom: 0.5rem;
}
.content .content-item {
  width: 100%;
  position: relative;
  padding: 0 0.5rem 0.5rem;
  box-sizing: border-box;
}
.content .content-item p {
  font-size: 0.65rem;
  line-height: 1.5rem;
}
.content .content-item p span {
  color: #d43d42;
}
.content .content-item input {
  width: 100%;
  height: 1.8rem;
  border: 1px solid #ddd;
  border-radius: 0.3rem;
  padding-left: 0.5rem;
  box-sizing: border-box;
  line-height: 1.8rem;
  font-size: 0.6rem;
}
.content .content-item .btn {
  display: block;
  width: 33%;
  height: 1.8rem;
  text-align: center;
  line-height: 1.8rem;
  font-size: 0.65rem;
  float: right;
  color: #fff;
  background-color: #d43d42;
  border-radius: 0.3rem;
}
.content .content-item .disabled {
  color: #707070;
  background-color: #d8d8d8;
}
.content .content-item .abl {
  position: absolute;
}
.content .content-item .abr {
  position: absolute;
  right: 1rem;
}
.content .login {
  display: block;
  width: 93%;
  height: 1.7rem;
  text-align: center;
  line-height: 1.7rem;
  font-size: 0.7rem;
  color: #fff;
  font-weight: bold;
  background-color: #d43d42;
  margin: 0.5rem auto;
  border-radius: 0.3rem;
}
.page1 .intl-tel-input {
  width: 100%;
}
.half {
  width: 35%;
  height: 1.5rem;
  margin-top: 0.54rem;
  margin-bottom: 1rem;
  margin-left: 10%;
  background-color: #d43d42;
  color: #fff;
  border-radius: 0.3rem;
}
.page3 .tr1 {
  background-color: #d43d42 !important;
  color: #fff;
}
.page3 tr {
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
}
.page3 tr td {
  border-right: 1px solid #eee;
  box-sizing: border-box;
  word-break: break-all;
  line-height: 1.5;
}
.page3 tr:nth-child(odd) {
  background-color: #eee;
}
.page3 tr:nth-child(odd) td {
  border-right: 1px solid #fff;
}
.page3 td {
  text-align: center;
  height: 1.5rem;
  font-size: 0.65rem;
}
.page3 .searchone {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.85rem;
}
.page3 .searchbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2rem;
  display: flex;
  font-size: 0.65rem;
  padding: 0.3rem 0.5rem 0.3rem 1.5rem;
  box-sizing: border-box;
}
.page3 .searchbar .search-icon {
  width: 10%;
  position: relative;
  overflow: hidden;
}
.page3 .searchbar .search-icon img {
  width: 0.85rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.page3 .searchbar .search-input {
  width: 80%;
  padding: 0 0.5rem;
  box-sizing: border-box;
  display: flex;
}
.page3 .searchbar .search-input input {
  width: 75%;
  height: 100%;
  border: 1px solid #ddd;
  padding-left: 0.3rem;
  box-sizing: border-box;
}
.page3 .searchbar .search-input .search {
  width: 25%;
  height: 100%;
  line-height: 1.45rem;
  background-color: #ddd;
}
.page3 .prev-content {
  text-align: center;
  font-size: 0.75rem;
  line-height: 2;
  padding: 1rem 1.5rem;
}
.page3 .prev-content p {
  user-select: text;
}
.page4 {
  background-color: #eee;
  padding-bottom: 0.8rem;
  box-sizing: border-box;
}
.page4 .title {
  background-color: #fff;
}
.page4 .special {
  width: 100%;
  height: 2rem;
  margin-top: 0.5rem;
  font-size: 0.65rem;
  line-height: 2rem;
  padding-left: 0.5rem;
  color: #333;
  background-color: #fff;
}
.page4 .back {
  display: block;
  width: 30%;
  height: 1.5rem;
  color: #fff;
  font-size: 0.65rem;
  border-radius: 0.3rem;
  background-color: #d43d42;
  margin: 0.75rem auto;
}
.page4 .up span {
  line-height: 80px;
}
.page4 .up .van-icon {
  line-height: 80px !important;
}
.page4 .up .van-uploader__upload {
  border-radius: 50%;
}
.page4 .up img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px dashed #ddd;
  box-sizing: border-box;
}
.page4 .van-dialog__content {
  padding: 0.5rem 0;
}
.page4 .van-cell {
  padding: 20px 16px;
}
.page4 .van-field {
  background: #ebf4ff;
}
.page4 .van-field__label {
  padding: 0.3rem 0;
}
.page4 input {
  border-bottom: 1px solid #333;
  padding: 0.3rem 0;
}
.page4 .dialogShow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
}
.page4 .dialogShow .van-dialog {
  animation: 0.5s pop linear;
}
.page5 .content-item {
  position: relative;
}
.page5 .content-item .span {
  display: block;
  position: absolute;
  right: 0.5rem;
  bottom: 0;
  transform: translateY(50%);
  color: #333;
  width: 3rem;
  height: 1rem;
  line-height: 1rem;
  text-align: right;
  z-index: 1;
}
.userWrapper {
  background-color: #eee;
  padding-bottom: 3rem;
  font-size: 0.65rem;
}
.userWrapper .header {
  width: 100%;
  height: 5rem;
  background-color: #fff;
  border-top: 1px solid #ddd;
  position: relative;
  overflow: hidden;
  font-size: 0.65rem;
  padding: 0 0.5rem;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
}
.userWrapper .header-left {
  float: left;
  width: 35%;
}
.userWrapper .header-left .imgWrapper {
  width: 5rem;
  height: 5rem;
}
.userWrapper .header-left .imgWrapper img {
  width: 80%;
  height: 80%;
  border-radius: 50%;
  margin: 0.5rem auto;
}
.userWrapper .header-right {
  float: left;
  width: 65%;
  height: 100%;
}
.userWrapper .header-right .right-item {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 1rem;
}
.userWrapper .header-right .right-item .lv {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 4.37rem;
  height: 0.8rem;
}
.userWrapper .header-right .right-item .association {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 1.5rem;
  min-width: 7rem;
  text-align: center;
  line-height: 1.5rem;
  padding: 0 0.5rem;
  white-space: nowrap;
}
.userWrapper .sign {
  background-color: #fff;
  font-size: 0.65rem;
  padding: 0.5rem;
  box-sizing: border-box;
  display: flex;
}
.userWrapper .sign p {
  width: 85%;
  margin-left: 0.5rem;
  text-align: justify;
  line-height: 1.5;
}
.userWrapper .sign p span {
  color: #666;
  user-select: text;
}
.userWrapper .title {
  font-size: 0.8rem;
  text-align: center;
  height: 2rem;
  line-height: 2rem;
  border-bottom: 1px solid #eee;
  position: relative;
  overflow: hidden;
}
.userWrapper .content {
  margin-top: 0.5rem;
  background-color: #fff;
  position: relative;
  padding: 0;
}
.userWrapper .content .content-item {
  width: 100%;
  height: 2rem;
  line-height: 2rem;
  padding: 0 0.5rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.userWrapper .content .content-item p {
  margin-left: 0.5rem;
  line-height: 2rem;
}
.userWrapper .content .content-item p span {
  user-select: text;
  color: #666;
}
.userWrapper .content .br {
  border-bottom: 1px solid #ddd;
}
.userWrapper .special {
  width: 100%;
  height: 2rem;
  margin-top: 0.5rem;
  text-align: center;
  line-height: 2rem;
  color: #d43d42;
  background-color: #fff;
}
.userWrapper .special p {
  font-weight: bold;
}
.userWrapper .icon {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 0.9rem;
  height: 0.9rem;
}
@keyframes pop {
  0% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
