@charset "UTF-8";
.sign-out {
  width: 100%;
  background-color: #ffffff;
  height: 1.05rem;
  color: #1ad42c;
  font-size: .28rem; }

.pwd-box {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin-top: .4rem;
  position: relative; }
  .pwd-box li {
    width: .8rem;
    height: 1.2rem;
    background-color: #ffffff;
    border-radius: .1rem;
    border: solid 0.01rem rgba(247, 15, 38, 0.4);
    display: flex;
    align-items: center;
    justify-content: center; }
    .pwd-box li i {
      display: inline-block;
      width: .25rem;
      height: .25rem;
      background-color: #000000;
      border-radius: 50%;
      display: none; }
  .pwd-box input {
    position: absolute;
    width: calc(100% - 1.6rem);
    height: 1.2rem;
    top: 0;
    left: .8rem;
    color: transparent;
    opacity: 0; }

.input-box, .input-box-min {
  height: .88rem;
  box-shadow: 0px 0px .03rem 0px #cccccc;
  border-radius: .1rem;
  padding: .2rem .3rem;
  font-size: .32rem;
  box-sizing: border-box; }
  .input-box input, .input-box-min input {
    height: 100%;
    font-size: .32rem;
    width: 100%; }

.user-search-box {
  border-bottom: .01rem solid #eeeeee;
  font-size: .24rem;
  padding: .3rem; }
  .user-search-box input {
    height: .6rem;
    width: 100%;
    font-size: .24rem;
    border-radius: .3rem;
    background-color: #eeeeee;
    padding: 0 .3rem;
    box-sizing: border-box; }
  .user-search-box input::-webkit-input-placeholder {
    text-align: center;
    font-size: .24rem; }

.feedback-box {
  box-shadow: 0px 0px .03rem 0px #999999;
  border-radius: .1rem;
  height: 3.6rem;
  padding: .3rem .3rem .6rem .3rem;
  box-sizing: border-box;
  color: #cccccc; }
  .feedback-box textarea {
    width: 100%;
    font-size: .28rem;
    height: 100%; }
  .feedback-box textarea::-webkit-input-placeholder {
    font-size: .28rem; }

.input-box-min {
  height: .6rem;
  padding: .1rem .3rem;
  font-size: .28rem; }
  .input-box-min input {
    width: 100%;
    height: 100%; }

.about .top {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: .8rem 0; 
}

.about .top .logo {
width: 1rem;
height: 1rem; 
}

.license-page p:first-child {
  padding-left: .2rem;
  position: relative; 
}

.license-page p:first-child::before {
  content: ' ';
  width: .1rem;
  height: .1rem;
  border: solid .02rem #1ad42c;
  box-sizing: border-box;
  position: absolute;
  bottom: 1px;
  border-radius: 50%;
  left: 0; 
}

.license-page p:first-child::after {
  content: ' ';
  width: .1rem;
  height: .1rem;
  background-color: #1ad42c;
  border-radius: 50%;
  position: absolute;
  top: 1px;
  left: 0; 
}

.license-page .license-box {
  width: 6rem;
  height: 7.6rem;
  background-color: #cccccc;
  border-radius: .1rem;
  margin: .6rem auto 0 auto;
  position: relative;
  overflow: hidden; 
}

.license-page .license-box img {
    width: 100%;
    height: auto;
    z-index: 10;
    position: relative;
}

.license-page .license-box::after {
  /*content: '营业执照';*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: .58rem; 
}

.update-modal {
  padding: .3rem .25rem;
  width: 5.8rem;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: .1rem;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%); 
}

  .update-modal .title {
    font-size: .32rem;
    margin-bottom: .3rem; }
  .update-modal .content {
    max-height: 45vh;
    overflow-y: scroll; }
  .update-modal .content li {
    color: #666666;
    font-size: .28rem;
    font-family: SourceHanSansCN-Normal;
    line-height: .45rem;
    padding-bottom: .1rem; }
  .update-modal .btn-upgrade {
    width: 2.15rem;
    height: .6rem;
    background-color: #1ad42c;
    border-radius: .1rem;
    color: #ffffff;
    font-size: .28rem;
    margin: .2rem auto 0 auto;
    display: block; }

/*# sourceMappingURL=setting.css.map */
