@charset "utf-8";
/*Author: BeiYue*/
/*QQ: 964214970*/
/*Telegram: BeiYue*/
/*==============================================================*/

/* CSS Main */
:root {
    /*全局颜色更改*/
    --bgs: #000000;
    --txt: #ffffff;
    --bai: #ffffff;
    --sc01: #ffc864;
    --sc02: #d31d1b;
    --sc03: #909194;
    --wf0101: #d8a7ee;
    --wf0102: #d8a7ee10;
    --wf0103: #d8a7ee;
    --wf0104: #f1cff8;
    --wf0201: #fdb06b;
    --wf0202: #fdaf6b10;
    --wf0203: #ffa341;
    --wf0204: #ffd890;
    --wf0301: #acedb8;
    --wf0302: #acedb810;
    --wf0303: #99eaa6;
    --wf0304: #c7f0d3;
}

@font-face {
    font-family: 'DianZi';
    src: url('../font/DS-Digital_Normal.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html {
    overflow-x: hidden;
    overflow-y: scroll;
    font-family: 'Microsoft YaHei', 'PingFang SC', 'DianZi', sans-serif;
    font-size: 18px;
    color: var(--txt);
    box-sizing: border-box;
    background-color: var(--bgs);
    background-position: center 0;
    background-size: 100% auto;
}

body {
    margin: 0 auto;
    padding: 0;
}

a {
    color: var(--sc01);
}

img {
    width: auto;
    max-width: 100%;
    height: 100%;
}

.txt_bs01 {
    color: var(--sc01);
}

.txt_bs02 {
    color: var(--sc02);
}

header {
    width: 100%;
    min-height: 900px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.top_bg_01 {
    width: 600px;
    height: 900px;
    background: url(../images/bg_01.png) center 0 no-repeat;
    background-size: 600px 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    padding-left: 45px;
    padding-top: 255px;
    z-index: 1;
}

.top_bg_01 .top_ys01 {
    width: 310px;
    height: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/ico_wifl_bg.png) center 0 no-repeat;
    background-size: 310px 240px;
}

@keyframes DouDong {

    0%,
    100% {
        transform: translateX(0);
        opacity: 1;
    }

    5% {
        transform: translateX(-4px);
        opacity: 0.3;
    }

    10% {
        transform: translateX(4px);
        opacity: 1;
    }

    15% {
        transform: translateX(-4px);
        opacity: 0.3;
    }

    20% {
        transform: translateX(0);
        opacity: 1;
    }
}

.top_ys01 .top_ys01_ico {
    width: 79px;
    height: 73px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 90px;
    margin-left: 20px;
    animation: DouDong 1s infinite;
}

.top_bg_02 {
    width: 600px;
    height: 900px;
    background: url(../images/bg_02.png) center 0 no-repeat;
    background-size: 600px 100%;
    position: absolute;
    top: 0;
    right: 0;
    box-sizing: border-box;
    padding-left: 270px;
    padding-top: 40px;
    z-index: 1;
}

@keyframes SanShuo {

    0%,
    100% {
        filter: brightness(80%);
    }

    50% {
        filter: brightness(150%);
    }
}

.top_bg_02 .top_ys02 {
    width: 262px;
    height: 197px;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: SanShuo 0.3s infinite;
}

.top_txt01 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 32px;
    padding-left: 32px;
    z-index: 2;
}

.top_txt01 h1 {
    font-size: 80px;
    font-weight: bold;
    line-height: 92px;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.9);
}

.top_txt02 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 32px;
    z-index: 2;
}

.top_txt02 h1 {
    font-size: 24px;
    font-weight: 400;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.9);
}

.top_txt02 h1 span {
    font-weight: bold;
}

.top_txt02 h2 {
    font-size: 80px;
    font-weight: bold;
    color: var(--sc01);
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.9);
}

.top_txt03 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: rgba(25, 25, 25, 0.6);
    border: solid 1px #5a5a5a;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 10px 20px;
    margin-bottom: 32px;
    z-index: 2;
}

.top_txt03 dt {
    max-width: 100px;
    max-height: 100px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 4px;
}

.top_txt03 dd {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
}

.top_txt03 dd p {
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 2px;
}

.top_txt03 dd p span {
    font-weight: bold;
}

