:root {
    --primary-color: #fee434;
    /* --nav-height: 12.5%; */
    --nav-height: 80px;
}

* {
    padding: 0;
    margin: 0;
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    /* 标准语法 */
}

html,
body {
    width: 100%;
    height: 100%;
}

.seo-heading {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    overflow: hidden;
}

body::-webkit-scrollbar {
    width: 0;
}

body::-webkit-scrollbar-thumb {
    background-color: transparent
}

body::-webkit-scrollbar-track {
    background: transparent;
}

/* 禁止滚动的样式 */
#zdjl_Pc .no-scroll {
    overflow: hidden;
}

#mainBodyPc {
    height: 100%;
}

.absolute {
    position: absolute;
}

.pointer {
    cursor: pointer;
}

/* 超过文本省略 */
.overFlowEllipsis {
    overflow: hidden;
    /*超出部分隐藏*/
    text-overflow: ellipsis;
    /* 超出部分显示省略号 */
    white-space: nowrap;
    /*规定段落中的文本不进行换行 */
}

/* 自动换行 */
.overFlow {
    word-wrap: break-word;
    overflow: hidden;
}

/* 部分功能选中复制 */
.selectable-text {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

/* 菜单 */
#zdjl_Pc nav {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: var(--nav-height);
    background-color: #000;
    border-bottom: 4px solid var(--primary-color);
    font-size: 25px;
    text-align: center;
    font-weight: 800;
    font-style: italic;
    display: flex;
    align-items: center;
    gap: 3%;
    /* justify-content: center; */
    color: #fff;
}

#zdjl_Pc .navLogo {
    /* width: 346px; */
    width: 17%;
    /* height: 150px; */
    height: 100%;
    object-fit: contain;
    margin-left: 3%;
    transform: translateY(30%);
}

#zdjl_Pc .navLogo>img {
    width: 60%;
    margin-left: 20%;
}

#zdjl_Pc .nav-list {
    flex: 1;
    display: flex;
}

#zdjl_Pc .nav-list .nav-left {
    display: flex;
    flex: 1;
    gap: 7%;
}

#zdjl_Pc .nav-list .nav-left li {
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#zdjl_Pc .nav-list .activation {
    background: url(../img/home/navClickBg.png);
    background-size: 100% 100%;
    color: #000;
}

#zdjl_Pc .nav-list .download {
    width: 15%;
    margin-right: 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#zdjl_Pc .download img {
    width: 43px;
    height: 43px;
}

#zdjl_Pc .content-box {
    height: 100%;
}

#zdjl_Pc .content-box .first,
#zdjl_Pc .news,
#zdjl_Pc .introduction,
#zdjl_Pc .gameFeature,
#zdjl_Pc .community {
    height: 100%;
}

#zdjl_Pc .content-box .first {
    /* background: url(../img/home/contentBgTw.png);
    background-size: 100% 100%; */
    position: relative;
}

/* 首页 */
#zdjl_Pc .first-content {
    width: 50%;
    height: 20%;
    border: 2px solid var(--primary-color);
    border-radius: 20px;
    position: absolute;
    left: 8%;
    bottom: 14%;
    backdrop-filter: blur(1px);
    background: rgba(255, 255, 255, 0.3);
    /* 半透明背景色 */
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    gap: 10px;
    justify-content: space-evenly;
}

#zdjl_Pc .leftQR,
#zdjl_Pc .rightQR {
    background-color: var(--primary-color);
    border-radius: 10px;
    padding: 1% 0.5%;
    box-sizing: border-box;
    width: 17%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

#zdjl_Pc .content-box .first .first-content .leftQR>img,
.content-box .first .first-content .rightQR>img {
    width: 80%;
    height: 80%;
}

#zdjl_Pc .content-box .first .first-content .leftQR>span,
#zdjl_Pc .content-box .first .first-content .rightQR>span {
    /* writing-mode: vertical-rl; */
    width: 100%;
    font-weight: 800;
    font-size: 17px;
    text-align: center;
}

