#index {
  background: #F9F9F9;
}
#erp-header {
  border-bottom: 1px solid transparent;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
}
.erp-index-container {
  width: 1200px;
  margin: 0 auto;
}
.erp-tab {
  position: relative;
  width: 100%;
  height: 45px;
  line-height: 45px;
  margin: 40px 0 34px;
  text-align: center;
}
.erp-tab h1 {
  position: relative;
  display: inline-block;
  margin: 0 57px;
  font-size: 32px;
  color: #262626;
  font-weight: 500;
  cursor: pointer;
}
.erp-tab h1.active:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  content: '';
  display: block;
  width: 55px;
  height: 4px;
  background-color: #4063bf;
  margin: auto;
  border-radius: 2px;
}
#brand { display: none }
.erp-deadline {
  position: relative;
  width: 100%;
  height: 188px;
  line-height: 188px;
  background-color: #FFF;
  font-size: 14px;
  color: #8C8C8C;
  text-align: center;
}
.erp-deadline:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #D9D9D9;
  margin: auto;
}
.erp-deadline span {
  position: relative;
  z-index: 9;
  display: inline-block;
  background: #FFF;
  height: 183px;
  padding: 0 5px;
}
