.page-heading {
  margin-top: 80px;
  background-image: url("../images/Group37@1x.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-heading .inner-content {
  text-align: left;
  padding-top: 150px;
}
.page-heading .inner-content h2 {
  font-size: 32px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 30px;
}
.nav-content {
  background-color: rgba(75,122,192,0.098);
}
.nav-content .tab-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-content .tab-box .tab-item {
  width: 182px;
  height: 50px;
  color: #4b7ac0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.nav-content .tab-box .active {
  background-color: #4b7ac0;
  color: #fff;
}
.nav-link {
  padding: 40px 0;
}
.nav-link .link {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.nav-link .link img {
  padding-right: 10px;
}
.nav-link .link span {
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  padding-left: 10px;
}
.nav-link .link .line {
  width: 1px;
  height: 16px;
  border-left: 2px solid #726f6f;
}
#humanRes .top-info {
  font-size: 14px;
  color: #000;
  text-align: center;
  height: 80px;
  padding: 30px 0;
  border-top: 1px solid #e0e1e9;
}
#humanRes .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  border-top: 1px solid #e0e1e9;
}
#humanRes .item .left-box {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(75,122,192,0.098);
}
#humanRes .item .unpadding {
  padding-left: 0;
}
#humanRes .item .left {
  color: #232323;
  font-size: 16px;
  word-wrap: break-word;
  flex-wrap: wrap;
}
#humanRes .item .content {
  padding: 30px;
  text-align: left;
}
#humanRes .item .content ul li {
  font-size: 14px;
  color: #686868;
  padding: 5px 0;
/*       height: 30px;
                 line-height: 30px;*/
}
#humanRes .item:nth-last-child(1) {
  border-bottom: 1px solid #e0e1e9;
}
#humanRes .form-box .text {
  text-align: right;
  padding: 5px 20px;
  color: #232323;
  font-size: 14px;
  cursor: pointer;
}
#humanRes .form-box .submit {
  margin-top: 30px;
  width: 100%;
  text-align: center;
}
#humanRes .form-box .submit a {
  width: 100%;
  text-align: center;
  font-size: 13px;
  color: #fff;
  background-color: #4b7ac0;
  border: 1px solid #fff;
  padding: 14px 0;
  display: inline-block;
  font-weight: 500;
  transition: all 0.3s;
}
#humanRes .form-box .code {
  border: 1px solid #ced4da;
  border-left: 0;
  border-radius: 0 0.25rem 0.25em 0;
}
.dialog-box {
  width: 295px;
  height: 233px;
}
.modal {
  top: 25%;
}
.modal-dialog {
  margin: 0 auto;
}
.status-box {
  text-align: center;
  margin: 20px 0 30px 0;
}
.close {
  font-weight: 500;
  border: 0;
}
.modal-title {
  font-size: 16px;
}
.btn .active {
  border: 0;
}
