
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;

  /* background-color: #1A1A1A;
  padding: 0 224px;
  box-sizing: border-box; */

  backdrop-filter: blur(17px);
  border: 1px #fff3;
  border-bottom: 1px solid #ffffff0d;
  border-radius: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 64px;
  padding: 12px 0;
  display: flex;
  background-color: #1b1b1b00;
}

.container {
  border: 1px #fff3;
  /* border-bottom: 1px solid #ffffff0d; */
  border-radius: 0;
  align-items: center;
  width: 1200px;
  height: 100%;
  padding: 12px 0;
  display: flex;
}

.headerL {
  width: 113px;
  height: 27px;
  background-image: url('../img/titleLogo.png?v=202601281053');
  background-size: 100% 100%;
  min-width: 111px;
}

.mrl44 {
  margin-left: 44px;
  margin-right: 44px;
}

.ml44 {
  margin-left: 44px;
}

.mr44 {
  margin-right: 44px;
}

.headerC {
  min-width: 400px;
}

.headerCItem {
  color: #FFFFFF;
  cursor: pointer;

  color: #fff9;
    /* border-bottom: 3px solid #fff0; */
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    transition: color .6s;
    display: flex;
    bottom: -1px;
}

.headerCItemAct {
  /* color: #ff9000; */
      color: #fff;
    font-weight: 600;
}
.headerCItem:hover{
 color: #fff;
}
.headerR {
  /* width: 116px;
  height: 34px;
  background: linear-gradient(117deg, #F66F14 0%, #FDA76D 50%, #F66F14 100%);
  box-shadow: 0px 3px 14px 1px rgba(250, 137, 62, 0.43);
  border-radius: 14px 14px 14px 14px;
  border: 1px solid #BA530E;
  color: #FFFFFF;
  min-width: 116px;
  cursor: pointer; */

width: 116px;
  height: 40px;
  line-height: 40px;
  background-color: #f66f14;
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #ffad75, #f66f1400 79%);
  color: #fff;
  border: 1px solid #ba530e;
  border-radius: 15px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  transition: all .375s, transform .375s cubic-bezier(.175, .885, .32, 1.275);
  display: flex;
  box-shadow: inset 0 2px 5px #0000, inset 0 2px 5px #0000, 0 0 30px #f2935496;

}
.headerR:hover{
      border-color: #f66f14;
    transform: scale(1.04);
    box-shadow: inset 0 6px 5px #fff3, inset 1px -9px 13px #00001757, 0 7px 30px #f6701496;
}

.headerNoLogin,
.headerHeaderName {
  margin-right: 27px;
  color: #CCCCCC;
  cursor: pointer;
  height: 32px;
  background-color: transparent;
}

.headerHeaderName {
  height: 70px;
}

.headerNoLogin:hover {
  /* font-weight: 600;
  background-color: #ffffff0d;
  border-radius: 4px; */
}

.headerHasLogin {
  position: relative;
  height: 64px;
}

.headerHasloginInfoPupop {
  position: absolute;
  top: 70px;
  right: 0;
  width: 320px;
  height: 190px;
  background: #1E1E1E;
  border-radius: 13px 13px 13px 13px;
  border: 1px solid #434343;
  padding: 20px 0;
  display: none;
}

.headerHasLogin:hover .headerHasloginInfoPupop {
  display: flex;
}

.hasPupopTxt {
  color: #000;
  padding: 4px 15px;
  line-height: 24px;

}

.mt-2 {
  margin-top: -2px;
}
.HasloginInfoPupopItem {
  border-bottom: 1px solid #2B2B2B;
  height: 46px;
  padding: 0 20px;
  color: #A8A8A8;

}

.HasloginInfoPupopItem:nth-child(3n) {
  border-bottom: none;
}

.HasloginInfoPupopItemNeedHover:hover {
  background: #272727;
  color: #E1E1E1;
  cursor: pointer;
}
.hasIconItem {
  width: 16px;
  height: 16px;
  margin-right: 15px;
}