.header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 70px;
  background: rgba(0, 0, 0, 1);
  box-sizing: border-box;
  padding: 0 243px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header div {
  cursor: pointer;
}
.header-inner-text-logo {
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0px;
  line-height: 28.96px;
  color: rgba(229, 229, 229, 1);
}
.header-inner-text-index a {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 23.17px;
  color: rgba(255, 195, 0, 1);
  margin-left: 68px;
}
.header-inner-text-market a {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 23.17px;
  color: rgba(229, 229, 229, 1);
  margin-left: 44px;
}
/* header 右侧 */
.header-right {
  position: absolute;
  right: 244px;
  display: flex;
}
.header-right div a {
  /** 文本1 */
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 20.27px;
  color: rgba(166, 166, 166, 1);
  text-align: left;
  vertical-align: top;
}
.header-right div a:first-child {
  margin-right: 24px;
}
.header-login-out {
  width: 77px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  border-radius: 11.5px;
  background: rgba(204, 204, 204, 0);
  border: 1px solid rgba(166, 166, 166, 1);
  font-size: 14px;
  font-weight: 500;
  color: rgba(166, 166, 166, 1);
}
