#weituo {
  background: #fff !important;
}
#weituo .weilist {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 0 0.75rem;
}
#weituo .weilist li:nth-child(2) .weiSpan {
  background: #89d616 !important;
}
#weituo .weilist li:nth-child(3) .weiSpan {
  background: #4f7ef2 !important;
}
#weituo .weilist li:nth-child(4) .weiSpan {
  background: #ef4761 !important;
}
#weituo .weilist li:nth-child(4) .weiSpan span {
  font-size: 1rem !important;
}
#weituo .weilist li {
  overflow: hidden;
  position: relative;
  width: 100%;
  border-bottom: 0.05rem solid #ddd;
  padding: 0.6rem 0;
}
#weituo .weilist li .weili {
  overflow: hidden;
  position: relative;
  width: 100%;
  vertical-align: middle;
  font-size: 0.75rem;
}
#weituo .weilist li .weili a {
  overflow: hidden;
  position: relative;
  display: block;
}
#weituo .weilist li .weili .right {
  float: right;
  color: #b2b2b2;
  font-size: 1rem;
  margin-top: 0.4rem;
}
#weituo .weilist li .weili .weiSpan {
  width: 1.8rem;
  height: 1.8rem;
  background: #fdb525;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  border-radius: 0.2rem;
  display: inline-block;
  text-align: center;
  line-height: 1.8rem;
  margin-right: 0.5rem;
  vertical-align: middle;
}
#weituo .weilist li .weili .weiSpan span {
  color: #fff;
  font-size: 1.2rem;
}
#addfang.cur {
  height: 100vh;
}
#addfang,
#weituo,
#qiufang {
  overflow: hidden;
  position: relative;
  background: #f8f8f8;
  padding-top: 3rem;
  font-size: 0.7rem;
  padding-bottom: 3rem;
}
.afList {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 0 0.75rem;
  background: #fff;
}
.afList li {
  overflow: hidden;
  position: relative;
  width: 100%;
  line-height: 2.2rem;
  border-bottom: 0.01rem solid #ddd;
}
.afList li input {
  line-height: 2.2rem;
  background: transparent;
  text-align: right;
  border: 0;
}
.afList li .afinput {
  width: 28%;
  float: right;
}
.afList li .afImg {
  float: right;
  width: 2.25rem;
  height: 1.25rem;
  border: 1px solid #ddd;
  margin: 0rem 0.2rem;
  margin-top: 0.4rem;
}
.afList li .iconfont {
  color: #666666;
  font-size: 1rem;
  float: right;
  display: block;
}
.afList li .textarea {
  width: 82%;
  height: 5rem;
  float: left;
  padding: 0.8rem 0.5rem;
  box-sizing: border-box;
  border: 0;
}
.afList li .iconfont.cur {
  animation: mymove 1s linear;
  -moz-animation: mymove 1s linear;
  -webkit-animation: mymove 1s linear;
  -o-animation: mymove 1s linear;
}
@keyframes mymove {
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes mymove {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes mymove {
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes mymove {
  100% {
    transform: rotate(360deg);
  }
}
.afList li .afLi {
  width: 90%;
  float: left;
}
.afList li .afLi input {
  width: 28%;
  float: right;
  box-sizing: border-box;
  padding-right: 0.2rem;
}
.afList li .afLi span {
  float: right;
}
.afList li .afspan {
  float: left;
  color: #666666;
}
.afList li .input {
  width: 82%;
  float: left;
}
.afList li p {
  float: left;
  color: #222222;
  text-align: right;
  width: 90%;
}
.afList li p span {
  color: #666666;
  font-size: 1rem;
  vertical-align: middle;
  margin-left: 0.2rem;
}
.afList li .long {
  width: 90%;
}
.afList li:last-child {
  border-bottom: 0;
}
.top {
  margin-top: 0.7rem;
}
.afBottom {
  width: 100%;
  background: #fff;
  padding: 0.4rem 0.75rem;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
}
.afBottom p {
  width: 90%;
  margin: auto;
  line-height: 2.15rem;
  background: #4f8ffd;
  -webkit-border-radius: 1.25rem;
  -moz-border-radius: 1.25rem;
  border-radius: 1.25rem;
  color: #fff;
  text-align: center;
  font-size: 0.75rem;
}
.pickerContent {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 999;
  width: 100%;
  display: none;
}
.pickerContent .pCtop {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0.75rem;
}
.pickerContent .pCtop span {
  float: left;
  color: #666;
}
.pickerContent .pCtop span:nth-of-type(2) {
  float: right;
  color: #4f8ffd;
}
.pickerContent .pCtop .picker {
  width: 100%;
}
.pickerContent.cur {
  display: block;
}
.pbg {
  position: fixed;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 998;
  width: 100%;
  height: 100vh;
  display: none;
}
.pbg.cur {
  display: block;
}

.telphone1 {
    width: 100% !important;
    margin-bottom: 0.5rem;
    padding-left: 0.35rem;
    box-sizing: border-box;
}

.telphone2 {
    width: 61% !important;
    padding-left: 0.35rem;
    box-sizing: border-box;
}

.btn {
    display: block;
    background: #4f8ffd;
    color: #fff;
    padding: 0.38rem 4rem;
    border: none;
    margin: 0.5rem auto;
    outline: none;
}

.cusinput input {
    border: 0.05rem solid #ddd;
    line-height: 1.6rem;
}

.cusinput span {
    display: inline-block;
    background: #4f8ffd;
    color: #fff;
    height: 1.6rem;
    width: 30%;
    text-align: center;
    line-height: 1.6rem;
    /* padding: 0.38rem 0.5rem; */
    padding: 0 0.5rem;
    margin-left: 0.2rem;
}
