body{
  max-width: 600px;
  margin: auto;
}
.blockImg{
  display: block;
  width: 100%;
}
.con{
  position: relative;
}
.btn{
  position: absolute;
  bottom: 1rem;
  font-size: .3rem;
  color: #fff;
  background: #e12f2f;
  padding: .1rem .3rem;
  border-radius: 1rem;
}
.btn1{
  left: 36%;
}
.btn2{
  left: 35%;
}
.more{
  position: absolute;
  width: 2.3rem;height: .5rem;
}
.more1{
  right: 7%;
  bottom: 8%;
}
.more2{
  right: 11%;
  bottom: 13%;
}
.more3{
  right: 31%;
  bottom: 9%;
}
.more4{
  right: 28%;
  bottom: 13%;
}
.more5{
  right: 35%;
  bottom: 9%;
}
.btn3{
  left: 35%;
  bottom: 30%;
}
.btn4{
  left: 35%;
  bottom: 4%;
  text-align: center;
}
.btn4 span{
  border-bottom: 1px solid #fff;
}

.yxd_mask {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
}
.yxd_con {
  width: 92%;
  max-width: 560px;
  margin: 2rem auto 0;
  border-radius: 0.26667rem;
  background: #fff;
  padding: 0.2rem;
  font-size: 0;
  overflow: hidden;
}

.yxd_con .yxd_tit {
  font-size: .35rem;
  text-align: center;
  color: #ff4a4e;
  border-bottom: 1px solid #ffc7c7;
  padding-bottom: .1rem;
  position: relative;
}

.yxd_con .yxd_tit:before {
  content: '';
  position: absolute;
  width: 2rem;
  height: 1px;
  background: #f94d51;
  left: 0;
  right: 0;
  bottom: -1px;
  margin: auto;
}

.yxd_con .input_div {
  margin-top: .2rem;
}

.yxd_con .input_div .input_con {
  display: inline-block;
  width: 100%;
  border-radius: 0.1rem;
  border: 1px solid #f94d51;
  padding: 0.1rem 0;
}

.yxd_con .input_div .input_con .input_icon {
  display: inline-block;
  vertical-align: middle;
  border-right: 1px solid #fb8285;
  text-align: center;
  width: .5rem;
}

.yxd_con .input_div .input_con .input_icon img {
  display: inline-block;
  height: .3rem;
}

.yxd_con .input_div .input_con input {
  outline: none;
  display: inline-block;
  vertical-align: middle;
  font-size: .25rem;
  background: transparent;
  border: none;
  padding-left: 0.13333rem;
}

.yxd_con .input_div .input_con2 {
  width: 65%;
}

.yxd_con .input_div .input_con2 input {
  width: 65%;
} 

.yxd_con .input_div .input_r {
  width: 30%;
  margin-left: 4%;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.yxd_con .input_div .input_r .sex_sel {
  display: inline-block;
  width: .7rem;
  height: .7rem;
  border-radius: 0.13333rem;
}

.yxd_con .input_div .input_r .nv {
  background: url("../img/t7.png") no-repeat center/100%;
  margin-right: 10%;
}

.yxd_con .input_div .input_r .nv.active {
  background: url("../img/t7_2.png") no-repeat center/100%;
}

.yxd_con .input_div .input_r .man {
  background: url("../img/t8.png") no-repeat center/100%;
}

.yxd_con .input_div .input_r .man.active {
  background: url("../img/t8_2.png") no-repeat center/100%;
}

.yxd_con .input_div .input_r .get_code {
  margin-top: 0;
}

.yxd_con .submin_btn, .yxd_con .get_code {
  font-size: .25rem;
  display: block;
  width: 100%;
  line-height: .6rem;
  border-radius: 0.1rem;
  background: #f94d51;
  text-align: center;
  color: #fff;
  margin-top: 0.2rem;
  -webkit-box-shadow: 0 0.13333rem 0.26667rem rgba(247, 65, 133, 0.2);
  box-shadow: 0 0.13333rem 0.26667rem rgba(247, 65, 133, 0.2);
}

.yxd_con .tishi {
  width: 120%;
  margin-left: -10%;
  margin-top: 0.1rem;
  font-size: 0.2rem;
  color: #f94d51;
  text-align: center;
}
.close {
  display: block;
  width: .8rem;
  margin: 0.53333rem auto;
}
.popup .popup-label{
  padding: 1rem;
}