* {
  padding: 0;
  margin: 0;
}

.header {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  z-index: var(--z-index-navigation);
  background-color: #fff;
  text-align: left;
  overflow: hidden;
}

.header .advert {
  height: 60px;
  width: 100%;
  cursor: pointer;
  background: url(/src/images/header/adver.png);
  background-size: 100% 100%;
  box-sizing: border-box;
  margin-bottom: 15px;
  font-family: "MuktaBold";
  font-weight: bold;
  font-size: 26px;
  color: #ffffff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
}

.header .advert span {
  font-family: "MuktaBold";
  font-weight: bold;
  font-size: 26px;
  color: #ffffff;
  margin: 0 8px;
  line-height: 1.2em;
}

.header .advert .gift {
  position: relative;
  top: 3px;
  width: 63px;
}

.header .advert .money {
  width: 163px;
}

.header .banner {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding-left: 24px;
  margin: auto;
  width: 90%;
  max-width: 1320px;
  height: 76px;
  box-shadow: 0px 4px 25px 0px rgba(198, 198, 198, 0.2);
  border-radius: 16px 16px 16px 16px;
  margin-bottom: 0.4rem;
  overflow: hidden;
}
.header .banner .logo-box {
  display: flex;
  align-items: center;
}

.header .banner .logo {
  height: 1.1875rem;
  min-height: 20px;
}
.menus-wrapper {
  padding-left: 40px;
  display: flex;
  flex: 1;
}
.meuns {
  display: flex;
  align-items: center;
  width: 100%;
}
.el-popover {
  padding: 10px;
  box-shadow: 0px 0px 8px 0px rgba(21, 34, 50, 0.18);
  border-radius: 10px 10px 10px 10px;
  border: none;
}
.meun-item-box {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.meun-item-box hr {
  margin: 10px auto;
  width: 85%;
  background-color: #f5f5f5;
  border: none;
  height: 1px;
}
.meun-item-box .meun-item {
  display: flex;
  align-items: center;
  padding-left: 10px;
  width: 251px;
  height: 40px;
  font-family: "MuktaRegular";
  font-weight: 400;
  font-size: 15px;
  color: #0a0a0a;
}
.meun-item-box .meun-item:hover,
.meun-item-box .meun-item.active {
  background-color: #f5f5f5;
  border-radius: 6px 6px 6px 6px;
}
.meun-item-box .meun-item img {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}
.header .banner .meuns a {
  margin: 0 20px;
  font-family: "MuktaRegular";
  font-weight: 400;
  font-size: 1.125rem;
  color: #0a0a0a;
}

.header .banner .meuns a:hover,
.header .banner .meuns a.active {
  color: #ff9e01;
}

.header .banner .sign-login-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .banner .new_icon {
  display: inline-block;
  width: 41px;
  height: 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  background-image: linear-gradient(to right, #fff, #fff),
    linear-gradient(to bottom, rgba(137, 87, 255, 1), rgba(70, 0, 238, 1));
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  text-align: center;
  line-height: 16px;
  box-sizing: border-box;
}

.header .banner .new_icon span {
  display: inline-block;
  font-family: "MuktaMedium";
  font-weight: 500;
  font-size: 13px;
  line-height: 17px;
  border-radius: 6px;
  background: linear-gradient(90deg, #8957ff 0%, #4600ee 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.header .btn {
  min-width: 5.125rem;
  max-height: 40px;
  box-shadow: 0px 1px 2px 0px rgba(13, 13, 18, 0.06);
  border-radius: 7px 7px 7px 7px;
  background-color: #ffa901;
  border: 1px solid #ffa901;
  font-family: "MuktaRegular";
  font-weight: 400;
  font-size: 1.125rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
  padding: 6px 12px;
  box-sizing: border-box;
}

.header .btn.login-btn:hover {
  background-color: #ff9500;
}

.header .btn.Dashboard {
  margin: auto;
  margin-right: 10px;
}

.header .btn.transparent {
  color: #0a0a0a;
  border: 1px solid #dfe1e6;
  background: #ffffff;
  white-space: nowrap;
}

.header div.wap-btn {
  display: none;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.header .wap-btn span {
  display: block;
  width: 100%;
  height: 4px;
  background: #ffba4b;
  margin: 5px 0;
  border-radius: 2px;
}

.header .right-fixed {
  position: fixed;
  width: 60vw;
  height: 100vh;
  box-sizing: border-box;
  left: 0;
  top: 0;
  z-index: var(--z-index-drawer);
  background-color: #fff;
  box-shadow: 0px 4px 25px 0px rgba(198, 198, 198, 0.2);
  display: none;
}

.header .close {
  width: 100%;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  text-align: left;
  padding: 0 20px;
  margin-top: 20px;
}
.header .wap-logo-box {
  margin: 20px 0;
  display: flex;
  justify-content: center;
}
.header .close .el-icon-close {
  color: #ff9e01;
  font-size: 26px;
  font-weight: 600;
}

.header .right-fixed .menus a {
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding-left: 30px;
  font-weight: 600;
  font-size: 16px;
  color: #130f35;
  margin-bottom: 20px;
}
.header .right-fixed .menus a.active {
  color: #ff9e01;
}
/* --------------------------------------------------------------------------------------------------- */

.header .advert {
  height: 60px;
  width: 100%;
  cursor: pointer;
  background: url(../images/header/pc.png) no-repeat center center,
    linear-gradient(21deg, #603cf4 0%, #efbbf4 100%);
  box-sizing: border-box;
  display: block;
  background-size: auto 100%;
  position: relative;
  margin-bottom: 15px;
}

.header .earn-btn {
  position: absolute;
  background-color: transparent;
  width: 150px;
  height: 45px;
  top: 50%;
  left: calc(50% + 395px);
  border-radius: 30px;
  cursor: pointer;
  transform: translate(-50%, -50%);
}

/* --------------------------------------------------------------------------------------------------- */
.body-dialog-box {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  z-index: var(--z-index-modal);
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dialog-box.watch {
  transform: translateY(0%);
}

.dialog-box {
  position: relative;
  width: 74%;
  max-width: 700px;
  background-color: #fff;
  transform: translateY(100%);
  transition: transform 1s ease;
  background: linear-gradient(21deg, #5f3bf3 0%, #f3bae7 100%);
  border-radius: 20px;
  box-sizing: border-box;
  padding: 2% 3%;
  will-change: transform;
  --titleFSize: 18px;
  --imgWidth: 30px;
  --marginBtm: 20px;
  --iconWidth: 60px;
}

.dialog-box .dialog-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "OPPOSans-Bold";
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  font-size: var(--titleFSize);
  height: 40px;
  margin-bottom: var(--marginBtm);
}

.dialog-box .dialog-header span {
  position: relative;
  left: calc(var(--titleFSize) * -1);
}

.dialog-box .dialog-header .icon_g {
  height: calc(var(--titleFSize) * 2);
  position: relative;
  left: -10px;
}

.dialog-box .dialog-header .close-btn {
  height: 22px;
  cursor: pointer;
}

.dialog-box .dialog-title {
  background-image: url(../images/header/adver_dialog_bagImg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "HarmonyOS Sans-Bold";
  font-weight: bold;
  font-size: calc(var(--titleFSize) * 1.3);
  color: #ffffff;
  position: relative;
  aspect-ratio: 600 / 91;
  max-width: 100%;
  margin-bottom: var(--marginBtm);
}

.dialog-box .dialog-title-span {
  width: 100%;
  text-align: center;
}

.dialog-box .dialog-title span {
  display: inline-block;
  position: relative;
}

.dialog-box .dialog-title div span:nth-child(1) {
  transform: rotate(-3deg);
  top: -3px;
}

.dialog-box .dialog-title div span:nth-child(2) {
  transform: rotate(-1deg);
  top: -5px;
}

.dialog-box .dialog-title div span:nth-child(3) {
  color: #ffc300;
  transform: rotate(3deg);
  top: -4px;
  cursor: pointer;
}

.dialog-box .dialog-title div span:nth-child(4) {
  transform: rotate(5deg);
}

.dialog-box .dialog-body {
  border-radius: 8px;
  background-color: #fff;
  padding: 2% 4%;
  box-sizing: border-box;
  text-align: left;
  margin-bottom: var(--marginBtm);
}

.active-user {
  font-family: "HarmonyOS Sans-Bold";
  font-weight: bold;
  font-size: calc(var(--titleFSize) * 1.2);
  color: #3a0ba9;
  margin-bottom: var(--marginBtm);
}

.active-user img {
  height: calc(var(--titleFSize) * 2);
  margin-right: 5px;
}

.dialog-box .countries {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  position: relative;
  z-index: var(--zIndex1);
}

.dialog-box .countries .country {
  margin: 0 5px;
  box-shadow: 0px 2px 6px 0px rgba(47, 9, 202, 0.2);
  border-radius: 4px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: calc(var(--titleFSize) * 0.85);
  border: 1px solid #d1c4ff;
  width: 92px;
  height: 43px;
  margin-top: 10px;
  position: relative;
}

.dialog-box .countries .country .flag_img:hover {
  height: 70%;
}

.dialog-box .countries .country .flag_img {
  height: 60%;
  transition: height 0.2s ease;
  position: relative;
  transform-origin: center center;
  border: 1px solid #d8d8d8;
  border-radius: 100%;
}

.dialog-box .countries .country.KR img:first-child,
.dialog-box .countries .country.JP img:first-child {
  border: 1px solid #d8d8d8;
  border-radius: 100%;
}

.dialog-box .countries .country span {
  margin: 0 3px;
  position: relative;
  top: 2px;
}

.dialog-box .map {
  position: relative;
  width: 100%;
  margin-top: -8%;
  z-index: var(--zIndex0);
}

.dialog-box .map .map_icon {
  width: 100%;
  height: 100%;
  user-select: none;
  aspect-ratio: 538 / 177;
}

.dialog-box .marks_icon {
  position: absolute;
  transform: translate(-50%, -100%);
  --zoom: 1;
}

.dialog-box .marks_icon:nth-child(1) {
  left: 13%;
  top: 71%;
  zoom: calc(var(--zoom) * 1.2);
}

.dialog-box .marks_icon:nth-child(2) {
  left: 29%;
  top: 79%;
  zoom: calc(var(--zoom) * 1.4);
}

.dialog-box .marks_icon:nth-child(3) {
  left: 46%;
  top: 60%;
}

.dialog-box .marks_icon:nth-child(4) {
  left: 57%;
  top: 88%;
  zoom: calc(var(--zoom) * 1.2);
}

.dialog-box .marks_icon:nth-child(5) {
  left: 73%;
  top: 66%;
  zoom: calc(var(--zoom) * 1.4);
}

.dialog-box .marks_icon:nth-child(6) {
  left: 90%;
  top: 57%;
}

.dialog-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  margin-bottom: var(--marginBtm);
}

.dialog-btn .join-now,
.dialog-btn .est-reve {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1e1f31;
  border-radius: 15px;
  width: 46%;
  font-family: "HK Grotesk-SemiBold";
  font-weight: 600;
  font-size: calc(var(--titleFSize) * 0.8);
  color: #ffffff;
  padding: 2% 0;
  cursor: pointer;
}

.dialog-btn .est-reve {
  color: #7141e3;
  background: #ffffff;
}

.dialog-btn img {
  width: calc(var(--titleFSize) * 1.2);
}

.dialog-tips {
  font-family: "HK Grotesk-Regular";
  font-weight: 400;
  font-size: calc(var(--titleFSize) * 0.8);
  color: #ffffff;
  text-align: left;
  display: flex;
}

.dialog-tips span:nth-child(1) {
  position: relative;
  left: 0;
  color: #ff9d00;
  margin-right: 5px;
}

.dialog-box .moeny_img {
  position: absolute;
  width: var(--iconWidth);
  transform: translate(-50%, -50%);
}

.dialog-box .img_1 {
  left: 0;
  top: 50%;
}

.dialog-box .img_2 {
  top: -10%;
  left: 70%;
  width: calc(var(--iconWidth) * 0.8);
}

.dialog-box .img_3 {
  top: 20%;
  left: 100%;
  width: calc(var(--iconWidth) * 1.1);
}

.dialog-box .img_4 {
  top: 0%;
  left: 40%;
  width: calc(var(--iconWidth) * 1.4);
}

.new_icon {
  display: inline-block;
  width: 41px;
  height: 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  background-image: linear-gradient(to right, #fff, #fff),
    linear-gradient(to bottom, rgba(137, 87, 255, 1), rgba(70, 0, 238, 1));
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  text-align: center;
  line-height: 16px;
  box-sizing: border-box;
}

.new_icon span {
  display: inline-block;
  font-family: "MuktaMedium";
  font-weight: 500;
  font-size: 13px;
  line-height: 17px;
  border-radius: 6px;
  background: linear-gradient(90deg, #8957ff 0%, #4600ee 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
/* --------------------------------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1024px) {
  .header .advert span {
    font-size: 20px;
  }

  .header .advert .gift {
    width: 50px;
  }

  .header .advert .money {
    width: 130px;
  }
}

@media screen and (max-width: 768px) {
  .header .advert {
    background: url(../images/header/small_move.png) no-repeat center center,
      linear-gradient(21deg, #603cf4 0%, #efbbf4 100%);
  }

  .header .earn-btn {
    left: calc(50% + 123px);
    width: 83px;
    height: 31px;
  }

  .header .banner {
    padding: 0 10px;
  }

  .header .banner .sign-login-btn {
    margin: auto;
    margin-right: 10px;
  }

  .header .banner .meuns {
    display: none;
  }

  .header .banner .login-btn {
    display: none;
  }

  .header div.wap-btn {
    display: block;
  }
  .menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: var(--z-index-modal-mask);
    display: none;
  }

  .menu-overlay.show {
    display: block;
  }
  .header .right-fixed {
    display: none;
  }
  .header .right-fixed.active {
    display: block;
  }

  .dialog-box {
    --titleFSize: 11px;
    --imgWidth: 20px;
    --marginBtm: 10px;
    --iconWidth: 40px;
  }

  .dialog-box .dialog-header .close-btn {
    height: 15px;
  }

  .dialog-box .dialog-title {
    background-image: url(../images/header/adver_dialog_bagImg_move.png);
    aspect-ratio: 309 / 69;
  }

  .dialog-box .dialog-title span {
    transform: unset !important;
    top: unset !important;
  }

  .dialog-box .dialog-title-span {
    width: 70%;
  }

  .dialog-box .countries .country {
    width: 48px;
    height: 25px;
    padding: 0 5px;
  }

  .dialog-box .marks_icon {
    --zoom: 0.7;
  }
}

@media screen and (max-width: 400px) {
  .header .advert span {
    font-size: 10.6px;
  }

  .header .advert .gift {
    width: 30.8px;
  }

  .header .advert .money {
    width: 80.8px;
  }
}