#zdjl_Pc .download-box {
    width: 60%;
    height: 80%;
    margin-top: 2%;
    display: flex;
    /* flex-direction: column; */
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
}

#zdjl_Pc .content-box .first .first-content .download-box>img {
    width: 45%;
    display: flex;
    /* flex-direction: column; */
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
}

#zdjl_Pc .gift-package {
    height: 21%;
    background: #000;
    border-radius: 100px;
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
}

#zdjl_Pc .content-box .first .first-content .last {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    width: 7%;
}

#zdjl_Pc .content-box .first .first-content .last img:first-child {
    width: 70%;
}

#zdjl_Pc .content-box .first .first-content .last img:nth-child(2) {
    width: 100%;
}

#zdjl_Pc .content-box .news,
#zdjl_Pc .introduction,
#zdjl_Pc .gameFeature,
#zdjl_Pc .community {
    padding: 0 4%;
    padding-top: calc(2% + var(--nav-height));
    padding-top: var(--nav-height + 1%);
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* 游戏资讯 */
#zdjl_Pc .content-box .news {
    background: url(../img/home/contentBg2.png);
    background-size: 100% 100%;
}

#zdjl_Pc .content-box .news .content {
    /* flex: 1; */
    display: flex;
    width: 100%;
    height: 68%;
}

#zdjl_Pc .content-box .news .content .left-box,
#zdjl_Pc .right-box {
    width: 50%;
}

#zdjl_Pc .content-box .news .content .left-box {
    width: 50%;
    margin-right: 3%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#zdjl_Pc .news-swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#zdjl_Pc .news-swiper-container .swiper-wrapper {
    height: 85%;
    height: 85%;
}

#zdjl_Pc .news-swiper-container .swiper-slide img {
    width: 100%;
    height: 100%;
    border-radius: 40px;
    position: relative;
}

#zdjl_Pc .news-swiper-container .swiper-slide {
    position: relative;
}

#zdjl_Pc .news-swiper-container .swiper-slide::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: url(../img/home/news/new-swiper-bg.png);
    background-size: 100% 100%;
}

#zdjl_Pc .news-view-boxs-bg {
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 85%;
    background: url(../img/home/news/new-swiper-bg.png);
    background-size: 100% 100%;
}

#zdjl_Pc .swiper-button-prev2,
#zdjl_Pc .swiper-button-next2 {
    width: 8%;
    top: 35%;
    z-index: 99;
}

#zdjl_Pc .swiper-button-prev2 {
    left: -4%;
}

#zdjl_Pc .swiper-button-next2 {
    right: -4%;
}

#zdjl_Pc .swiper-title {
    background-color: var(--primary-color);
    margin-top: 2%;
    font-size: 40px;
    font-weight: 800;
    border-radius: 50px;
    text-align: center;
    padding: 0 5%;
}

#zdjl_Pc .content-box .news .content .right-box {
    display: flex;
    flex-direction: column;
    gap: 3%;
}

#zdjl_Pc .news-nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#zdjl_Pc .news-nav>div {
    width: auto;
    border-radius: 100px;
    text-align: center;
    padding: .5% 1%;
    font-weight: 1000;
    font-size: 30px;
    font-style: italic;
    cursor: pointer;
}

#zdjl_Pc .newsNavBlock {
    background-color: var(--primary-color);
}

#zdjl_Pc .news-nav>p {
    height: 60%;
    width: 2px;
    border-radius: 1px;
    background-color: #000;
}

#zdjl_Pc .news-list {
    width: 100%;
    flex: 1;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 3.3%;
    padding: 0 1%;
}

/* 自定义滚动条 */
#zdjl_Pc .news-list::-webkit-scrollbar {
    width: 10px;
    /* 设置滚动条宽度 */
    background-color: #fff;
}

#zdjl_Pc .news-list::-webkit-scrollbar-thumb {
    background: #F4E538;
    /* 滚动条滑块的颜色 */
    border-radius: 10px;
}

