@mixin flex-content($align:center, $justify:space-between) {
  display: flex;
  flex-direction: column;
  align-items: $align;
  justify-content: $justify;
}

.press-role {
  &__main {
    padding-bottom: .48rem;
    padding-top: .2rem;
  }

  &__list {
    padding: 0;
  }

  &__item {
    width: auto;
    height: 1.58rem;
    position: relative;
    padding: 0 .36rem;
    margin: 0 auto .2rem;
    margin: 0 .4rem .2rem !important;

    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: 0;
    border-radius: 1px;
    background: linear-gradient(100.56deg, rgba(238, 239, 241, .8) 15.46%, rgba(252, 252, 252, .8) 86.92%);
    border: .02rem solid rgba(252, 252, 252, .6);
    box-shadow: 0 0 .2rem rgba($color: #c4c1cd, $alpha: .77);
    box-sizing: border-box;
  
    &::after {
      content: '';
      position: absolute;
      background: url(https://image-1251917893.file.myqcloud.com/tip-project/pubg/pubg-match/user-decoration.png) center top;
      background-size: cover;
      background-repeat: no-repeat;
      width: 1.36rem;
      height: .6rem;
      right: .16rem;
      bottom: 0;
    }
  }



  &__item-left {
    width: auto;
    height: .96rem;
    flex: 1;
    display: flex;
    justify-content: flex-start;
  
    image {
      width: .96rem;
      height: .96rem;
    }
  }

  &__item-item {
    flex: 1;
    max-width: 3rem;
  }


  &__item-head {
    border-radius: .48rem;
    width: .96rem;
    height: .96rem;
    display: block;
    margin-right: .2rem;
  }
  
  &__item-desc {
    .span {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-direction: row;
      padding: 0 .14rem;
      margin-right: .12rem;
      line-height: .4rem;
      font-size: .2rem;
      display: inline-block;
      background: rgba(33, 33, 36, .1);
      color: rgba(33, 33, 36, .75);
    }
  }

  &__item-title {
    height: .4rem;
    margin-bottom: .14rem;
    font-size: .28rem;
    line-height: .4rem;
    color: #212124;
	
    .p {
      max-width: 3rem;
      margin-right: .08rem;
    }
	
    i {
      margin-right: .08rem;
    }
  }

  &__label-present {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: .24rem;
    color: #eb7a30;
    line-height: .34rem;
    padding: .08rem .18rem;
    background: rgba(235, 123, 48, .2);
    border: .02rem solid rgba(235, 123, 48, .15);

    &:before {
      content: '';
      width: .1rem;
      height: .1rem;
      margin-right: .14rem;
      display: block;
      border-radius: .05rem;
      background: #eb7a30;
    }
  }

  &__tips {
    color: #212124;
    font-size: .24rem;
    line-height: .4rem;
    text-align: center;
    margin-top: .32rem;
  }

  &__confirm-wrap {
    padding: .46rem 1.3rem 0;
  }


  &__button {
    width: 3.36rem;
    margin: 0 auto;
    background: url(https://image-1251917893.file.myqcloud.com/tip-project/pubg/pubg-match/bg-btn-l.png) center top no-repeat;
    background-size: 100% 100%;

    width: 3.96rem;
    height: .72rem;
    font-size: 20px;
    line-height: .72rem;
  
    margin: 0 auto;
    color: #212124;
  
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    align-content: center;
  
    letter-spacing: -.03rem;
    white-space: nowrap;
    overflow: visible;
    word-break: break-all;
    font-family: 'PEACE';
  }
}


