body {
    background-color: #000;
}
.nav-copy {
    height: 50px;
    line-height: 50px;
    background: rgba(0,0,0,0.6);
}
.dashboard-content {
    position: relative;
    overflow: auto;
}
.dashboard-nav {
    position: fixed;
    width: 100%;
    z-index: 65;
    height: 50px;
}
a {
    color: #fff;
}
.dashboard-nav .navbar-nav{
    width: 100%;
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center;    /* 垂直居中 */
    /*border-bottom: 2px solid #918F8F;*/
}
.dashboard-nav .navbar-nav li{
    color: #fff;
    width: 10%;
    text-align: center;
}
.dashboard-nav .navbar-nav li:first-child{
    text-align: left;
}
.dashboard-nav .navbar-nav li img:first-child{
    margin-left: -32px;
}
.dashboard-nav .navbar-nav li img{
    margin-top: 0px;
    width: 80px;
    margin-left: 26px;
    margin-bottom: 15px;
}
.dashboard-nav .navbar-nav li a{
    /*width: 70%;*/
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    /*height: 50px;*/
    line-height: 50px;
    display: block;
    width: 100%;
    height: 100%;
}
.dashboard-nav .navbar-nav li a:hover {
    color: #56A3D4 !important;
}
.dashboard-nav .navbar-nav li:hover {
    background-color: #42373F !important;
}
body {
    margin: 0;
    position: relative;
}
.carousel-box {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.carousel-box .layui-carousel {
    position: absolute;
    padding-top: 15px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
}
.layui-carousel img {
    width: 100%; /* 使图片宽度自适应 */
    height: auto; /* 保持图片原始宽高比 */
}
.title-box {
    width: 100%;
    color: #FFF;
    background-color: #000;
    text-align: center;
    font-size: 2.6em;
    height: 100px;
    line-height: 100px;
    border-top: 1px solid #0040FA;
}
.game-list-box {
    margin-top: 15px;
    /*height: 1400px;*/
    overflow: auto;
    position: relative;
    width: 100%;
    /*width: calc(100% + 15px);*/
    /*background-color: rebeccapurple;*/
}
.box__right, .box__left, .box__top, .box__bottom, .box__center {
    position: absolute;
    width: 100%;
    height: 100%;
    color: #FFF;
    text-align: center;
    line-height: inherit;
    transition: transform .4s ease;
}
.box__right:before, .box__left:before, .box__top:before, .box__bottom:before, .box__center:before {
    position: absolute;
    content: '';
    width: 70.71%;
    height: 70.71%;
    transform: rotate(45deg);
}
.box__right:hover, .box__left:hover, .box__top:hover, .box__bottom:hover, .box__center:hover {
    transform: translateX(0);
    z-index: 1;
}
.box__right:hover:before, .box__left:hover:before, .box__top:hover:before, .box__bottom:hover:before, .box__center:hover:before {
    width: 100%;
    height: 100%;
    transform: none;
}

.box__right {
    transform: translateX(100%);
}
.box__right:before {
    right: 100%;
    bottom: 0;
    transform-origin: 100% 100%;
}
.box__right:hover ~ .box__center {
    transform: translateX(-100%);
}

.box__left {
    transform: translateX(-100%);
}
.box__left:before {
    left: 100%;
    transform-origin: 0 0;
}
.box__left:hover ~ .box__center {
    transform: translateX(100%);
}

.box__top {
    transform: translateY(-100%);
}
.box__top:before {
    top: 100%;
    right: 0;
    transform-origin: 100% 0;
}
.box__top:hover ~ .box__center {
    transform: translateY(100%);
}

.box__bottom {
    transform: translateY(100%);
}
.box__bottom:before {
    bottom: 100%;
    left: 0;
    transform-origin: 0 100%;
}
.box__bottom:hover ~ .box__center {
    transform: translateY(-100%);
}
.game-box {
    z-index: -1;
}
.background-image {
    width: 100%;
    height: auto;
}
.logo-image {
    width: 50%;
    height: auto;
}
.text-box {
    width: 100%;
    text-align: left;
    padding-left: 80px;
    position: absolute;
    bottom: 80px;
}
.image-box {
    width: 100%;
    text-align: center;
}
.text-box span:first-child {
    font-size: 40px;
    font-weight: 700;
}
.text-box div span:last-child {
    font-size: 25px;
    font-weight: 600;
}
.plus-icon {
    font-size: 80px;
    font-weight: 700;
    width: 100%;
    text-align: left;
    padding-left: 80px;
    padding-top: 20px;
    padding-bottom: 40px;
}
.game-image-box {
    --transition: 0.25;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: box-shadow calc(var(--transition) * 0.5s) ease;
    -webkit-tap-highlight-color: transparent;
}
.event-list-box {
    margin-top: 15px;
}
.event-list-box img {
    width: 100%;
    height: auto;
}
.partner-list-box {
    margin-top: 15px;
    height: 700px;
    text-align: center;
    font-size: 37px;
    font-weight: 700;
    border-left: 1px solid #313737;
    border-right: 1px solid #313737;
}
.partner-text {
    margin-top: 252px;
    width: 80%;
    margin-left: 10%;
}
.partner-list-box .layui-carousel {
    width: 100%;
    height: 100%;
}
.partner-list-box .layui-carousel-arrow {
    margin-top: -350px;
}
.logo-war {
    margin-bottom: 110px;
    margin-top: -120px
}
.partner-title-box {
    z-index: 10;
    background-color: rgba(0, 0, 0, 0);
    height: 120px;
    line-height: 120px;
    border: none;
}
.game-more-box-image {
    float: right;
    position: relative;
    z-index: 60;
    margin-top: -2.2%;
    margin-right: 8%;
    font-size: 25px;
    color: #fff;
    cursor: default;
}
.footer {
    padding-bottom: 15px;
    /*border-bottom: 1px solid #918F8F;*/
    font-size: 12px;
    line-height: 1.5;
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: end;
}
.footer-left {
    text-align: left;
    color: #fff;
    font-size: 20px;
}
.footer-right {
    text-align: right;
    color: #fff;
    margin-top: 15px;
    font-size: 14px;
    line-height: 30px;
    padding-right: 42px;
}
.layui-carousel {
    background-color: #FFF;
}
.layui-carousel>[carousel-item]>* {
    background-color: #FFF;
}
.director {
    font-size: 20px;
}
.footer-right img {
    width: 45px;
    margin-left: 10px;
    margin-bottom: 10px;
}
/*.game-select {*/
/*    width: 20%;*/
/*    float: right;*/
/*    margin-right: 35px;*/
/*    font-size: 25px;*/
/*    position: relative;*/
/*}*/
.game-select-box {
    width: 12%;
    float: right;
    font-size: 20px;
    margin-right: 20px;
    height: 30px;
}
.select-game {
    width: 100%;
    background-color: #50AADB;
    height: 40px;
    line-height: 40px;
    margin-top: 35px;
    border-radius: 55px;
    color: #000;
}
.select-box {
    width: calc(98% + 7px);
    background-color: rgba(0, 0, 0, 0.6);
    position: relative;
    z-index: 49;
    line-height: 45px;
    color: #fff;
    display: none;
    text-align: left;
    border-radius: 29px;
}
.game_type {
    padding-left: 40px;
    border-radius: 50px;
}
.game_type:hover {
    color: #000;
    background-color: #50AADB;
}
.qrcode-image-box {
    position: fixed;
    bottom: 130px;
    right: 22px;
    width: 120px;
}
.qrcode-image-box img{
    width: 100%;
}
.anchor-point {
    scroll-margin-top: 50px;
}
html {
    scroll-behavior: smooth;
}
.shielding {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1400px;
    margin-top: 204px;
    background: linear-gradient(to top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 15%);
    border-bottom: solid 1px;
    z-index: 2;
    pointer-events: none;
}
.fullscreen-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF; /* 半透明黑色背景 */
    z-index: 60; /* 确保在最上层 */
    display: none; /* 默认隐藏 */
}
.content-div {
    position: relative;
}
.image-container {
    position: relative;
    cursor: pointer;
}