#zdjl_Pc .news-list::-webkit-scrollbar-track {
    border-radius: 10px;
}

#zdjl_Pc .news-item {
    width: 100%;
    height: 13.6%;
    flex-shrink: 0;
    border-radius: 100px;
    background: #fff;
    padding: 1.5%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    color: #000;
}

#zdjl_Pc .news-item:hover {
    color: #000;
}

#zdjl_Pc .news-item-status {
    width: 15%;
    height: 100%;
    background-color: var(--primary-color);
    border-radius: 50px;
    clip-path: polygon(0% 0%, 80% 0%, 60% 100%, 0% 100%);
    font-size: 23px;
    font-weight: 800;
    position: relative;
    display: flex;
    align-items: center;
}

#zdjl_Pc .news-item-status span {
    position: absolute;
    left: 15%;
}

#zdjl_Pc .news-item-content {
    flex: 1;
    font-size: 23px;
    display: -webkit-box;
    /* 将对象作为弹性伸缩盒子模型显示 */
    -webkit-box-orient: vertical;
    /* 设置或检索伸缩盒对象的子元素的排列方式为垂直方向 */
    -webkit-line-clamp: 1;
    /* 显示的行数 */
    overflow: hidden;
    /* 隐藏超出部分 */
    text-overflow: ellipsis;
    /* 超出内容用省略号表示 */
}

#zdjl_Pc .news-item-date {
    font-size: 16px;
    margin-right: 2%;
}

/* 玩法介绍 */
#zdjl_Pc .content-box .introduction {
    background: url(../img/home/contentBg3.png);
    background-size: 100% 100%;
    position: relative;
}

#zdjl_Pc .introduction-shell {
    position: relative;
    width: 30vw;
    height: 60vh;
    width: 30%;
    height: 70%;
    margin-top: 1%;
    color: #fff;
    perspective: 1000px;
    transform-origin: center;
}

#zdjl_Pc .introduction-content {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    transform-origin: center;
    transform-style: preserve-3d;
    transform: translateZ(-40vw) rotateY(0deg) rotateX(3deg);
    transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
}

#zdjl_Pc .introduction-item {
    position: absolute;
    width: 100%;
    height: 100%;
    /* box-shadow: 0 5px 20px rgba(0, 0, 0, .3); */
    background-size: cover;
    transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
    /* 镜面反射 */
    /* -webkit-box-reflect: below 25px -webkit-linear-gradient(transparent 50%, rgba(255, 255, 255, .3));  */

}

#zdjl_Pc .introduction-item-active {
    position: absolute;
    width: 80%;
    height: 95%;
    border-radius: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) skew(-8deg, 0deg);
    background-color: rgba(90, 90, 90, 0.4);
    transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
}

/* #zdjl_Pc .introduction-item:nth-child(1) {
    background: url(../img/home/introduction/1.png);
    background-size: 100% 100%;
    transform: rotateY(0) translateY(10px) translateZ(35vw);
} */

#zdjl_Pc .introduction-item:nth-child(1)>.introduction-item-active {
    opacity: 0;
}

/* #zdjl_Pc .introduction-item:nth-child(2) {
    background: url(../img/home/introduction/2.png);
    background-size: 100% 100%;
    transform: rotateY(72deg) translateZ(35vw) rotate3d(0, 1, 0, -72deg);
} */

/* #zdjl_Pc .introduction-item:nth-child(3) {
    background: url(../img/home/introduction/3.png);
    background-size: 100% 100%;
    transform: rotateY(144deg) translateZ(35vw) rotate3d(0, 1, 0, -144deg);
} */

/* #zdjl_Pc .introduction-item:nth-child(4) {
    background: url(../img/home/introduction/4.png);
    background-size: 100% 100%;
    transform: rotateY(216deg) translateZ(35vw) rotate3d(0, 1, 0, -216deg);
} */

/* #zdjl_Pc .introduction-item:nth-child(5) {
    background: url(../img/home/introduction/5.png);
    background-size: 100% 100%;
    transform: rotateY(288deg) translateZ(35vw) rotate3d(0, 1, 0, -288deg);
} */

