.press_edit-prizes-wrap {
  margin: 0 auto;
}

.press_edit-prizes {
  min-height: 4.82rem;
  position: relative;
  padding: .32rem;
  box-sizing: border-box;
}

.press_create-game-wrap {
  width: 6.3rem;
  border: 1px solid rgba(252, 252, 252, .6);
  background: linear-gradient(101deg, rgba(238, 239, 241, .9) 15.46%, rgba(252, 252, 252, .9) 86.92%);
  box-shadow: 0 0 6px 0 rgba(83, 71, 134, .18);
  backdrop-filter: blur(2px);
  margin: 0 auto;
}

.press_create-game-wrap-disable {
  width: 100%;
  border: 1px solid rgba(252, 252, 252, .6);
  background: linear-gradient(101deg, rgba(238, 239, 241, .9) 15.46%, rgba(252, 252, 252, .9) 86.92%);
  box-shadow: 0 0 6px 0 rgba(83, 71, 134, .18);
  backdrop-filter: blur(2px);
  margin: 0 auto;
}

// 类型2
.press_edit-prizes-normal {
  width: 6.3rem;
  border: 1px solid rgba(252, 252, 252, .6);
  background: linear-gradient(101deg, rgba(238, 239, 241, .9) 15.46%, rgba(252, 252, 252, .9) 86.92%);
  box-shadow: 0 0 6px 0 rgba(83, 71, 134, .18);
  backdrop-filter: blur(2px);
  margin: 0 auto;
  min-height: 2rem;
  position: relative;
  padding: .32rem;
}

.press_popup-edit-prizes-active {
  min-height: calc(100vh - 3rem);
}

.press_input-box {
  position: absolute;
  top: .32rem;
  display: flex;
  flex-direction: column;
  width: calc(100% - .64rem);
}

.press_input-top {
  top: 1rem;
}

.press_label-box {
  display: flex;
}

.press_label-box-pa-wrap {
  position: absolute;
  top: 0;
  width: 100%;
}

.press_label-box-pa-wrap.press_edit-prize-info-pd {
  position: absolute;
  top: .7rem;
  width: 100%;
}

.press_label-box-mt {
  margin-top: .3rem;
}

.press_prize-text,
.press_prize-name {
  color: #212124;
  font-size: .28rem;
  font-weight: 600;
  margin-right: .16rem;
  width: 1.4rem;
  line-height: .44rem;
  flex-shrink: 0;
}

.press_prize-text {
  width: 4.45rem;
  font-weight: 400;
  margin-right: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: .44rem;
}

.press_prize-text-disable {
  flex: 1;
  font-size: .28rem;
  font-weight: 400;
  margin-right: 0;
  max-width: 4rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: .24rem;
  line-height: .44rem;
}

.press_normal-text {
  color: #212124;
  font-size: .28rem;
  line-height: .44rem;
}

.press_normal-text-disable {
  color: #212124;
  font-size: .28rem;
  line-height: .44rem;
  width: 1.4rem;
}

.press_normal-text-wd {
  color: #212124;
  font-size: .28rem;
  line-height: .44rem;
  flex: 1;
  text-align: right;
  word-break: break-all;
}

.press_normal-text-wd-disable {
  color: #212124;
  font-size: .28rem;
  line-height: .44rem;
  flex: 1;
  word-break: break-all;
  text-align: left;
}

.normal-text-ml {
  margin-left: .14rem;
}

.press_light-text {
  color: #5300c3;
}

.press_common-input-wrap {
  height: .44rem;
  flex: 1;
  padding-bottom: .24rem;
  border-bottom: 1px solid #ebebeb;
  box-sizing: content-box;
}

.press_prize-input-box,
.press_common-input {
  font-size: .28rem;
  color: #212124;
  width: 100%;
  height: .44rem;
  position: relative;

  input {
    display: block;
    height: .44rem;
    flex: 1;
    border: 0;
    background: transparent;
    box-sizing: border-box;
  }

  .uni-input-placeholder {
    position: absolute;
    top: auto;
    left: auto;
    overflow: hidden;
    pointer-events: none;
    line-height: inherit;
    color: rgba(33, 33, 36, .3);
    font-size: .28rem;
  }

  .uni-input-input {
    height: .44rem;
    line-height: .44rem;
    outline: none;
    border: 0 none;
    appearance: none;
    background: transparent;
    color: rgba(33, 33, 36, .3);
    font-size: .28rem;
  }
}

.press_common-input-active {
  width: 4.05rem;
}

.press_common-pr-wrap {
  position: relative;
  top: 0;
}

.press_edit-prize-info {
  width: 100%;
  padding-top: .92rem;
  display: flex;
  align-items: center;
}

.press_edit-prize-info-pd {
  padding-top: .2rem;
}

.press_auto-edit-prize-info-pd {
  padding-top: 1.82rem;
}

.press_edit-prize-info-disable {
  width: 100%;
  display: flex;
  align-items: center;
}

.press_edit-prize-detail {
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: .4rem;
}

.press_prize-box {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  margin-bottom: .4rem;
}

.press_prize-box-disable {
  display: flex;
  width: 100%;
  position: relative;
  margin-bottom: .4rem;
}

.icon-exchange {
  color: #5300c3;
  font-size: .24rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  flex-shrink: 0;
}

