/* 个人信息 start*/
html {
  background: #fff;
}
.item_content {
  padding-top: 19px;
  background: #fff;
  min-height: 600px;
}
.grxx_tabs_ul {
  padding-left: 17px;
}
.grxx_tabs_ul li {
  display: inline-block;
  font-size: 16px;
  color: #333;
  width: 106px;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 4px solid #fff;
  cursor: pointer;
}
.grxx_tabs_ul li:hover {
  color: #1c5ce1 !important;
}
.tabs_active {
  color: #1c5ce1 !important;
  border-bottom: 4px solid #1c5ce1 !important;
}
.grxx_main {
  border-top: 1px solid #dcdfe6;
}
.content_detail {
  width: 436px;
  min-height: 295px;
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(28, 92, 225, 0.1);
  margin: 52px 0px 0 245px;
  padding: 0 53px 0 57px;
}
.content_detail .line_item {
  padding: 18px 0 18px 0;
}
.content_detail .line_item:not(:nth-child(5)) {
  border-bottom: 1px solid #dcdfe6;
}

.item_val {
  color: #333;
  margin-left: 20px;
}
.content_detail_xgmm {
  width: 436px;
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(28, 92, 225, 0.1);
  margin: 52px 0px 0 245px;
  padding: 19px 0 30px;
}
.line_item_xgmm {
  padding: 18px 0 0 0;
}
.line_item_xgmm input {
  width: 286px;
  height: 30px;
  border: 1px solid #dcdfe6;
  text-indent: 10px;
  margin-left: 10px;
}
.line_item_xgmm input:focus {
  outline: 1px solid #1c5ce1;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #bcbcbc;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #bcbcbc;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #bcbcbc;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #bcbcbc;
}
.line_item_xgmm .item_font {
  width: 100px;
  text-align: right;
  display: inline-block;
}
.btns {
  margin: 20px 0 0 128px;
}
.btns button {
  background-color: #fff;
  border: 1px solid #1c5ce1;
  color: #1c5ce1;
  width: 80px;
  height: 24px;
  border-radius: 4px;
  margin-right: 30px;
}
.btns button:hover {
  background-color: #1c5ce1;
  color: #fff;
}
.subEditPwd {
  float: left;
  width: 80px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  margin-right: 20px;
  background: #1c5ce1;
  border: 1px solid #1c5ce1;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
}
.subEditPwd:hover {
  background-color: #265a88;
  border-color: #204d74;
}
.error_msg {
  margin-left: 115px;
  margin-right: 30px;
  color: red;
  height: 30px;
}
.xgmmTipsModal .modal-footer {
  padding: 5px;
}
.xgmmTipsModal .modal-header .close {
  margin-top: -23px;
}
.redStar {
  color: red;
}
/* 个人信息 end*/