#zdjl_Pc .introduction-left,
.introduction-right {
    width: 5.4%;
    top: 35%;
    position: absolute;
    z-index: 99;
    cursor: pointer;
}

#zdjl_Pc .introduction-left {
    left: 7%;
    top: 50%;
}

#zdjl_Pc .introduction-right {
    right: 7%;
    top: 50%;
}

/* 游戏特色 */
#zdjl_Pc .content-box .gameFeature {
    background: url(../img/home/contentBg4.png);
    background-size: 100% 100%;
}

#zdjl_Pc .gameFeature-content {
    width: 65%;
    height: 60%;
    position: relative;
}

#zdjl_Pc .gameFeature-swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#zdjl_Pc .gameFeature-swiper-containe .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 10s ease-in-out;
}

#zdjl_Pc .gameFeature-swiper-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#zdjl_Pc .gameFeature-swiper-container .swiper-slide-prev,
.swiper-slide-next {
    opacity: .7;
}

#zdjl_Pc .swiper-button-prev4,
#zdjl_Pc .swiper-button-next4 {
    width: 8%;
    top: 35%;
    z-index: 99;
}

#zdjl_Pc .swiper-button-prev4 {
    left: -12%;
}

#zdjl_Pc .swiper-button-next4 {
    right: -12%;
}

#zdjl_Pc .swiper-slide4-border {
    border: 5px solid #F4E538;
}

/* 游戏社区 */
#zdjl_Pc .community {
    background: url(../img/home/contentBg5.png);
    background-size: 100% 100%;
    display: flex;
    flex-direction: row;
    gap: 5%;
    height: 100%;
    padding-left: 10%;
    padding-right: 12%;
}

#zdjl_Pc .community .aside-title {
    width: 6%;
    height: 55%;
    font-size: 40px;
    font-weight: 800;
    font-style: italic;
    writing-mode: vertical-rl;
    background: url(../img/home/community/asideTitleBg.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}

#zdjl_Pc .community .aside-title>div {
    position: absolute;
    left: 23%;
    top: 35%;
}

#zdjl_Pc .community-content {
    flex: 1;
    height: 70%;
    display: flex;
    gap: 2%;
    /* margin-right: 4%; */
}

#zdjl_Pc .community-content>div {
    background-size: 100% 100%;
    flex: .5;
    position: relative;
}

#zdjl_Pc .community-content>div img {
    width: 70%;
    position: absolute;
    top: 5%;
    object-fit: contain;
}

#zdjl_Pc .community-content .text {
    font-size: 20px;
    font-weight: 800;
    position: absolute;
    bottom: 0;
    text-align: center;
}

#zdjl_Pc .community-content .inTop {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 80%;
    height: 38%;
    left: 50%;
    transform: translateX(-50%);
    top: 3%;
}

#zdjl_Pc .community-content .inBottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 80%;
    height: 38%;
    left: 50%;
    transform: translateX(-50%);
    top: 59%;
}

#zdjl_Pc .community-content>div:last-child {
    flex: .6;
}

#zdjl_Pc .facebook-box {
    background: url(../img/home/community/facebookBg.png);
}

#zdjl_Pc .discord-box {
    background: url(../img/home/community/discordBg.png);
}

#zdjl_Pc .discord-box>div {
    width: 72% !important;
    left: 48% !important;
}

#zdjl_Pc .discord-box>div>img {
    height: 70%;
    top: 30%;
}

#zdjl_Pc .discordText {
    top: 6%;
}

#zdjl_Pc .kf-box>div>img {
    height: 70%;
    top: 26%;
}

#zdjl_Pc .translationKfText {
    top: 0;
}

#zdjl_Pc .line-box {
    background: url(../img/home/community/lineBg.png);
}

#zdjl_Pc .kf-box {
    background: url(../img/home/community/kfBg.png) no-repeat;
}

#zdjl_Pc .fcm-box {
    background: url(../img/home/community/16jinBg.png) no-repeat;
}

