.wrap{
  width: 1200px;
  margin: 0 auto;
}

.register-top {
  height: 104px;
  margin-left: auto;
  margin-right: auto;
}
.alert-warning{
  position: absolute;
  left: 0;
  text-align: center;
  width: 300px !important;
  height: 48px !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  margin: auto !important;
  color: red;
  z-index: 99999999 !important;
  font-size: 12px !important;
}
.register-logo {
  display: inline-block;
  height: 104px;
  line-height: 104px;
  float: left;
}

.register-wel {
  height: 100%;
  line-height: 104px;
  float: left;
  font-size: 20px;
  margin-left: 31px;
}
.register-wel-line{
  display: inline-block;
  width: 1px;
  height: 45px;
  background: #E3E3E3;
  vertical-align: middle;
  margin-right: 16px;
}
.register-feature {
  height: 104px;
  float: right;
  padding: 0;
}

.register-feature:after {
  content: '';
  display: inline-block;
  clear: both;
}

.feature-item {
  height: 104px;
  line-height: 104px;
  float: left;
  list-style: none;
}
.feature-item-line{
  width: 1px;
  height: 42px;
  float: left;
  list-style: none;
  margin: 33px 27px 0;
  background: #E3E3E3;
}

.feature-item:nth-last-of-type(1) {
  margin-right: 0;
}

.feature-item .last {
  margin-right: 0;
}

.feature-item img {
  display: inline-block;
  vertical-align: middle
}

.feature-item .feature-msg {
  display: inline-block;
  margin-left: 9px;
  vertical-align: middle;
}

.feature-msg span {
  display: block;
  line-height: 22px;
  font-size: 14px;
}
