.nick_input_row {
  height: 45px;
  line-height: 45px;
  margin: 20px auto;
}
.nick_input_row .label {
  width: 110px;
  height: 45px;
  line-height: 45px;
  text-align: right;
  font-size: 18px;
  padding-right: 20px;
  float: left;
}
.nick_input_row .input {
  width: 430px;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  float: left;
  background: #f5f5f5;
}
.nick_input_row .gender_input {
  background: none;
}
.nick_input_row .gender_input label {
  margin: auto 15px;
}
.nick_input_row .input input {
  width: 430px;
  max-width: 90%;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  float: left;
  text-indent: 10px;
  background: #f5f5f5;
}
.nick_input_row .code_input {
  width: 270px;
}
.nick_input_row .tel_do_code {
  width: 150px;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  float: left;
  text-indent: 10px;
  border: none;
  outline: none;
  color: white;
  margin-left: 10px;
}
.nick_input_row .msg {
  width: 240px;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  float: left;
  text-indent: 10px;
}
.nick_input_row .input input[type="radio"] {
  display: none;
}
.nick_input_row .input input[type="radio"] + span {
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  background: url("/static/images/ico2_12.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.nick_input_row .input input[type="radio"]:checked + span {
  background: url("/static/images/ico2_10.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.nick_input_row .confirm_btn {
  width: 150px;
  height: 35px;
  line-height: 35px;
  margin: 30px auto;
  font-size: 18px;
  background: #d84848;
  text-align: center;
  color: white;
}
.address_container {
  padding: 20px 30px;
}
.address_container .add_address {
  width: 175px;
  height: 120px;
  padding: 20px 0;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  color: #333333;
}
.address_container .add_address img {
  display: block;
  margin: 15px auto;
}
.address_container .add_address_list {
  padding: 20px 30px;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  margin: 30px auto;
}
.address_container .add_address_default {
  background: url("/static/images/personal/address_07.jpg") no-repeat;
  background-size: 43px 43px;
  background-position: bottom right;
}
.address_container .add_address_list .position {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  margin: 20px auto;
}
.address_container .add_address_list .address_info {
  font-size: 14px;
  color: #666666;
  margin: 20px auto;
}
.address_container .add_address_list .edit_btn {
  color: #d84848;
}
.address_form {
  width: 800px;
  padding: 30px ;
  margin: 30px auto;
  background: #f4f4f4;
}
.address_form .title {
  font-size: 18px;
  font-weight: bold;
  color: #d84848;
  margin: 20px auto;
}
.address_form .form_row {
  width: 430px;
  height: 45px;
  line-height: 45px;
  margin: 10px 0;
}
.address_form .address_info_row {
  height: auto;
  background: white;
}
.address_form .address_info_row .address_info_msg {
  font-size: 14px;
  text-indent: 10px;
}
.address_form .address_info_row textarea {
  border: none;
  resize: none;
}
.address_form .form_row .submit-btn {
  width: 120px;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  text-align: center;
  color: white;
  background: #d84848;
  margin: auto;
}
/*# sourceMappingURL=edit_user_info.css.map */