body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', system-ui, sans-serif;
    background: #fcf5eb;
}

.primary_font_size {
    font-size: 16px;
}

.word_color {
    color: #25d366;
}

.word_color_1 {
    color: #111b21;
}

.tips_word {
    color: #111b21;
    font-size: 14px;
    opacity: 0.8;
}

.primary_background_color {
    background-color: #25d366;
}

.container {
    padding: 14px 40px;
}

.top {
    height: 80px;
    width: 100%;
}

.top_container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.download_btn {
    border: 1px solid #111b21;
    border-radius: 26px;
    height: 52px;
    min-width: 162px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content_1 {
    display: block;
    flex-grow: 1;
}

.content_1_1 {
    width: 840px;
    padding: 60px 68px;
    border-radius: 25px;
    border: 1px solid black;
    background-color: #fff;

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.content_left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    cursor: pointer;
}

.word_1 {
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 10px;
}

.word_2 {
    font-size: 1.125rem;
    line-height: 21px;
    margin-bottom: 32px;
}

ol {
    list-style-type: decimal;
    margin: 0;
    padding: 0;
}

.custom_ol {
    padding-left: 24px;
    font-size: 1.125rem;
}

ol li {
    line-height: 24px;
}

.li_strong {
    font-weight: 500;
    display: inline-block;
    line-height: 24px;
}

.li_svg_box {
    height: 24px;
    border: 1px solid #d1d7db;
    display: inline-block;
    vertical-align: text-top;
    border-radius: 7px;
    padding: 2px 0;
    background-color: #f7f8fa;
    box-sizing: border-box;
}

.li_svg {
    color: #111b21;
    opacity: 0.7;
}

.margin_top_18 {
    margin-top: 18px;
}

.super_link_1 {
    margin-top: 40px;
    cursor: pointer;
    position: relative;
}

.super_link_2 {
    margin-top: 18px;
    cursor: pointer;
    position: relative;
}

.super_link_1:hover {
    color: #25d366;
}

.super_link_2:hover {
    color: #25d366;
}

.super_svg {
    margin-top: 1px;
    margin-left: 4px;
    position: absolute;
}

.super_svg_1 {
    rotate: 315deg;
}

.custom_underline {
    text-decoration: underline;
    text-decoration-color: #25d366;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

.content_2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    line-height: 18px;
    margin-top: 30px;
}

.content_right {
    margin-left: 32px;
}

.save_login {
    padding-top: 8px;
    padding-left: 5px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
}

.select_box {
    margin-right: 12px;
}

.hidden_input {
    position: absolute;
    width: 1px;
    height: 1px;
}

.input_select_box {
    display: inline-block;
    height: 16px;
    width: 16px;
    border-radius: 2px;
    position: relative;
    cursor: pointer;
    border: 2px solid #25d366;
    background-color: #25d366;
    vertical-align: middle;
}

.selected {
    width: 5px;
    height: 10px;
    left: 4px;
    top: -1px;
    position: absolute;
    animation-name: xh7cyri-B;
    animation-timing-function: ease-out;
    animation-duration: .16s;
    transform: rotate(45deg);
    animation-fill-mode: forwards;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
}

.lang-selector {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 100;
}

.lang-selector select {
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #ddd;
}

#defalt_qr_code {
    width: 264px;
    height: 264px;
    background-color: rgba(0, 0, 0, 0.5);
    
}