@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.login-drop-down {
  background-color: #fff;
  z-index: 200;
  border: 1px solid #e4e7ed;
  font-size: 12px;
  line-height: 20px;
  min-width: 10px;
  overflow-wrap: break-word;
  visibility: visible;
  border-radius: 4px;
  width: 100px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
  display: none;
  -webkit-animation: fade-in 0.8s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in 0.8s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  padding: 8px 0;
}
.login-drop-down .tooltip-btn {
  display: block;
  cursor: pointer;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  text-align: center;
}
.login-drop-down .tooltip-btn:hover {
  color: #3F7FFF;
  background-color: #EBF2FF;
}
.login-drop-down .arrow {
  position: absolute;
  left: 48px;
  top: -5px;
  width: 10px;
  height: 10px;
  z-index: -1;
  border-bottom-color: transparent !important;
  border-right-color: transparent !important;
  border-top-left-radius: 2px;
}
.login-drop-down .arrow:before {
  position: absolute;
  width: 10px;
  height: 10px;
  z-index: -1;
  content: " ";
  transform: rotate(45deg);
  box-sizing: border-box;
  right: 0;
  border: 1px solid #e4e7ed;
  background: #fff;
  border-bottom-color: transparent !important;
  border-right-color: transparent !important;
}
.header {
  width: 100%;
  background-color: #fff;
  height: 60px;
}
.header .header-inner {
  width: 1200px;
  margin: 0 auto;
  height: 60px;
}
.header .header-inner .header-inner-logo {
  float: left;
  width: 278px;
  height: 48px;
  background: url("https://zhaopinshou-oss.oss-cn-qingdao.aliyuncs.com/website/logo2x.png") no-repeat 0 0 / 278px 48px;
  margin-top: 6px;
}
.header .header-inner .header-inner-right {
  float: right;
  height: 60px;
}
.header .header-inner .header-inner-right:after {
  content: "";
  display: block;
  clear: both;
}
.header .header-inner .header-inner-right .right-item {
  display: inline-block;
  overflow: hidden;
  margin-top: 20px;
  margin-left: 16px;
  cursor: pointer;
  user-select: none;
}
.header .header-inner .header-inner-right .right-item.download-app {
  margin-right: 24px;
}
.header .header-inner .header-inner-right .right-item.download-app:before {
  content: "";
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  background: url("https://zhaopinshou-oss.oss-cn-qingdao.aliyuncs.com/website/downloadapp-icon.png") no-repeat center center / 16px 16px;
  margin-right: 6px;
}
.header .header-inner .header-inner-right .right-item .right-item-text {
  float: left;
  display: inline-block;
  line-height: 20px;
  height: 20px;
}
.header .header-inner .header-inner-right .login-user {
  display: inline-block;
  vertical-align: top;
  margin-top: 14px;
  position: relative;
  user-select: none;
  cursor: pointer;
}
.header .header-inner .header-inner-right .login-user.menu-open .arrow {
  transform: rotate(180deg);
}
.header .header-inner .header-inner-right .login-user:after {
  content: "";
  display: block;
  clear: both;
}
.header .header-inner .header-inner-right .login-user .avatar {
  width: 32px;
  height: 32px;
  box-sizing: border-box;
  border-radius: 16px;
  border: 1px solid #DCDFE6;
  overflow: hidden;
  vertical-align: top;
  margin-left: 16px;
  float: left;
}
.header .header-inner .header-inner-right .login-user .avatar img {
  display: block;
  width: 32px;
  height: 32px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.header .header-inner .header-inner-right .login-user .username {
  float: left;
  line-height: 22px;
  color: #46485B;
  font-size: 14px;
  padding-left: 8px;
  padding-top: 5px;
}
.header .header-inner .header-inner-right .login-user .arrow {
  float: left;
  width: 12px;
  height: 12px;
  margin: 10px 0 0 4px;
  background: url("https://zhaopinshou-oss.oss-cn-qingdao.aliyuncs.com/website/header-down-arrow.png") no-repeat center center / 12px 12px;
  transform: rotate(0deg);
  transition: transform 0.2s linear;
}
.header .header-inner .header-inner-right .login-btn {
  display: inline-block;
  vertical-align: top;
  margin-left: 40px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 20px;
  padding: 10px 24px;
  background: linear-gradient(270deg, #73B6FF 0%, #3F7FFF 100%);
  border-radius: 8px;
  cursor: pointer;
  margin-top: 10px;
}
/*# sourceMappingURL=header.css.map */