.wesf_start_cont {
    position: relative;
    overflow: hidden;
}

.wesf_start_cont::after {
    content: "";
    display: block;
    width: 192px;
    height: 192px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(/static/app_www/base/img/img_circle_in_white.png) right top / cover no-repeat;
    transform: translate(69px, -112px);
}

.wesf_start_wrap {
    padding-top: 150px;
}

.alert_box {
    background-color: #f5f5f5;
    padding: 16px;
    border-radius: 4px;
}

.alert_box .img_wrap {
    display: flex;
    width: 50px;
    margin: 0 auto;
    margin-bottom: 14px;
}

.alert_title {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: var(--sub-color);
    word-break: keep-all;
    line-height: 1.4;
}

.alert_title.strong {
    color: var(--main-color);
}

.btn_group {
    margin-top: 20px;
}