.register_top {
  height: 40px;
  background: #fafafa;
}
.register_top .con {
  width: 1300px;
  margin: 0 auto;
}
.register_top .con p {
  float: right;
  line-height: 40px;
  color: #9c9c9c;
  font-size: 16px;
}
.register_top .con p a {
  color: #9c9c9c;
  font-size: 16px;
}
.register_top .con p i {
  margin: 0 9px;
}
.register_top .con p a:hover {
  color: #204F9F;;
}

