/* 弹窗 */

.flex {
    display: flex;
}

.reg_box {
    height: 620rpx;
    width: 600rpx;
    background: #fff;
    border-radius: 38rpx;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.reg_box_img {
    height: 308rpx;
    width: 600rpx;
}

.reg_box_text {
    height: 156rpx;
    line-height: 156rpx;
    font-size: 32rpx;
    color: #333333;
    font-weight: bold;
    margin-top: 8rpx;
}

.reg_btn {
    height: 76rpx;
    width: 346rpx;
    border-radius: 38rpx;
    line-height: 76rpx;
    text-align: center;
    font-size: 36rpx;
    color: #fff;
    background: linear-gradient(to right, #61c6fa, #41bbfb, #27b2fc);
}

.reg_box_close_box {
    position: absolute;
    top: 0;
    right: 0;
    height: 90rpx;
    width: 86rpx;
    align-items: center;
    justify-content: center;
}

.reg_box_close {
    height: 28rpx;
    width: 28rpx;
}