.comm_pop {
  display: block !important;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0%;
  margin: 0 auto;
  z-index: -9999;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: all 0.3s;
  background: rgba(0, 0, 0, 0.8);
  --popFamily: "Open Sans", Arial, "Microsoft Yahei", sans-serif
}

.comm_pop.comm-on,
.comm_pop.comm_on {
  z-index: 9999;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: all 0.3s
}

.comm_pop .pop_container {
  position: fixed;
  text-align: center;
  box-sizing: border-box;
  margin: auto;
  z-index: 100000;
  transition: all 0.5s;
  background: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  display: flex !important;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 0px;
  width: 952px;
  height: 540px;
  background: url(../images/giveaway/pop_bg.webp) center center no-repeat
}

.comm_pop .comm_close {
  position: absolute;
  top: 30%;
  right: 16px;
  z-index: 9;
  width: 24px;
  height: 24px;
  cursor: pointer;
  opacity: 0.8
}

.comm_pop .comm_close.close_line {
  top: 48px;
  right: 16px;
  width: 20px;
  height: 20px;
  text-indent: 0;
  opacity: 1
}

.comm_pop .comm_close.close_line::before,
.comm_pop .comm_close.close_line::after {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  left: 0px;
  width: 20px;
  height: 3px;
  background: #686868;
  transform: rotate(45deg);
  border-radius: 9999px
}

.comm_pop .comm_close.close_line::after {
  transform: rotate(-45deg)
}

.comm_pop .comm_close.close_line:hover {
  opacity: 1
}

.comm_pop .comm_close.close_line:hover::before,
.comm_pop .comm_close.close_line:hover::after {
  background: #000
}

.comm_pop .comm_close svg {
  display: block;
  pointer-events: none;
  width: inherit;
  height: inherit;
  fill: #fff
}

.comm_pop .comm_close:hover {
  opacity: 1
}

.comm_pop .comm_pic {
  position: absolute;
  inset: 0px;
  box-sizing: border-box;
  padding: 0px;
  border: none;
  margin: auto;
  display: block;
  width: 0px;
  height: 0px;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  object-fit: cover
}

.comm_pop .pop_inner {
  position: relative;
  z-index: 1;
  padding: 40px;
  padding-right: 0px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 0px
}

.comm_pop .pop_left {
  position: relative;
  text-align: left;
  flex: 1 1 0
}

.comm_pop .pop_right {
  position: relative;
  text-align: center;
  padding: 0 20px;
  flex: 1 1 0
}

.comm_pop .pop_title {
  padding: 0;
  margin: 0;
  font: 700 28px/1.5 var(--popFamily);
  color: #FFF
}

.comm_pop .pop_desc {
  padding: 0;
  margin: 0;
  font: 600 18px/1.5 var(--popFamily);
  color: #FFF
}

.comm_pop .down_btn {
  display: inline-block;
  padding: 0;
  margin: 0;
  opacity: 1;
  cursor: pointer
}

.comm_pop .down_btn.down_link {
  font: normal normal 600 14px/1.5 var(--popFamily);
  color: #2491FF;
  text-decoration: underline
}

.comm_pop .down_btn.down_link:hover {
  opacity: 1;
  color: #0884ff;
  text-decoration: underline
}

.comm_pop .pop_step {
  margin: 25px 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 20px
}

.comm_pop .pop_step .step_item {
  padding: 0;
  margin: 0
}

.comm_pop .pop_step .step_title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  font: 700 18px/1.5 var(--popFamily);
  color: #FFF
}

.comm_pop .pop_step .step_title::before {
  content: attr(data-text);
  display: block;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 37px;
  height: 32px;
  font: inherit;
  color: inherit;
  background: url(../images/giveaway/pop_step_tag.png) center center no-repeat
}

.comm_pop .pop_step .step_title b,
.comm_pop .pop_step .step_title span {
  display: block;
  font: inherit;
  color: inherit
}

.comm_pop .pop_step .step_desc {
  padding: 5px 0 0;
  font: 400 14px/1.5 var(--popFamily);
  color: #EEE
}

.comm_pop .pop_terms {
  padding: 0;
  margin: 0
}

.comm_pop .pop_terms dt {
  padding: 0 0 5px;
  font: 700 16px/1.5 var(--popFamily);
  color: #DDD
}

.comm_pop .pop_terms dd {
  font: 400 14px/1.6 var(--popFamily);
  color: #DDD
}

.comm_pop .time_title {
  padding: 48px 0 6px;
  font-size: 28px;
  text-align: center;
  color: yellow;
  font-weight: bold;
}



.comm_pop .time_box {
  padding: 0;
  margin: 0;
  font: 400 16px/1.5 var(--popFamily);
  color: #FFF
}

.comm_pop .time_box b,
.comm_pop .time_box em,
.comm_pop .time_box span {
  display: inline-block;
  font: inherit;
  color: inherit
}

