.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;
}

/*# sourceMappingURL=pop-up.css.map */
.pop-up-layout2 {
    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-layout2 .pop-up2 {
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -2.973333rem;
        margin-top: -3.733333rem;
        width: 6.946667rem;
        height: 7.533333rem;
        border: 0.023333rem solid #e33325;
        overflow: hidden;
        border-radius: 0.133333rem;
    }

        .pop-up-layout2 .pop-up2 > div {
            position: absolute;
            left: 0;
            top: 0;
            width: 6.646667rem;
            height: 7.533333rem;
            background-color: #fff;
        }

        .pop-up-layout2 .pop-up2 > div p:first-of-type {
            position: absolute;
            left: 0;
            right: 0;
            top: 0.333333rem;
            bottom: 0;
            display: table;
            margin: auto;
            font-size: 0.353333rem;
            color: #e33325;
            width: 100%;
            padding-left: 0.353333rem;
            text-align: left;
        }
        .pop-up-layout2 .pop-up2 > div p:nth-of-type(2) {
            position: absolute;
            left: 0;
            right: 0;
            top: 1.033333rem;
            bottom: 0;
            display: table;
            margin: auto;
            font-size: 0.353333rem;
            line-height: 0.553333rem;
            color: #e33325;
            text-indent: 0.703333rem;
            width: 100%;
            padding-left: 0.353333rem;
            padding-right: 0.353333rem;
            text-align: left;
            width: 6.36rem;
        }
        .pop-up-layout2 .pop-up2 > div p:nth-of-type(3) {
            position: absolute;
            left: 0;
            right: 0;
            top: 4.233333rem;
            bottom: 0;
            display: table;
            margin: auto;
            font-size: 0.453333rem;
            font-weight: bold;
            text-decoration: underline;
            color: #e33325;
            width: 100%;
            padding-left: 0.353333rem;
            text-align: left;
            width: 6.36rem;
            text-indent: 0.703333rem;
        }
        .pop-up-layout2 .pop-up2 > div p:nth-of-type(4) {
            position: absolute;
            left: 0;
            right: 0;
            top: 5.333333rem;
            bottom: 0;
            display: table;
            margin: auto;
            font-size: 0.353333rem;
            color: #e33325;
            width: 100%;
            padding-left: 0.353333rem;
            width: 6.36rem;
            text-align: left;
            text-indent: 0.703333rem;
        }

        .pop-up-layout2 .pop-up2 a {
            display: block;
            float: left;
            height: 1.2rem;
            width: 50%;
            text-align: center;
            line-height: 1.2rem;
            color: #fff;
        }

            .pop-up-layout2 .pop-up2 a:nth-of-type(1) {
                position: absolute;
                left: 0;
                bottom: 0;
                background-color: #4e47eb;
            }

            .pop-up-layout2 .pop-up2 a:last-child {
                position: absolute;
                right: 0;
                bottom: 0;
                background-color: #e33325;
            }

    .pop-up-layout2 .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-layout2 .pop-up_confirm > div {
            position: absolute;
            left: 0;
            top: 0;
            width: 5.946667rem;
            height: 2.933333rem;
        }

            .pop-up-layout2 .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-layout2 .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;
        }
