.user-content ul li {
  padding: 15px 0px 0px 0px;
  color: #616161;
  font-size: 16px;
  line-height: 40px;
  width: 100%;
}
.user-content ul li span {
  display: inline-block;
}
.user-content ul li span:nth-of-type(1) {
  display: inline-block;
  width: 160px;
  text-align: right;
  padding: 0 10px 0 0;
  line-height: 40px;
  vertical-align: top;
  margin-right: 30px;
}
.user-content ul li span:nth-of-type(2) {
  display: inline-block;
  width: 510px;
}
.user-content .changeUserInfoBtn {
  padding: 30px 0 6px 200px;
}
.user-content .changeUserInfoBtn button {
  display: block;
  width: 146px;
  height: 45px;
  background-color: #fff;
  border: 1px solid #4d9bfb;
  color: #4d9bfb;
  font-size: 18px;
  border-radius: 8px;
  cursor: pointer;
  text-align: center;
  line-height: 43px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.user-content .changeUserInfoBtn button:hover {
  background-color: #4d9bfb;
  color: #fff;
}

/*user-edit*/
.user-edit li {
  padding: 15px 0 0 0;
  color: #616161;
  font-size: 16px;
  line-height: 40px;
}
.user-edit .edit-label {
  float: left;
  width: 160px;
  text-align: right;
  padding: 0 10px 0 0;
  line-height: 40px;
  vertical-align: top;
  margin-right: 30px;
}
.user-edit .edit-text {
  float: left;
  width: 500px;
}
.user-edit .edit-warm {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 10px;
  padding-left: 200px;
  font-size: 14px;
  line-height: 17px;
  width: 510px;
  position: relative;
  color: #ef4747;
}
.user-edit button {
  width: 370px;
  height: 38px;
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  line-height: 36px;
  cursor: pointer;
  color: #65abfc;
}
.edit-text .in_c1 {
  width: 370px;
  height: 38px;
  text-indent: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  line-height: 36px;
  color: #666;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.edit-text .in_c2 {
  width: 370px;
  height: 38px;
  text-indent: 20px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  line-height: 36px;
  color: #666;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.edit-text .in_c2:focus {
  border: 1px solid #65abfc;
}
.edit-sex label {
  margin-right: 20px;
}
.edit-text select {
  width: 370px;
  height: 38px;
  /*border: 1px solid #e0e0e0;*/
  outline: none;
  text-indent: 10px;
  color: #444;
  border: none;
}
.position .edit-text select {
  width: 183px;
}
.edit-text textarea {
  height: 100px;
  outline: none;
  resize: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 3px;
}
.changeBtn {
  padding-left: 200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.changeBtn a {
  float: left;
  display: block;
  width: 146px;
  height: 45px;
  background-color: #fff;
  border: 1px solid #4d9bfb;
  color: #4d9bfb;
  font-size: 18px;
  border-radius: 8px;
  cursor: pointer;
  text-align: center;
  line-height: 43px;
  margin-right: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.changeBtn a:hover {
  background-color: #4d9bfb;
  color: #fff;
}
.changeBtn button {
  float: left;
  display: block;
  width: 146px;
  height: 45px;
  background-color: #fff;
  border: 1px solid #4d9bfb;
  color: #4d9bfb;
  font-size: 18px;
  border-radius: 8px;
  cursor: pointer;
  text-align: center;
  line-height: 43px;
  margin-right: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.changeBtn button:hover {
  background-color: #4d9bfb;
  color: #fff;
}
.edit-text .op {
  height: 24px;
  padding: 5px;
}

/*select2*/
.select2 {
  display: block;
  width: 370px !important;
  height: 38px !important;
  line-height: 38px !important;
  border: 1px solid #e0e0e0 !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.position .select2 {
  width: 183px !important;
  float: left;
  margin-right: 4px;
}
.select2-container--default .select2-selection--single {
  border: none !important;
  border-bottom: 1px solid #e0e0e0 !important;
}
.select2-container--default .select2-selection--single {
  height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
  height: 100%;
  padding-left: 20px;
  font-size: 14px;
  color: #666;
}
.select2-results__option {
  /* height: 24px; */
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  height: 36px;
  border: 1px solid #9dcdfe;
}
.select2-dropdown {
  border: 1px solid #e0e0e0 !important;
}