.top_btn {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

@keyframes SuoFang {

    0%,
    100% {
        transform: scale(1);
        filter: brightness(100%);
    }

    50% {
        transform: scale(0.9);
        filter: brightness(80%);
    }
}

.top_btn a {
    width: 530px;
    height: 80px;
    border-radius: 40px;
    animation: SuoFang 2s infinite;
}

.btn_box {
    background: #950b09;
    border: solid 2px #ffa0a0;
    box-sizing: border-box;
    box-shadow: inset 0px 0px 20px 0px #ff1a1a, 0px 0px 32px 0px #7b0100;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--bai);
    font-weight: bold;
    font-size: 38px;
    z-index: 2;
}

.lx_box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    z-index: 2;
}

.lx_box li {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    gap: 4px;
}

.lx_box li p {
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.9);
}

.lx_box li span {
    max-width: 24px;
    max-height: 24px;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.9);
}

.lx_box li a {
    cursor: pointer;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.9);
}

.lx_box li a:hover {
    color: var(--sc02);
}

/*通用标题--------开始-------------------------------------------------*/
.bt_box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    margin-bottom: 40px;
}

.bt_box i {
    width: auto;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bt_box i:nth-child(1) {
    transform: rotateY(180deg);
}

.bt_box p {
    color: var(--sc01);
    font-weight: bold;
    font-size: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 2px;
}

/*通用标题--------结束-------------------------------------------------*/

/*核心优势--------开始-------------------------------------------------*/
.hexin_box {
    width: 100%;
    background: linear-gradient(0deg, #000000 98%, #1f1d1c 100%);
    padding: 20px 0;
    box-sizing: border-box;
}

.hexin_box .youshi_box {
    width: 1440px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    gap: 30px;
}

.youshi_box .ys_cent {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.youshi_box .ys_bt_box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.youshi_box li {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 20px;
    background: linear-gradient(0deg, #0a0a0a, #181817);
    border: solid 1px #50483a;
    padding: 30px;
}

.youshi_box li i {
    flex-shrink: 0;
    width: 140px;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.youshi_box li h1 {
    font-size: 40px;
    font-weight: bold;
    color: var(--sc01);
    margin-bottom: 10px;
}

.youshi_box li h2 {
    font-size: 24px;
    font-weight: 400;
    color: var(--bai);
    margin-bottom: 20px;
}

.youshi_box li p {
    font-size: 18px;
    color: var(--sc03);
}

/*核心优势--------结束-------------------------------------------------*/

/*游戏大厅--------结束-------------------------------------------------*/
.dating_box {
    width: 1440px;
    padding: 20px;
    padding-bottom: 40px;
    box-sizing: border-box;
    margin: 0 auto;
}

.youxi_box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
    gap: 30px;
}

.youxi_box dl {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.youxi_list dt {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    border-radius: 20px 0 0 20px;
    padding: 20px;
    position: relative;
    box-sizing: border-box;
    gap: 16px;
}

.yx_list_bt .ysbt_bt {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}

.ysbt_bt i {
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ysbt_bt h1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 32px;
    font-weight: bold;
}

.yx_list_bt .ysbt_ms {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
}

.ysbt_ms p {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
}

.wfbt_zz {
    display: block;
    width: 60px;
    height: calc(100% + 2px);
    position: absolute;
    right: -1px;
    top: -1px;
    background: linear-gradient(90deg, #00000000 0%, #000000 80%);
}

.youxi_list dd {
    flex-shrink: 0;
    width: 1092px;
    height: 214px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.yx_list_cent li {
    flex: 1;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.yx_list_cent li i {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.yx_list_cent li p {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    background: #00000090;
}

.wfys01 dt .ysbt_bt h1,
.wfys02 dt .ysbt_bt h1,
.wfys03 dt .ysbt_bt h1 {
    text-decoration: none;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.wfys01 dt {
    border: solid 1px var(--wf0101);
    background: var(--wf0102);
}

.wfys01 dt .ysbt_bt h1 {
    -webkit-mask-image: linear-gradient(to top, var(--wf0103), var(--wf0104));
    background-image: linear-gradient(to top, var(--wf0103), var(--wf0104));
}

.wfys01 dt .ysbt_ms p {
    color: var(--wf0101);
}

.wfys01 .yx_list_cent li {
    border: solid 1px var(--wf0101);
}


.wfys02 dt {
    border: solid 1px var(--wf0201);
    background: var(--wf0202);
}

.wfys02 dt .ysbt_bt h1 {
    -webkit-mask-image: linear-gradient(to top, var(--wf0203), var(--wf0204));
    background-image: linear-gradient(to top, var(--wf0203), var(--wf0204));
}

.wfys02 dt .ysbt_ms p {
    color: var(--wf0201);
}

.wfys02 .yx_list_cent li {
    border: solid 1px var(--wf0201);
}


.wfys03 dt {
    border: solid 1px var(--wf0301);
    background: var(--wf0302);
}

.wfys03 dt .ysbt_bt h1 {
    -webkit-mask-image: linear-gradient(to top, var(--wf0303), var(--wf0304));
    background-image: linear-gradient(to top, var(--wf0303), var(--wf0304));
}

.wfys03 dt .ysbt_ms p {
    color: var(--wf0301);
}

.wfys03 .yx_list_cent li {
    border: solid 1px var(--wf0301);
}

/*游戏大厅--------结束-------------------------------------------------*/

/*限时福利--------开始-------------------------------------------------*/
.xianshi_box {
    padding: 20px;
    background: #111111;
}

.daojishi_box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 30px;
}

.djs_bt {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 20px;
}

@keyframes NaoZhong {

    0%,
    100% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(10deg);
    }

    75% {
        transform: rotate(-10deg);
    }
}

.djs_bt i {
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: NaoZhong 0.2s infinite;
}

.djs_bt h2 {
    font-size: 48px;
    margin-bottom: 4px;
    color: var(--sc01);
}

.djs_sz {
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.djs_sz dl {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.djs_sz dl dt {
    width: 120px;
    height: 88px;
    background: #220707;
    border: solid 1px #c56161;
    border-radius: 14px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.djs_sz dl dt p {
    font-family: 'DianZi', serif;
    font-size: 90px;
    color: var(--sc02);
}

.djs_sz .djs_fg {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    font-size: 90px;
    color: var(--sc02);
    padding-bottom: 50px;
}

.djs_sz dl dd {
    font-size: 36px;
}

.gouzi_box {
    width: 1440px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 30px;
}

.gouzi_box dt {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    background: #19191960;
    border: solid 1px #989898;
    border-radius: 20px;
    padding: 58px;
    padding-top: 12px;
    padding-bottom: 20px;
    gap: 10px;
}

.gouzi_box dt p {
    font-size: 24px;
}

.gouzi_box dt p span {
    font-weight: bold;
}

.gouzi_box dt p .txt_d {
    font-size: 44px;
    color: var(--sc02);
}

.gouzi_box dd {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
}

.gouzi_box dd .qb_box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.qb_box i {
    width: 44px;
    height: 44px;
}

.qb_box h2 {
    font-size: 38px;
    color: var(--sc01);
}

.gouzi_box dd p {
    color: var(--sc03);
}

.bottom_btn {
    max-width: 980px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.bottom_btn i {
    width: 80px;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.bottom_btn i:nth-child(1) {
    transform: rotateY(180deg);
}

@keyframes ZuoYou {

    0%,
    100% {
        margin-right: 0px;
    }

    50% {
        margin-right: 20px;
    }
}

.bottom_btn i p {
    font-size: 38px;
    font-weight: bold;
    color: var(--sc02);
    animation: ZuoYou 1s infinite;
}

.bottom_btn a {
    padding: 12px 24px;
    border-radius: 20px;
}

.lxkf {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
}

.lxkf i {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
}

.lxkf a {
    margin-right: 8px;
}

/*限时福利--------结束-------------------------------------------------*/
/*文本不可选择*/
header,
.bt_box,
.kong_box,
.banquan,
.bt,
.pingtai,
.tdxy,
.tdms {
    -moz-user-select: none;
    /* Firefox私有属性 */
    -webkit-user-select: none;
    /* WebKit内核私有属性 */
    -ms-user-select: none;
    /* IE私有属性(IE10及以后) */
    -khtml-user-select: none;
    /* KHTML内核私有属性 */
    -o-user-select: none;
    /* Opera私有属性 */
    user-select: none;
    /* CSS3属性 */
}