.press_award-way {
  min-height: 6rem;

  .press_award-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #ededed;
    padding-bottom: .06rem;

    .press_tab {
      height: .52rem;
      line-height: .52rem;
      color: #212124;
      text-align: center;
      font-size: .24rem;
      position: relative;
      margin-right: 1.49rem;

      &:last-child {
        margin-right: 0;
      }
    }

    .press_tab-on {
      color: #5300c3;
      font-size: .28rem;

      &::after {
        content: '';
        position: absolute;
        top: .52rem;
        left: 50%;
        transform: translateX(-50%);
        // width: 1.4rem;
        height: .06rem;
        background: linear-gradient(90deg, #5300c3 0%, #5e2eff 100%);
        width: 100%;
      }
    }
  }
}

.press_choose-list {
  margin-top: .32rem;
}

.press_choose-item {
  display: flex;
  align-items: center;
  margin: 0 .46rem;
  padding: .24rem .32rem;
  border: 1px solid rgba(252, 252, 252, .60);
  background: linear-gradient(101deg, rgba(238, 239, 241, .90) 15.46%, rgba(252, 252, 252, .90) 86.92%);
  box-shadow: 0 0 .2rem 0 rgba(83, 71, 134, .38);
  box-sizing: border-box;

  &+.press_choose-item {
    margin-top: .24rem;
  }

  &:last-child {
    margin-bottom: .24rem;
  }
}

.press_choose-content{

}

.press_choose-name {
  font-size: .28rem;
  color: #212124;
  font-weight: 600;
  margin-right: .16rem;
}

// 新增
.press_choose-name-wrap {
  display: flex;
  align-items: center;

  .press-tag--primary {
    font-size: .2rem;
  }
}

::v-deep .press_choose-des {
  width: 5.2rem;
  font-size: .24rem;
  color: rgba(33, 33, 36, .60);
  line-height: .4rem;

  .press_light {
    display: inline;
    color: #5300c3;
  }

  .press_edit {
    display: inline-flex;
    align-items: center;
    color: #5300c3;
  }

  .icon-back {
    margin-left: .04rem;
    font-size: .2rem;
    color: #5300c3;
    transform: rotate(180deg);
  }
}

.press_checkbox-mr {
  margin-right: .32rem;
}

.press_checkbox {
  width: .4rem;
  height: .4rem;
  background-image: url(https://image-1251917893.file.myqcloud.com/tip-project/pubg/pubg-match/horizon/dialog-checkbox.png);
  background-size: 100%;
  background-repeat: no-repeat;
  flex-shrink: 0;

  &.press_checked {
    background-image: url(https://image-1251917893.file.myqcloud.com/tip-project/pubg/pubg-match/horizon/checkbox-checked.png);
  }
}

// 确定按钮
.normal-right-btn {
  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%;
}