#zdjl_Pc .fcm-box>div {
    width: 65% !important;
    left: 45% !important;
}

#zdjl_Pc .community-content .inTop12 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 80%;
    height: 38%;
    left: 50%;
    transform: translateX(-50%);
    top: 3%;
}

#zdjl_Pc .inTop,
.inBottom {
    transition: All 0.4s ease-in-out;
}

#zdjl_Pc .inTop>img {
    transition: All 0.4s ease-in-out;
}

#zdjl_Pc .inBottom>img {
    transition: All 0.4s ease-in-out;
}

#zdjl_Pc .inTop:hover>img {
    transform: rotate3d(0, 1, 0, 180deg) scaleX(-1);
}

#zdjl_Pc .inBottom:hover>img {
    transform: rotate3d(0, 1, 0, 180deg) scaleX(-1);
}

/* top title */
#zdjl_Pc .top-title {
    height: 10.5%;
    background: url(../img/home/topTitleBg.png);
    background-size: 100% 100%;
    width: 25%;
    font-size: 48px;
    font-weight: 800;
    font-style: italic;
    position: relative;
    margin-bottom: 2%;
}

#zdjl_Pc .top-title div {
    position: absolute;
    left: 31%;
    top: 5%;
}

/* bottom滚动提示 */
#zdjl_Pc .scrolltTips {
    position: fixed;
    z-index: 99;
    left: 50%;
    transform: translateX(-50%);
    bottom: 2%;
    color: #fff;
    text-shadow: 0px 0px 4px black;
    font-size: 25px;
}

/* 右侧二维码下载游戏 */
#zdjl_Pc .downloadGameDialog {
    width: 222px;
    height: 171px;
    position: fixed;
    z-index: 101;
    right: 0;
    bottom: 40%;
    background: url(../img/home/QRCodeDownloadGameBg.png);
    background-size: 100% 100%;
    transition: all 0.5s;
    transform: translateX(162px);
}

#zdjl_Pc .downloadGameDialog-title {
    font-size: 20px;
    font-weight: 800;
    writing-mode: vertical-rl;
    position: absolute;
    left: 32px;
    top: 15%;
}

#zdjl_Pc .downloadGameDialog-btn {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    cursor: pointer;
}

#zdjl_Pc .downloadGameDialog-QRCode {
    width: 150px;
    height: 150px;
    position: absolute;
    right: 10px;
    top: 10px;
}

/* 页脚 */
.footer {
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    transform: translateY(100%);
    transition: all 0.3s ease-in-out;
    text-align: justify;
}

/* .footer .footer-logo{
    height: 70%;
    width: 40%;
    display: inline-block;
}
.footer-content{
    height: 100%;
    line-height: 30px;
    margin-left: 30px;
    display: inline-block;
}
.footer img{
    width:15%;
    object-fit: contain;
    margin-left: 25%;
    margin-top: 2%;
    position: absolute;
} */
#zdjl_Pc .footer .text-top {
    color: #FFEC94;
}

#zdjl_Pc .footer .footer-logo {
    height: 70%;
    width: 30%;
    display: flex;
    justify-content: end;
    margin-right: 5%;
}

#zdjl_Pc .footer-content {
    width: 70%;
}

#zdjl_Pc .footer img {
    width: calc(200px + 10%);
    object-fit: contain;
}


/* dialog */
#zdjl_Pc .layui-layer-dialog {
    width: 40vw;
    height: 60vh;
}

#zdjl_Pc body .home-dialog {
    background: none;
    box-shadow: unset;
}

#zdjl_Pc body .home-dialog .layui-layer-content {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: unset;
}

#zdjl_Pc body .home-dialog .layui-layer-content::before {
    content: "";
    position: absolute;
    width: 140%;
    height: 100%;
    top: -10%;
    left: -23%;
    background: url(../img/home/dialogBg.png) no-repeat;
    background-size: 100% 100%;
    background-position: -10% -10%;
}

