.name_info_con li span.nameinfo-modify{ display:inline-block; vertical-align:middle; height:.4rem; line-height:.4rem; margin-top:-3px; padding:0 .15rem; font-size:.26rem; color:#fff!important; background-color:#c43535; border-radius:.1rem;}
.pop-nameinfo-modify{ position:fixed; left:0; top:0; right:0; bottom:0; background-color:rgba(0,0,0,.5); z-index:10000000;}
.pop-nameinfo-modifybox{ position:absolute; left:0; bottom:0; right:0; padding:.5rem 0 .3rem; font-size:.3rem; background-color:#f2e9d4;}
.pop-nameinfo-modifybox h2{ font-size:.32rem; font-weight:bold; color:#c43535; text-align:center;}
.pop-nameinfo-modifybox .sele_box ul{ margin-bottom:.6rem;}
.i-pop-nameinfo-close{ position:absolute; right:.2rem; top:-.84rem; width:.64rem; height:.64rem; background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAARVBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////9SnXPCAAAAFnRSTlMAK3tpC98SgCC6m8c7Y0b2T1ynkNHp87ydGwAAAihJREFUWMOlV+magyAMVC451HrO+z/qCmzXYxuUwo/2kzBDMuFKRbZ2ZNZIQLpp7mpRZTU9Trg0Z4enaNE4fGyOP/Kjk3G4Yd3QaiGUrls+raFvbW4pehNGTqO6GGq2eIMc097bMIirj9ZhCtyaxtdhEqbozAT/atJ9b5110kf+Ajil3gZ/DbcZni0xReOjr++zlPLfVd+3esM3BXi9aWOzAPwUrTC5/ltAnT9XnUUwA/YsYJ8f855yA8y5qnFgOa6gYwBkMCfdzF/ahATYwbIZyKV23BfAKt79Uh3mp1ZEc9lH03tXuMv2aHaGZPcAuPeMihia7lyAIcppiME3pAywUU1OTHfjVB0zuUdAAGhZXoCo2iAFyUDjo/NtNfpFQDPQ+CgC9z9dRTIk8d77ubI+FzQDjY8qTjGOBEMCX2mvnwwbiWZIHXUKkBV8KmiG5FEpNmsxQVEIeguhSMQWMEVpHABbtJA6gJUu5THEUbKZSraz2nrj2Th+d6Bs0U/7X/aRFqcuOFRDBLrkWOeAK7lYlNzGlVxtbJtXFFyu3tGu5HqfAXN6YAx5+OH8JrHAq87B15dHmVgAmUMggUWcGPOeme7/k7vPeWg2ZwH2XNrHb0R0n2mdvodrRzgbolj7O3y/ev+p3NwWHHpGKuPapEsexbzd6C+LLsWlt1rxpOwzXF3Rv4b+ceHpfgtP3Q4dc7FPdmWlbyOe1yPmijac0O6+/DeWjS057AdESD4UUyEOzQAAAABJRU5ErkJggg==') no-repeat center / 100%; text-indent:-500%; overflow:hidden;}

.sele_box {
  margin: 20px 2% 0;
  height: auto;
  display: none
}

.sele_box ul li {
  background: url("../images/input-bj.png") no-repeat;
  background-size: 100% 100%;
  height: 40px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 10px;
  padding: 0 10px
}

.sele_box ul li span {
  display: block;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  font-size: 17px;
  color: #BA8961;
  width: 50px;
}
.radio span{
  font-size: 15px!important;
}
.inputtext {
  background: none;
  border: 0;
  font-size: 16px;
  color: #333;
  width: 100%
}
.sex, .time {
  height: auto;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 1
}

.radio, .time {
  flex: 1;
  text-align: center;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-right: 0
}

.radio i {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 2px solid #aaa;
  border-radius: 50%;
  margin-right: 10px;
  position: relative
}

.activen i {
  border: 2px solid #94181a
}

.activen i:before {
  content: '';
  display: block;
  position: absolute;
  background: #94181a;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px
}

.radio p {
  display: inline-block
}

.time_tab {
  background: none;
  border: 0;
  font-size: 16px;
  color: #333;
  width: 100%
}

.but, .but1 {
  display: block;
  width: 100%;
  background: url("../images/but.png") no-repeat center;
  background-size: auto 100%;
  height: 60px;
  border: 0;
  color: #fff;
  font-size: 18px;
  margin: 10px 0
}