#display-area {
    position: fixed;
    bottom: 120px;
    right: 20px;
    width: 300px;
    height: 300px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.overlay-content {
    width: 1152px;
    height: 612px;
    margin: 0 auto;
    margin-top: 12%;
}
.overlay-content video {
    width: 100%;
}
.close-image {
    width: 60px;
    float: right;
    margin-top: 60px;
    margin-right: 60px;
}
.event-list-div {
    --transition: 0.25;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: box-shadow calc(var(--transition) * 0.5s) ease;
    -webkit-tap-highlight-color: transparent;
}
.event-list-div .plus-icon {
    position: absolute;
    top: 50px;
}

.layui-overflow::-webkit-scrollbar {
    width: 15px;
}

.layui-overflow::-webkit-scrollbar-track {
    background: transparent;
    margin: 3px;
}

.layui-overflow::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.2);
    border-radius: 12px;
    border: 2px solid transparent;
    background-clip: content-box;
}
.transition-box {
    background-color: rgba(0, 0, 0, 0.5);
}
/* 缩小指示点大小 */
.layui-carousel-ind li {
    width: 8px !important;
    height: 8px !important;
    margin: 0 4px !important;
}

/* 当前激活的指示点 */
.layui-carousel-ind li.layui-this {
    width: 8px !important;
    height: 8px !important;
}
.tip-icons {
    float: right;
    margin-right: 30px;
}
.order-game {
    width: 90%;
    height: 100px;
    line-height: 110px;
    color: #A5A4A4;
}
.game-order {
    width: 10%;
    float: left;
    margin-left: 75%;
    font-size: 20px;
    text-align: center;
}
.order-tip-icons {
    float: right;
    margin-right: 50px;
}
.order-type-box {
    float: left;
    position: relative;
    color: #FFF;
    width: calc(25% - 5px);
    margin-right: 5px;
}
.select-order-box {
    position: relative;
    z-index: 49;
    width: calc(83% - 25px);
    margin-left: 20px;
    height: 100%;
    font-size: 15px;
    line-height: 45px;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.6);
}
.vertical-checkboxes {
    display: none;
}
.vertical-checkboxes label {
    display: block; /* 每个选项换行 */
    margin-bottom: -20px; /* 可选：调整间距 */
}
.order-space {
    height: 5px;
    width: 100%;
}
.order-background {
    background-color: rgba(0, 0, 0, 0.8);
}
.order-title {
    padding-left: 30px;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    cursor: default !important;
    border-radius: 20px;
}
.order-checkbox {
    padding-left: 30px;
    font-weight: 100;
    border-radius: 20px;
}
.order-checkbox label {
    white-space: nowrap;      /* 强制不换行 */
    overflow: hidden;         /* 隐藏超出部分 */
    text-overflow: ellipsis;  /* 超出显示... */
    width: 95%;             /* 必须设置宽度（或max-width） */
    display: inline-block;   /* 针对行内元素需要 */
}
.order-button {
    background-color: #50AADB;
    color: #000;
    height: 35px;
    line-height: 35px;
    margin-top: 25px;
    width: 25%;
    float: right;
    text-align: center;
    cursor: default !important;
    border-radius: 50px;
}
input[type="radio"] {
    accent-color: #50AADB; /* 选中时的颜色 */
 }