#zdjl_Pc body .home-dialog .dialog-content-self-title {
    position: absolute;
    z-index: 99;
    top: 5%;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 240px;
    font-weight: 900;
    height: 40px;
    line-height: 40px;
    font-size: 40px;
}

#zdjl_Pc body .home-dialog .dialog-content-self {
    position: absolute;
    z-index: 99;
    top: 56%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 45%;
    height: 55%;
    overflow-y: auto;
}

#zdjl_Pc .home-dialog .dialog-content-self>img {
    width: 100%;
    height: 100%;
}

#zdjl_Pc .home-dialog .layui-layer-setwin {
    right: -18%;
    top: -3%;
}

#zdjl_Pc .home-dialog .layui-layer-setwin .layui-layer-close2 {
    border: unset;
    background: unset;
    width: 30px;
    height: 30px;
}

#zdjl_Pc .home-dialog .layui-layer-setwin .layui-layer-close2:hover {
    background-color: rgba(255, 220, 64, 0.9);
}

#zdjl_Pc .home-dialog .layui-layer-setwin .layui-layer-close2::before {
    position: absolute;
    font-size: 35px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#zdjl_Pc body .home-dialog2 {
    width: 500px;
    height: 450px;
    top: 50%;
    left: 50%;
}

#zdjl_Pc body .home-dialog2 .layui-layer-content::before {
    background: url(../img/home/dialogBg3.png) no-repeat;
    background-size: contain;
}

#zdjl_Pc body .home-dialog2 .dialog-content-self {
    width: 80%;
    top: 34%;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    height: 55%;
    overflow-y: unset;
}

#zdjl_Pc body .home-dialog2 .dialog-content-self-code {
    margin-top: 2%;
    font-size: 20px;
    font-weight: 900;
    display: flex;
    justify-content: space-between;
}

#zdjl_Pc body .home-dialog2 .dialog-content-self-copybtn {
    cursor: pointer;
    background: #ffdc40;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 70px;
    border-radius: 100px;
}

#zdjl_Pc body .home-dialog2 .dialog-content-self-qq {
    font-size: 18px;
}

#zdjl_Pc body .home-dialog2 .dialog-bottom-title {
    position: absolute;
    background: #ffdc40;
    border-radius: 100px;
    font-size: 20px;
    font-weight: 900;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 80%;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
}

/* 12+ dialog */
#zdjl_Pc body .twelve-dialog .layui-layer-content::before {
    content: "";
    position: absolute;
    width: 110%;
    height: 110%;
    top: -10%;
    left: -5%;
    background: url(../img/home/dialogBg2.png) no-repeat;
    background-size: 100% 100%;
    background-position: -10% -10%;
}

#zdjl_Pc body .twelve-dialog .dialog-content-self {
    font-size: 20px;
    width: 90%;
    line-height: 30px;
}

#zdjl_Pc .copyright-box {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
    width: 200px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border: 2px solid #ffdc40;
    background-color: #fff;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
}


#zdjl_Pc .copyright-content {
    width: 200px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border: 2px solid #ffdc40;
    background-color: #fff;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
}

#zdjl_Pc .layui-layer-msg {
    width: 200px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ffdc40;
    background-color: #fff;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

/* 领取礼包码 */
.receive {
    width: 30%;
    height: 120px;
    z-index: 110;
    position: fixed;
    top: 64.6%;
    left: -4%;
    background: url(../img/indexM/receive.png) no-repeat;
    background-size: 100% 100%;
}

.receiveCode {
    width: 50%;
    height: 30%;
    margin-left: 43%;
    margin-top: 6%;
    font-size: 11px;
    color: #F95934;
    font-weight: 800;
    font-family: Source Han Sans SC;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    transform: rotate(10deg);
}

.receiveCodeOne {
    width: 100%;
    text-align: center;
}

.receiveCodeTwo {
    width: 100%;
    text-align: center;
    margin-top: -5%;
}

