ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.common {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background: url(../images/common/back.png) no-repeat center;
  background-size: 100% 100%;
  overflow-y: auto;
}

.common header {
  width: 100%;
  height: 98px;
  background: url(../images/common/topBg.png) no-repeat center;
  background-size: 100% 100%;
}

.common header h3 {
  font-family: PingFangSC-Semibold;
  width: 688px;
  height: 98px;
  font-size: 38px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 98px;
  letter-spacing: 0px;
  color: #ffffff;
  background: url(../images/common/jh.png) no-repeat 60px 26px;
  padding-left: 125px;
  margin: 0 auto;
  float: left;
  text-align: left;
  font-size: 32px;
}

.userName {
  float: right;
  margin: 25px 28px 0 0;
}

.userName /deep/ .ivu-icon {
  display: none;
}

.conmentTop {
  width: 100%;
  height: 72px;
  background-color: #ffffff;
  text-align: left;
  padding: 0 26px;
  line-height: 72px;
}

.formBox {
  float: right;
  margin-top: 16px;
}

/* 表單 */
.personnelForm /deep/ .ivu-form-item .ivu-input,
.personnelForm /deep/ .ivu-select-single .ivu-select-selection .ivu-select-placeholder,
.personnelForm /deep/ .ivu-select-single .ivu-select-selection,
.personnelForm /deep/ .ivu-select-single .ivu-select-selection .ivu-select-selected-value {
  width: 240px !important;
  height: 44px !important;
  line-height: 44px !important;
  background: #f0f2f5;
  margin-left: 12px;
  overflow: hidden;
}

.personnelForm /deep/ .ivu-form-item {
  /* position: relative !important;
  width: 566px;
  margin: 0; */
}

.personnelForm .ivu-form-item {
  position: relative !important;
  /* width: 566px;
  margin: 0 auto 24px; */
}

.personnelForm .ivu-form-item-required .ivu-form-item-label:before {
  position: absolute !important;
  left: 69px !important;
  top: 13px !important;
}

.personnelForm .ivu-form-item .ivu-input,
.personnelForm .ivu-select-single .ivu-select-selection .ivu-select-placeholder,
.personnelForm .ivu-select-single .ivu-select-selection,
.personnelForm .ivu-select-single .ivu-select-selection .ivu-select-selected-value {
  width: 225px !important;
  height: 44px !important;
  line-height: 44px !important;
  background: #f0f2f5;
  margin-left: 12px;
  overflow: hidden;
}
.personnelForm .ivu-form-item .ivu-input,
.personnelForm .ivu-select-multiple .ivu-select-selection .ivu-select-placeholder,
.personnelForm .ivu-select-multiple .ivu-select-selection,
.personnelForm .ivu-select-multiple .ivu-select-selection .ivu-select-selected-value {
  width: 225px !important;
  height: 44px !important;
  line-height: 44px !important;
  background: #f0f2f5;
  margin-left: 12px;
  overflow: hidden;
}

.personnelForm .ivu-btn {
  color: #fff;
  background-color: #2d8cf0;
  border-color: #2d8cf0;
}

.personnelForm .input12 .ivu-input {
  width: 548px !important;
}
