.my-header[data-v-9d93c4de] {
  width: 100%;
  height: var(--header-height);
  position: fixed;
  top: 0;
  z-index: 998;
  background: var(--layout-background-color);
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.06);
  padding-left: 8px;
}
.my-header .headerDiv[data-v-9d93c4de] {
  width: var(--content-width);
  height: 65%;
  display: flex;
  align-items: center;
  transition: none;
  justify-content: flex-start;
  margin: 0 auto;
}
.my-header .headerDiv .logo[data-v-9d93c4de] {
  color: var(--text-color-shallow);
  white-space: nowrap;
  cursor: pointer;
  opacity: 0;
}
.my-header .headerDiv .iconGroup[data-v-9d93c4de] {
  min-width: 400px;
  height: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 0 -23px 25px;
}
.my-header .headerDiv .iconGroup > a[data-v-9d93c4de] {
  margin-right: 10px;
}
.my-header .headerDiv .iconGroup > a[data-v-9d93c4de]:hover {
  opacity: 0.8;
}
.my-header .headerDiv .iconGroup > .phone[data-v-9d93c4de] {
  margin-left: 10px;
  margin-right: 5px;
}
.my-header .headerDiv .iconGroup > .phoneNum[data-v-9d93c4de] {
  font-size: var(--font-size-small);
  color: #ffffff;
}
.my-header .headerDiv .iconGroup > .webAddress[data-v-9d93c4de] {
  display: flex;
  align-items: center;
  margin-left: 15px;
  text-decoration: none;
}
.my-header .headerDiv .iconGroup > .webAddress > img[data-v-9d93c4de] {
  margin-right: 5px;
}
.my-header .headerDiv .iconGroup > .webAddress > .webAddressText[data-v-9d93c4de] {
  font-size: var(--font-size-small);
  color: #ffffff;
}
.my-header .headerDiv .rightDiv[data-v-9d93c4de] {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
}
.my-header .headerDiv .rightDiv .mySpace[data-v-9d93c4de] {
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  opacity: 0;
}
.my-header .headerDiv .rightDiv .mySpace > img[data-v-9d93c4de] {
  margin-right: 10px;
}
.my-header .headerDiv .rightDiv .mySpace .innerDiv[data-v-9d93c4de] {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #ffffff;
  font-size: var(--font-size-base);
}
.my-header .headerDiv .rightDiv .mySpace .innerDiv .line[data-v-9d93c4de] {
  margin: 0 5px;
}
.my-header .headerDiv .rightDiv .mySpace .innerDiv .loginBtn[data-v-9d93c4de],
.my-header .headerDiv .rightDiv .mySpace .innerDiv .registerBtn[data-v-9d93c4de] {
  font-size: var(--font-size-small);
  cursor: pointer;
  transition: 0.2s all ease-in-out;
}
.my-header .headerDiv .rightDiv .mySpace .innerDiv .loginBtn[data-v-9d93c4de]:hover,
.my-header .headerDiv .rightDiv .mySpace .innerDiv .registerBtn[data-v-9d93c4de]:hover {
  color: var(--primary-color);
  text-decoration: underline;
}
.my-header .headerBottomDiv[data-v-9d93c4de] {
  width: 100%;
  height: 35%;
  background: var(--layout-background-color);
}
.my-header .headerBottomDiv .bottomDiv[data-v-9d93c4de] {
  width: var(--content-width);
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.my-header .headerBottomDiv .bottomDiv .changeDiv[data-v-9d93c4de] {
  width: 250px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  right: 0px;
  top: 0;
}
.my-header .headerBottomDiv .bottomDiv .changeDiv .line[data-v-9d93c4de] {
  width: 1px;
  height: 15px;
  background: #d8d8d8;
}
.my-header .headerBottomDiv .bottomDiv .changeDiv .searchIcon[data-v-9d93c4de] {
  cursor: pointer;
  margin: 0 7px 0 12px;
}
.my-header .headerBottomDiv .bottomDiv .changeDiv .themeChangeComp[data-v-9d93c4de],
.my-header .headerBottomDiv .bottomDiv .changeDiv .fontChangeComp[data-v-9d93c4de] {
  cursor: pointer;
  margin: 5px 7px 0;
}
.my-header #funcIcon_gsap[data-v-9d93c4de] {
  display: none;
  color: #ffffff;
  font-size: var(--font-size-large);
  cursor: pointer;
  width: 50px;
  align-items: center;
  height: 100%;
  margin-left: 10px;
}
.my-header #funcIcon_gsap[data-v-9d93c4de]:hover {
  color: var(--primary-color);
}
[data-v-9d93c4de] .el-dropdown-menu__item {
  width: 200px !important;
}