::v-deep .press_prize-detail {
  width: 100%;
  display: flex;

  .press_prize-img-wrap {
    position: relative;
    width: 1.4rem;
    height: 1.4rem;
    flex-shrink: 0;
    margin-right: .16rem;

    .press_prize-img {
      width: 1.4rem;
      height: 1.4rem;
      object-fit: cover;
    }

    // #ifdef MP-WEIXIN || MP-QQ
    image {
      width: 1.4rem;
      height: 1.4rem;
      object-fit: cover;
    }

    // #endif

    .press_prize-edit-icon {
      width: .4rem;
      height: .4rem;
      background: url(https://image-1251917893.file.myqcloud.com/gp-match-h5/img/selfmatch/edit-icon.png) no-repeat;
      background-size: 100%;
      position: absolute;
      bottom: 0;
      right: 0;
    }
  }

  .press_prize-num-box {
    width: 100%;
  }

  .press_prize-part-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .press_prize-part-box-disable {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .press_price-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: .38rem;
  }

}

// #ifndef H5
::v-deep .press_edit-prize-detail {
  .press-upload {
    position: relative;
    width: 1.4rem;
    height: 1.4rem;
    flex-shrink: 0;
    margin-right: .16rem;

    image {
      width: 1.4rem;
      height: 1.4rem;
      object-fit: cover;
    }

    .press_prize-edit-icon {
      width: .4rem;
      height: .4rem;
      background: url(https://image-1251917893.file.myqcloud.com/gp-match-h5/img/selfmatch/edit-icon.png) no-repeat;
      background-size: 100%;
      position: absolute;
      bottom: 0;
      right: 0;
    }
  }

}

// #endif

.press_prize-num-type-box {
  margin-bottom: .38rem;
  display: flex;
  align-items: center;
  justify-content: space-between;

  .press_tab-box {
    .press_tab {
      display: inline-block;
      width: 1rem;
      height: .5rem;
      line-height: .5rem;
      text-align: center;
      border: 1px solid #f3b937;
      color: #212124;
      font-size: .22rem;
      font-family: 'PEACE';
      background: #fff;
    }

    .press_tab-on {
      background: url(https://image-1251917893.file.myqcloud.com/tip-project/pubg/pubg-match/bg-btn-112.png) no-repeat;
      background-size: 100% 100%;
    }
  }
}

.press_switch-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: .32rem;
}

.press_setting-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: .34rem;

  .icon-back {
    width: .32rem;
    height: .32rem;
    line-height: .32rem;
    font-size: .24rem;
    transform: rotate(180deg);
    flex-shrink: 0;
  }
}

// 加减
::v-deep .press_vert-input {
  font-size: .28rem;
  color: #9299c6;
  width: 100%;
  height: .44rem;
  position: relative;
  width: .88rem;
  text-align: center;

  input {
    display: block;
    height: .44rem;
    flex: 1;
    border: 0;
    background: rgba(33, 33, 36, .05);
    box-sizing: border-box;
  }

  .uni-input-placeholder {
    position: absolute;
    top: auto;
    left: auto;
    overflow: hidden;
    pointer-events: none;
    line-height: inherit;
    color: #9299c6;
    font-size: .28rem;
  }

  .uni-input-input {
    height: .44rem;
    line-height: .44rem;
    outline: none;
    border: 0 none;
    appearance: none;
    background: rgba(33, 33, 36, .05);
    color: #9299c6;
    font-size: .28rem;
  }
}

.press_change-score-box {
  display: flex;
  align-items: center;

  .press_score-add-btn,
  .press_score-sub-btn {
    width: .44rem;
    height: .44rem;
    background-color: #161725;
    position: relative;

    &::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: .22rem;
      height: .0454rem;
      background-color: #fff;
    }
  }

  .press_score-add-btn {
    &::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: .22rem;
      height: .0454rem;
      background-color: #fff;
    }

    &::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: .0454rem;
      height: .22rem;
      background-color: #fff;
    }

  }

  .press_score-btn-active {
    opacity: .3;
  }
}

.press_common-input-bline {
  padding-bottom: .24rem;
  border-bottom: 1px solid #ebebeb;
  box-sizing: content-box;
}

.press_common-input-nline {
  padding-bottom: 0;
  border-bottom: 0;
  box-sizing: border-box;
}

.press_icon-text-box {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-left: .2rem;

  .press_icon-prize {
    width: .32rem;
    height: .32rem;
    background: url(https://image-1251917893.file.myqcloud.com/tip-project/pubg/pubg-match/icon-prize-purple.png) no-repeat;
    background-size: 100% 100%;
  }

  .press_icon-text {
    color: #5300c3;
    font-size: .28rem;
    line-height: .36rem;
  }

  .press_icon-text-ml {
    margin-left: .08rem;
  }
}

// 确定按钮
.press-popup__confirm {
  width: 1.12rem;
  height: .5rem;
  line-height: .5rem;
  margin: .24rem auto;
  font-size: .22rem;
  color: #212124;
  font-family: 'MStiffHeiPRC';
  text-align: center;
  background: url(https://image-1251917893.file.myqcloud.com/tip-project/pubg/pubg-match/bg-btn-112.png) no-repeat center / 100% 100%;
}

// 标签
.press_tag-box {
  min-width: .92rem;
  height: .3rem;
  line-height: .3rem;
  font-family: 'PEACE';
  font-size: .2rem;
  color: #2e3438;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fc0;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 20% 100%);
  padding-left: .25rem;
  padding-right: .05rem;
  box-sizing: border-box;
}