@import "common.css";
/*前缀兼容样式 start*/
/*多行省略*/
/*镜像效果*/
/*背景线性渐变*/
/*前缀兼容样式 end*/
.changeInfo .public-form-content .right-box .box {
  width: 540px;
  position: relative;
  margin-bottom: 30px;
}
.changeInfo .public-form-content .right-box .box:first-child {
  padding-top: 40px;
}
.changeInfo .public-form-content .right-box .box.head-box .left {
  height: 114px;
  line-height: 114px;
}
.changeInfo .public-form-content .right-box .box .left {
  float: left;
  width: 145px;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
  padding-right: 35px;
  color: #768093;
  text-align: right;
}
.changeInfo .public-form-content .right-box .box .right {
  float: right;
  width: 360px;
  font-size: 14px;
}
.changeInfo .public-form-content .right-box .box .right .user-head {
  position: relative;
  width: 114px;
  height: 114px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.changeInfo .public-form-content .right-box .box .right .user-head > img {
  display: block;
  width: 100%;
  height: 100%;
}
.changeInfo .public-form-content .right-box .box .right .user-head span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin-right: 30px;
  opacity: .9;
  background-color: rgba(0, 0, 0, 0.2);
}
.changeInfo .public-form-content .right-box .box .right .user-head input.file {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.changeInfo .public-form-content .right-box .box .right .sex-box {
  height: 42px;
  line-height: 42px;
  padding: 0 15px;
}
.changeInfo .public-form-content .right-box .box .right .sex-box em {
  margin-right: 90px;
}
.changeInfo .public-form-content .right-box .box .right .sex-box em i {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.changeInfo .public-form-content .right-box .box .right .sex-box em i.icon-radio {
  background-image: url("../img/icon_radio.png");
}
.changeInfo .public-form-content .right-box .box .right .sex-box em i.icon-radio.icon-radied {
  background-image: url("../img/icon_radio_s.png");
}
.changeInfo .public-form-content .right-box .box .right .sex-box em span {
  color: #414b5e;
  margin: 0 5px;
}
.changeInfo .public-form-content .right-box .box .right .input,
.changeInfo .public-form-content .right-box .box .right .textarea {
  position: relative;
}
.changeInfo .public-form-content .right-box .box .right .input textarea,
.changeInfo .public-form-content .right-box .box .right .textarea textarea {
  position: absolute;
  left: 0;
  top: 0;
  width: 330px;
  height: 125px;
  border: 1px solid #eef0f3;
  background-color: #f9fafc;
  padding: 15px;
  resize: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.changeInfo .public-form-content .right-box .box .right .input textarea::-webkit-input-placeholder,
.changeInfo .public-form-content .right-box .box .right .textarea textarea::-webkit-input-placeholder {
  color: #bac1cf;
}
.changeInfo .public-form-content .right-box .box .right .input textarea::-moz-placeholder,
.changeInfo .public-form-content .right-box .box .right .textarea textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #bac1cf;
}
.changeInfo .public-form-content .right-box .box .right .input textarea:-moz-placeholder,
.changeInfo .public-form-content .right-box .box .right .textarea textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #bac1cf;
}
.changeInfo .public-form-content .right-box .box .right .input textarea:-ms-input-placeholder,
.changeInfo .public-form-content .right-box .box .right .textarea textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #bac1cf;
}
.changeInfo .public-form-content .right-box .box .right .input input,
.changeInfo .public-form-content .right-box .box .right .textarea input {
  position: absolute;
  left: 0;
  top: 0;
  width: 330px;
  height: 42px;
  border: 1px solid #eef0f3;
  background-color: #f9fafc;
  padding: 0 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.changeInfo .public-form-content .right-box .box .right .input input::-webkit-input-placeholder,
.changeInfo .public-form-content .right-box .box .right .textarea input::-webkit-input-placeholder {
  color: #bac1cf;
}
.changeInfo .public-form-content .right-box .box .right .input input::-moz-placeholder,
.changeInfo .public-form-content .right-box .box .right .textarea input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #bac1cf;
}
.changeInfo .public-form-content .right-box .box .right .input input:-moz-placeholder,
.changeInfo .public-form-content .right-box .box .right .textarea input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #bac1cf;
}
.changeInfo .public-form-content .right-box .box .right .input input:-ms-input-placeholder,
.changeInfo .public-form-content .right-box .box .right .textarea input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #bac1cf;
}
.changeInfo .public-form-content .right-box .box .right .btn {
  width: 270px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background-color: #013b6b;
  font-size: 14px;
  color: #fff;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.changeInfo .public-form-content .right-box .box .right .btn input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.changeInfo .public-form-content .right-box .box .right .btn:hover {
  background-color: #055da6;
}
.changeInfo .public-form-content .right-box .box .right .btn.btn-save {
  display: inline-block;
  margin-top: 30px;
  width: 360px;
  height: 64px;
  line-height: 64px;
}
.changeInfo .public-form-content .right-box .box .right .btn.add {
  margin-top: 30px;
}
.changeInfo .public-form-content .right-box .box .right select {
  width: 164px;
  height: 42px;
  color: #666;
  /*很关键：将默认的select选择框样式清除*/
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  /*为下拉小箭头留出一点位置，避免被文字覆盖*/
  padding: 0 15px;
  /*清除ie的默认选择框样式清除，隐藏下拉箭头*/
  /*在选择框的最右侧中间显示小箭头图片*/
  background: url("../img/arrow_drop_down.png") no-repeat scroll 140px center transparent;
  background-color: #f9fafc;
  border: 1px solid #eef0f3;
  margin-right: 27px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.changeInfo .public-form-content .right-box .box .right select::-ms-expand {
  display: none;
}
.changeInfo .public-form-content .right-box .box .right select:last-child {
  margin-right: 0;
}
/*# sourceMappingURL=changeInfo.css.map */