#nav {
  width: 100%;
  min-width: 1300px;
  height: 72px;
  background: #ffb305;
  /* min-width: 1200px; */
}
.nav-warp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1300px;
  height: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  background-size: 230px 47px;
  /* padding-left: 257px; */
}
.nav-inner {
  float: left;
  height: 72px;
  line-height: 72px;
  font-size: 24px;
  display: flex;
  
}
.nav-inner:hover {
  background: #ffbe4c;
  color: #112553;
}
.nav-inner {
  color: #112553;
  padding: 0 16px;
  font-weight: bold;
  display: inline-block;
}
.nav-r {
  float: right;
  height: 70px;
  line-height: 70px;
  background-size: 100%;
  padding-right: 170px;
}
.reg {
  padding: 4px 8px;
  border-radius: 4px;
  background: #3755c2;
  color: #fff;
  margin-right: 8px;
}
.log {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 2px 16px;
}
