.popup__inner {
    padding: 1.3rem .3rem .2rem;
    width: 6.5rem;
    height: 7rem;
    color: #fff;
    box-sizing: border-box;
    position: relative;
    text-align: left;
    background: url(../images/img_pop_bg.png) no-repeat left top/100% auto;
}

.popup__content {
    line-height: 1.6;
    color:#ffffff;
}

.popup__content .popup__text {
    text-indent: 2em;

}

.popup__footer button {
    display: block;
    width: 4.5rem;
    height: .9rem;
    color: #fff;
    font-size: .4rem;
    font-weight: bold;
    border-radius: 8px;
    margin: .5rem auto;
    background: linear-gradient(175deg, #55bee5, #2054fd);
}

.popup__close {
    position: absolute;
    right: .2rem;
    top: .2rem;
    width: 0.7rem;
    height: 0.7rem;
    background: url(../images/img_close_w.png) no-repeat center/85% auto;
}