.popwrap {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    position: absolute;
    top: 0;
    left: 0;
}

.popcontent {
    width: 441px;
    height: 499px;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.big_poptip {
    width: 100%;
    height: 100%;
}

.close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 18px;
    height: 18px;
}

.inner_content {
    position: absolute;
    top: 272px;
    width: 100%;
}

.text_tip {
    margin-bottom: 59px;
}

.text_tip p {
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    color: #000;
    font-family: Adobe Heiti Std R, Adobe Heiti Std R-R;
}

.text_tip>p:first-child {
    margin-bottom: 17px;
}

.tip_btn {
    text-align: center;
    font-weight: 400;
    color: #236aff;
}

.tip_btn button {
    width: 280px;
    height: 48px;
    opacity: 1;
    background: #236aff;
    border-radius: 7px;
    color: #fff;
    font-size: 20px;
    font-family: Adobe Heiti Std R, Adobe Heiti Std R-R;
    margin-bottom: 10px;
}