input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 16px;
    height: 16px;
    border: 1.5px solid #BCBEC0;
    background-color: #FFF;
    border-radius: 0;
    outline: none;
    margin-right: 5px;
    position: relative;
    vertical-align: middle;
}
input[type="radio"]:checked {
    background-color: #50AADB;
}
.select-box span {
    cursor: default !important;
}
.footer {
    font-family: 'Light', sans-serif;
    position: fixed;
    bottom: 10px;
}
.ttf {
    font-family: 'Impact', sans-serif;
}
.copyright {
    margin: 10px 0px;
    text-align: right;
    color: #c1c1c1;
    font-size: 12px;
}

.about-us {
    margin-top: 15px;
    color: #fff;
    background-size: cover;
    height: 600px;
}
.about-cover-box {
    width: 100%;
    color: #fff;
    font-size: 30px;
    /*text-align: justify;*/
}
.about-text-box {
    width: 55%;
    margin-left: 3%;
    padding-top: 3%;
    position: absolute;
}
.about-connect-box {
    left: 3%;
    bottom: 8%;
    position: absolute;
}
.connect-title {
    font-size: 60px;
    line-height: 80px;
}
.en-title {
    line-height: 60px;
}
.layui-carousel-arrow {
    display: block !important; /* 确保箭头显示 */
    z-index: 60; /* 确保在最上层 */
}
.top-logo {
    width: 100px !important;
    margin-left: 26px;
}
.carousel-container {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 60;
}
.carousel-slides {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease;
}
.carousel-slide {
    min-width: 100%;
    height: 100%;
}
.carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.carousel-nav {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}
.carousel-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    margin: 0 5px;
    cursor: pointer;
}
.carousel-dot.active {
    background: white;
}
.carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: rgba(0,0,0,0.5);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
}
.carousel-prev {
    left: 20px;
}
.carousel-next {
    right: 20px;
}
.new-release {
    width: 60%;
    margin-left: 20%;
    margin-top: -10%;
    margin-bottom: 5%;
    z-index: 50;
}
.new-release-image {
    width: 30%;
    padding: 5px;
    margin-left: 2%;
    float: left;
    color: #fff;
}
.new-release-image:hover {
    background-color: #58AADC;
    color: #000;
}
.new-release-text {
    height: 60px;
    line-height: 65px;
    font-size: 1.3em;
}
.margin-div {
    width: calc(100% - 40px);
    margin-left: 20px;
}
.order-title-change {
    margin-top: 62px;
    z-index: 65;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    position: fixed;
}
.game-select a:hover {
    color: #fff;
}