/* 语言 */
#mainBodyPc .languageSwitch {
    width: 7.5%;
    height: 210px;
    background: url(../img/home/language/languageBg.png);
    background-size: 100% 100%;
    position: fixed;
    right: 10.5%;
    top: 7%;
    color: #000000;
    z-index: 1001;
}

#mainBodyPc .languageSwitchBox {
    width: 100%;
    padding: 23% 5% 0 5%;
    box-sizing: border-box;
}

#mainBodyPc .languageSwitchItem {
    width: 100%;
    font-size: 17px;
    line-height: 40px;
    text-align: center;
}

#mainBodyPc .languageSwitchItemActive {
    background: url(../img/home/language/languageActive.png);
    background-size: 100% 100%;
}

/*页面的媒体查询 */
@media screen and (min-width:1500px) and (max-width: 1700px) {
    :root {
        --nav-height: 75px;
    }

    /* 菜单栏 */
    #zdjl_Pc .nav-list {
        gap: 3%;
    }

    /* home字体 */
    #zdjl_Pc .rightQR span {
        font-size: 22px !important;

    }

    #zdjl_Pc .leftQR span {
        font-size: 22px !important;
    }

    /* 游戏资讯 */
    #zdjl_Pc .news-item-status {
        font-size: 20px;
    }

    /* 新闻详情页标题 */
    #zdjl_Pc .consulting-content .titleTips {
        font-size: 31px;
    }

    #zdjl_Pc .swiper-title {
        font-size: 34px;
    }

    /* 标题字体 */
    #zdjl_Pc .top-title {
        font-size: 36px;
    }

    #zdjl_Pc .top-title>div {
        left: 34%;
        top: 10%
    }

    /* 侧边标题字体 */
    #zdjl_Pc .community .aside-title {
        font-size: 36px;
    }

    #zdjl_Pc .community-content .text {
        font-size: 18px;
    }

    /* 礼包码兑换 */
    #zdjl_Pc .gift-package {
        font-size: 20px;
    }

    #mainBodyPc .languageSwitch {
        width: 8.5%;
        right: 10%;
    }
}

/*页面的媒体查询 */
@media screen and (max-width:1500px) {
    :root {
        --nav-height: 70px;
    }

    #zdjl_Pc nav {
        font-size: 23px;
    }

    /* 菜单栏 */
    #zdjl_Pc .nav-list {
        gap: 2%;
    }

    #zdjl_Pc .nav-list>div {
        width: 130px;
    }

    /* home字体 */
    #zdjl_Pc .rightQR span {
        font-size: 17px !important;

    }

    #zdjl_Pc .leftQR span {
        font-size: 17px !important;

    }

    /* 游戏资讯 */
    #zdjl_Pc .news-item-status {
        font-size: 18px;
    }

    /* 新闻详情页标题 */
    #zdjl_Pc .consulting-content .titleTips {
        font-size: 28px;
    }

    #zdjl_Pc .swiper-title {
        font-size: 30px;
    }

    /* 标题字体 */
    #zdjl_Pc .top-title {
        font-size: 32px;
    }

    #zdjl_Pc .top-title>div {
        left: 34%;
        top: 10%
    }

    /* 侧边标题字体 */
    #zdjl_Pc .community .aside-title {
        font-size: 32px;
    }

    #zdjl_Pc .community-content .text {
        font-size: 16px;
    }

    /* 礼包码兑换 */
    #zdjl_Pc .gift-package {
        font-size: 18px;
    }

    #mainBodyPc .languageSwitch {
        width: 10%;
        right: 9%;
    }
}

@media screen and (max-width:1550px) {
    #zdjl_Pc .footer {
        font-size: 14px;
    }
}

.copyright-btn {
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    position: fixed;
    z-index: 103;
    right: 5%;
    bottom: -1px;
    padding: 10px;
    padding-bottom: 5px;
    background: #000;
    border-radius: 20px 20px 0 0;
    transition: all .3s ease-in-out;
    overflow: hidden;
}

#zdjl_Pc .copyright-btn>img {
    transition: all .5s ease-in-out;
}