body {
  font-size: 14px;
}
.header {
  background: #005edb;
}
.header .headtop {
  padding: 5px 0;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.75);
  background-color: #202020;
  text-align: center;
}
.header .headtop a {
  margin: 5px auto;
  padding: 8px 13px;
  color: #f9f939;
  display: inline-block;
  background: #2eab6d;
  transition: all 0.4s;
}
.header .headtop a:hover {
  background: #fb316d;
}
.header .headtop a:nth-child(2) {
  background: #fb316d;
  color: #ffffff;
}
.header .headtop a:nth-child(2):hover {
  background: #2eab6d;
}
.header .headtop a:nth-child(3) {
  background: #2eab6d;
}
.header .headtop a:nth-child(3):hover {
  background: #fb316d;
}
.header .headbot {
  max-width: 100%;
  padding: 0 3%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  overflow: visible;
  position: relative;
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.8);
  height: 80px;
  align-items: center;
}
.header .headbot .logo img {
  display: block;
}
.header .headbot .nav {
  flex: 1;
}
.header .headbot .nav ul {
  display: flex;
  margin-left: 30px;
}
.header .headbot .nav ul li {
  padding: 0 20px;
}
.header .headbot .nav ul li a {
  transition: all 0.4s;
}
.header .headbot .nav ul li a:hover {
  color: #ffffff;
  text-shadow: 0 0 10px #000000, 0 0 15px #000000, 0 0 20px #000000, 0 0 30px #000000, 0 0 40px #000000, 0 0 50px #000;
}
.header .headbot .userbar {
  background-color: rgba(0, 0, 0, 0.28);
  border-radius: 50px;
  overflow: hidden;
  display: flex;
}
.header .headbot .userbar a {
  display: block;
  padding: 0 10px 0 15px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 32px;
  font-size: 14px;
  transition: all 0.4s;
}
.header .headbot .userbar a:last-child {
  padding: 0 15px 0 10px;
}
.header .headbot .userbar a:hover {
  background-color: rgba(0, 0, 0, 0.48);
  color: #ffffff;
}
@media (max-width: 1200px) {
  .header .headtop {
    padding: 0;
  }
  .header .headtop a {
    margin: 0;
  }
  .header .headtop a:first-child {
    display: none;
  }
  .header .headtop a:last-child {
    display: none;
  }
  .header .headbot {
    height: 0.88rem;
  }
  .header .headbot .logo img {
    height: 0.5rem;
  }
  .header .headbot .nav {
    display: none;
  }
}
