/* 声明字体图标 这里一定要注意路径的变化 */
/* @font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?tomleg');
  src: url('../fonts/icomoon.eot?tomleg#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?tomleg') format('truetype'),
    url('../fonts/icomoon.woff?tomleg') format('woff'),
    url('../fonts/icomoon.svg?tomleg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
} */
/* 版心 */
.w {
  width: 1200px;
  margin: 0 auto;
}
.header {
  height: 80px;
  width: 100%;
  font-size: 16px;
  /* overflow: hidden; */
}
.header .header-inner {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.header .header-logo {
  margin-left: 40px;
  margin-right: 93px;
}
.header-logo a {
  display: block;
  width: 178px;
  height: 30px;
  background: url(../images/logo.png) no-repeat;
  /* font-size: 0;京东的做法*/
  /* 淘宝的做法让文字隐藏 */
  text-indent: -9999px;
  overflow: hidden;
}
.header .header-nav {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  min-width: 670px;
}
.header-nav ul {
  display: flex;
  align-items: center;
  height: 80px;
  line-height: 80px;
}
.header-nav ul li {
  margin-right: 52px;
  color: #202033;
  font-size: 16px;
  box-sizing: border-box;
}

.header-nav ul li:hover {
  border-top: 3px solid #4b48d9;
}
/* .header-nav ul li a {
  color: #202033;
} */
.dropdown-container {
  position: absolute;
  top: 80px;
  left: 0;
}
.header-login {
  width: 108px;
  height: 44px;
  line-height: 44px;
  background: #4b48d9;
  border-radius: 22px;
  text-align: center;
  margin: 0 126px 0 auto;
}
.header-login div {
  color: #fff;
}

.footer-linker {
  color: #fff;
}
.footer-linker:hover {
  color: #fff;
}