.comm_pop .pop_row {
  padding: 0;
  margin: 34px auto 14px;
  position: relative;
  z-index: 1;
  text-align: center;
  box-sizing: border-box
}

.comm_pop .pop_input {
  display: inline-block;
  width: 362px;
  height: 60px;
  padding: 10px 20px;
  font: normal normal 400 14px/1.5 var(--popFamily);
  color: #000;
  background: #FFF;
  border: 0;
  border-radius: 9999px;
  outline: 0;
  text-indent: 0px;
  transition: all .3s ease-in-out;
  text-align: center;
  box-sizing: border-box
}

.comm_pop .pop_input:focus,
.comm_pop .pop_input:active {
  color: #000;
  background: #fff
}

.comm_pop .pop_label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px 15px;
  background: none;
  border-radius: 9999px;
  transition: all .3s ease-in-out;
  font: normal normal normal 14px/1.5 var(--popFamily);
  color: #B0B0B0;
  box-sizing: border-box
}

.comm_pop .group_tips {
  padding: 0;
  margin: 0;
  font: 400 14px/1.5 var(--popFamily);
  color: #989898
}

.comm_pop .comm_pop_btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  margin: 28px auto 10px;
  min-width: 262px;
  max-width: 90%;
  height: 56px;
  color: #FFF;
  cursor: pointer;
  font: 600 18px/1.5 var(--popFamily);
  text-decoration: none;
  background: transparent linear-gradient(180deg, #F04419 0%, #9E0000 100%) 0% 0% no-repeat padding-box;
  border-radius: 8px;
  transform-style: preserve-3d;
  opacity: 1
}

.comm_pop .comm_pop_btn::before {
  content: '';
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: calc(100% + 4px);
  border-radius: inherit;
  transform: translateZ(-1px);
  background: transparent linear-gradient(102deg, #E53B15 0%, #FFD3CE 39%, red 100%) 0% 0% no-repeat padding-box
}

.comm_pop .comm_pop_btn:hover {
  opacity: 1;
  text-decoration: none;
  color: #FFF;
  background: transparent linear-gradient(180deg, #9E0000 0%, #F04419 100%) 0% 0% no-repeat padding-box
}

.comm_pop .verify_text {
  padding: 4px 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: transparent linear-gradient(90deg, transparent 0%, #000 19%, #000 52%, #000 83%, transparent 100%) 0% 0% no-repeat padding-box;
  font: 400 14px/1.5 var(--popFamily);
  color: #62E400
}

.comm_pop .verify_error {
  color: #F44E41
}

.comm_pop .pop_note {
  padding: 20px 0;
  margin: 0;
  font: 400 14px/1.5 var(--popFamily);
  color: #585858
}

.comm_pop .pop_note a {
  font: inherit;
  color: inherit;
  display: inline-block;
  text-decoration: underline
}

.comm_pop .pop_note a:hover {
  color: #b1aeae;
  text-decoration: underline
}

@media (max-width: 1000px) {
  .comm_pop .pop_container {
    display: inline-flex !important;
    padding: 30px 10px;
    width: calc(100% - 20px);
    height: max-content;
    background: url(../images/giveaway/pop_bg_mobile.webp) center center/cover no-repeat;
    align-items: center;
    justify-content: flex-start
  }

  .comm_pop .comm_close.close_line {
    top: 22px;
    right: 22px
  }

  .comm_pop .pop_inner {
    padding: 0px;
    flex-direction: column
  }

  .comm_pop .pop_left {
    order: 2;
    width: 100%
  }

  .comm_pop .pop_right {
    order: 1;
    padding: 0px;
    width: 100%
  }

  .comm_pop .pop_title {
    display: none
  }

  .comm_pop .pop_desc {
    font-size: 14px
  }

  .comm_pop .pop_step {
    margin: 10px 0;
    gap: 15px
  }

  .comm_pop .pop_step .step_item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px
  }

  .comm_pop .pop_step .step_title b,
  .comm_pop .pop_step .step_title span {
    display: none
  }

  .comm_pop .pop_step .step_desc {
    padding: 0
  }

  .comm_pop .pop_terms {
    padding-top: 12px
  }

  .comm_pop .time_title {
    padding: 18px 0 6px
  }

  .comm_pop .time_title>img {
    width: 216px;
    max-width: none;
    height: auto
  }

  .comm_pop .time_box {
    font-size: 12px
  }

  .comm_pop .pop_row {
    padding: 0;
    margin: 14px auto 8px
  }

  .comm_pop .pop_input {
    display: inline-block;
    width: 80%;
    height: 40px
  }

  .comm_pop .group_tips {
    font-size: 12px
  }

  .comm_pop .comm_pop_btn {
    margin: 10px auto 6px;
    min-width: 230px;
    max-width: 90%;
    height: 40px;
    color: #FFF;
    font-size: 14px
  }

  .comm_pop .verify_text {
    padding: 0;
    background: none;
    font-size: 12px
  }

  .comm_pop .pop_note {
    display: none
  }
}