.pop-up-layout {
  position: fixed;
  top: 0;
  max-width: 10rem;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background:rgba(255,255,255,0.8);
  z-index:9999;
}

    .pop-up-layout .pop-up {
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -2.973333rem;
        margin-top: -3.733333rem;
        width: 5.946667rem;
        height: 3.733333rem;
        border: 0.023333rem solid #e33325;
        overflow: hidden;
        border-radius: 0.133333rem;
    }

    .pop-up-layout .pop-up > div {
        position: absolute;
        left: 0;
        top: 0;
        width: 5.946667rem;
        height: 2.933333rem;
        background-color: #fff;
    }

        .pop-up-layout .pop-up > div p {
            position: absolute;
            left: 0;
            right: 0;
            top: 1.033333rem;
            bottom: 0;
            display: table;
            margin: auto;
            font-size: 0.353333rem;
            color: #e33325;
            width: 100%;
            text-align: center;
        }

.pop-up-layout .pop-up a {
  display: block;
  float: left;
  height: 0.8rem;
  width: 50%;
  text-align: center;
  line-height: 0.8rem;
  color: #fff;
}

    .pop-up-layout .pop-up a:nth-of-type(1) {
        position: absolute;
        left: 0;
        bottom: 0;
        background-color: #4e47eb;
    }

    .pop-up-layout .pop-up a:last-child {
        position: absolute;
        right: 0;
        bottom: 0;
        background-color: #e33325;
    }

    .pop-up-layout .pop-up_confirm {
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -2.973333rem;
        margin-top: -3.733333rem;
        width: 5.946667rem;
        height: 3.733333rem;
        border: 0.023333rem solid #e33325;
        overflow: hidden;
        border-radius: 0.133333rem;
        background-color: #fff;
    }

.pop-up-layout .pop-up_confirm > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 5.946667rem;
  height: 2.933333rem;
}

    .pop-up-layout .pop-up_confirm > div p {
        position: absolute;
        left: 0;
        right: 0;
        top: 1.033333rem;
        bottom: 0;
        display: table;
        margin: auto;
        font-size: 0.293333rem;
        width: 100%;
        text-align: center;
    }

        .pop-up-layout .pop-up_confirm a {
            display: block;
            position: absolute;
            left: 0;
            bottom: 0;
            height: 0.8rem;
            width: 100%;
            text-align: center;
            line-height: 0.8rem;
            color: #fff;
            background: #e33325;
        }

.hide {
  display: none;
}
