@import '../../common/style/act/button/_button-pc-game-life.scss';

.press-act:not(.press-act--hidden-tip) {
  &.press__cover {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .7);
    z-index: 95;
  }

  .press__dialog--qq {
    width: 425px;
    height: 350px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 12px;
    background: linear-gradient(180deg, rgb(219, 211, 255) 0%, rgb(250, 238, 255) 20.41%, rgb(255, 255, 255) 100%);
    box-shadow: 0px .5px 0px rgb(0 0 0 / 25%);
    z-index: 99;
  }

  .press__title {
    margin: 15px 0 0 20px;
    font-size: $font-l;
    color: $color-gray-1;
    text-align: left;
    line-height: 22px;
  }

  .press__content {
    margin-top: 40px;
  }

  .press__box input {
    display: block;
    width: 345px;
    height: 80px;
    box-sizing: border-box;
    padding: 0 10px;
    margin: 0 auto 20px;
    color: $color-gray-1;
    font-size: $font-s;
    text-align: center;
    line-height: 80px;
    border-radius: 4px;
    background: #fff;
  }

  .press__qqtips {
    width: 345px;
    margin: 20px auto 0;
    color: $color-gray-1;
    font-size: $font-s;
    line-height: 22px;
    text-align: left;
  }

  .press__dialog--qq .press__button-wrap {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 15px auto 0;
  }

  .press__button-wrap .press__btn--medium-secondary {
    display: none;
  }

  .press__button-wrap .press__btn--medium-primary {
    display: block;
    width: 130px;
    height: 40px;
    margin: 0 auto;
    font-size: $font-m;
    line-height: 40px;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    background: linear-gradient(90deg, #50abff 0%, #6e61ff 50%, #925fff 100%);
  }

  .press__dialog--qq .press__close {
    width: 40px;
    height: 40px;
    background: url(https://image-1251917893.file.myqcloud.com/TIP_component_style/pc-game-life-img/pop_close.png) no-repeat center;
    background-size: 14px 14px;
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 10;
    cursor: pointer;
  }
}