body {
    background: #000000;
    overflow-x: hidden;
    margin: 0;
}

a {
    text-decoration: none;
}

p {
    margin: 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

[v-cloak] {
    display: none !important;
}

.czfl-page {
    position: relative;
    width: 100%;
    height: 1080px;

    background: url("https://img.youxi290.com/khm/dbfczfl/cz_5.jpg") no-repeat;
    background-size: cover;
    background-position: top center;
}

.top-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.top-header .logo {
    position: absolute;
    top: 34px;
    left: 59px;
    width: 372px;
    height: 109px;

    display: block;

    background: url("https://img.youxi290.com/khm/dbfczfl/cz_6.png") no-repeat;
    background-size: 100% 100%;
}
.top-header .actions {
    position: absolute;
    top: 40px;
    right: 44px;

    display: flex;
    align-items: center;
    gap: 37px;
}
.top-header .actions .btn-box {
    display: flex;
    align-items: center;
    gap: 11px;
}
.top-header .actions .btn-box .icon {
    width: 42px;
    height: 42px;
    background-repeat: no-repeat;
    background-size: contain;
}
.top-header .actions .btn-box .text {
    font-size: 16px;
    line-height: 22px;
    color: #ffe4a9;
    cursor: pointer;
}
.top-header .actions .login-btn .icon {
    background-image: url("https://img.youxi290.com/khm/dbfczfl/cz_1.png");
}
.top-header .actions .home-btn .icon {
    background-image: url("https://img.youxi290.com/khm/dbfczfl/cz_3.png");
}

.center-btns {
    position: absolute;
    width: 100%;
    bottom: 155px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 122px;
}
.center-btns .btn {
    width: 377px;
    height: 133px;
    background: url("https://img.youxi290.com/khm/dbfczfl/cz_4.png") no-repeat;
    background-size: 100% 100%;

    padding-left: 6px;
    box-sizing: border-box;

    font-size: 40px;
    text-align: center;
    line-height: 128px;
    font-weight: bold;
    letter-spacing: 4px;
    color: #ffffff;

    cursor: pointer;
}

.modal-wrapper {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 1000;

    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-wrapper .modal-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}
.modal-wrapper .modal-content {
    position: relative;
    background-color: #ffeed4;
    border-radius: 15px;
    border: solid 3px #985f02;
    box-sizing: border-box;
}

.modal-wrapper .modal-content .close-btn {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 24px;
    height: 24px;
    background: url("https://img.youxi290.com/khm/dbfczfl/cz_2.png") no-repeat;
    background-size: contain;
    cursor: pointer;
}
.modal-wrapper .modal-content .modal-title {
    font-size: 18px;
    line-height: 56px;
    letter-spacing: 1px;
    color: #3b1d04;
    text-align: center;
}

.rules-modal {
    width: 635px;
    /* height: 427px; */
    padding-bottom: 6px;
}
.rules-modal .scroll {
    font-size: 14px;
    line-height: 36px;
    letter-spacing: 1px;
    color: #3b1d04;
    padding: 0 11px;
    box-sizing: border-box;
}

.result-modal {
    width: 480px;
    /* min-height: 210px; */
}
.result-modal .table-box {
    width: 450px;
    /* height: 211px; */
    margin: 0 auto 32px;
    text-align: center;
}
.result-modal .table-header {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #f8e7cc;
}
.result-modal .table-header .row {
    height: 30px;
    background-color: #985f02;
}
.result-modal .table-body {
    /* height: 162px; */
    /* overflow-y: auto; */
    margin-top: 22px;

    display: flex;
    flex-direction: column;
    gap: 14px;

    font-size: 14px;
    line-height: 22px;
    color: #3b1d04;
}
.result-modal .row {
    display: flex;
    align-items: center;
}

.result-modal .col-1 {
    width: 153px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.result-modal .col-2 {
    width: 81px;
    word-break: break-all;
}
.result-modal .col-3 {
    width: 91px;
    word-break: break-all;
}
.result-modal .col-4 {
    flex: 1;
    /* width: 110px; */
}
.result-modal .col-4 .btn {
    width: 72px;
    height: 30px;
    background-color: #985f02;
    cursor: pointer;
    text-align: center;
    margin: 0 auto;

    font-size: 14px;
    line-height: 30px;
    color: #ffeed4;
}
.result-modal .col-4 .btn.received {
    background-color: #b3ab9f;
    cursor: default;
    color: #000000;
}
.result-modal .no-data {
    text-align: center;

    font-size: 18px;
    line-height: 111px;
    letter-spacing: 1px;
    color: #3b1d04;

    padding-bottom: 27px;
}

.receive-tip-modal {
    width: 437px;
    height: 226px;
}
.receive-tip-modal .text {
    height: 140px;
    padding-top: 59px;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #3b1d04;
    text-align: center;
    word-break: break-all;
}
.receive-tip-modal .btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 76px;
    margin-top: 24px;
}
.receive-tip-modal .btns .btn {
    width: 97px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
}
.receive-tip-modal .btns .btn.ok {
    background-color: #985f02;
    color: #ffeed4;
}
.receive-tip-modal .btns .btn.cancel {
    border: solid 1px #985f02;
    color: #985f02;
    line-height: 28px;
}
