.i-list {
  border-width:6px;
  border-color:#f5f5f5;
  border-style:solid;
  border-radius:24px;
  background-color:#f5f5f5;
  margin-bottom:24px;
  padding-top:10px;
  padding-bottom:10px;
  padding-left:30px;
  padding-right:30px;
}
.i-list-new{
  border-width:6px;
  border-color:#283282;
  border-style:solid;
}
.i-list-text {
  font-family: PingFangSC-Regular;
  font-size: 22px;
  color: #6973A0 ;
  line-height: 30px;
  lines: 1;
  padding-bottom:2px;
}
.i-list-text-common {
  font-family: PingFangSC-Regular;
  font-size: 22px;
  line-height: 30px;
  lines: 1;
  padding-bottom:2px;
}
.i-list-text-old{
  color: #BEC1D9;
}
.i-list-text-new{
  color: #6973A0;
}
.txt-all {
  text-align: left;
}

.txt-alr {
  color: #9b9b9b;
  text-align: right;
}

.i-list-left {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.i-list-main {
  justify-content: space-between;
  flex: 1;
  flex-direction: row;
  align-items: center;
}
.i-list-main-new {
  width:530px;
}
.i-list-right {
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

.pdl10 {
  padding-left: 10px;
}

.pdr10 {
  padding-right: 10px;
}

.item-input {
  flex: 1;
  placeholder-color: #6973A0;
  font-family: PingFangSC-Regular;
  font-size: 30px;
  font-weight:bold;
  lines: 1;
  text-overflow: ellipsis;
  caret-color: #1E32AA;
  background-color:#f5f5f5;
}
.font-normal{
   font-weight:normal;
}
.item-input-new{
  height:42px;
  line-height:42px;
}
.i-close{
    position: absolute;
    right: 30px;
    top: 38px;

}
.gender-container {
  flex-direction: row;
  flex: 1;
}
.gender-item {
  flex: 1;
  flex-direction: row;
  align-items: center;
}
.genderText {
  line-height: 42px;
  font-size: 30px;
  font-weight:bold;
  font-family: PingFangSC-Regular;
  color:#6973A0;
}
.genderText-new{
   color: #323232;
}
.genderText-small{
    font-size: 22px;
  font-family: PingFangSC-Regular;
  color:#BEC1D9 ;
  padding-bottom:2px;
}
.genderText__Select {
  line-height: 42px;
  font-size: 30px;
  font-weight:bold;
  font-family: PingFangSC-Regular;
  color:#1E32AA ;
}
.i-select-text{
  font-size: 30px;
  font-weight:bold;
  font-family: PingFangSC-Regular;
  color:#323232 ;
}
