/* 引用SourceHanSerifCN字体 */
@font-face {
    font-family: 'SourceHanSerifCN';
    /* 你可以为这个字体设置一个自定义的字体族名 */
    src: url('../fonts/SourceHanSerifCN-Bold-min.ttf') format('truetype');
    /* 字体文件的路径 */
    font-weight: normal;
    /* 定义字体的粗细 */
    font-style: normal;
    /* 定义字体的样式 */
}

@font-face {
    font-family: 'dincond-bold';
    /* 你可以为这个字体设置一个自定义的字体族名 */
    src: url('../fonts/dincond-bold.ttf') format('truetype');
    /* 字体文件的路径 */
    font-weight: normal;
    /* 定义字体的粗细 */
    font-style: normal;
    /* 定义字体的样式 */
}

body {
    overflow-x: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: #f1f0f0;
}

a:focus,
input:focus,
p:focus,
li:focus,
div:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* -webkit-user-modify: read-write-plaintext-only; */
}

.page {
    width: 100%;
    height: 100vh;
    /* max-height: 10.80rem; */
    position: relative;
    box-sizing: border-box;
    /* max-height: 10.8rem; */
}



/* 确保page1内容在视频上方 */
.page1 {
    position: relative;
    overflow: hidden;
}

.page1 .order {
    position: relative;
    z-index: 2;
}

.slideTxt1,
.slideTxt2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    /* 容器宽度 */
    height: 0.72rem;
    /* 容器高度 */
    overflow: hidden;
    z-index: 2;
    display: flex;
    white-space: nowrap;
    /* 横向排列 */
    flex-wrap: nowrap;
    background-color: #131212;
}

.slideTxt2 {
    position: relative;
}

.slideTxt1 div,
.slideTxt2 div {
    position: absolute;
}

.scroll-item {
    display: inline-block;
    flex-basis: 3.86rem;
    flex-shrink: 0;
    width: 3.86rem;
    /* 每个滚动项的宽度 */
    height: 0.72rem;
    /* 每个滚动项的高度 */
    margin: 0;
    padding: 0;
}



.nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
}

.nav .logo {
    width: 1.34rem;
    height: 1.08rem;
    /* background: url(https://res.zulong.com/cms/lzkp/01.07/img/pc/logo2.png) no-repeat center center;
    background-size: 100%; */
    float: left;
    font-size: 0;
    margin-left: 0.4rem;
    display: none;
}

.cms .nav .logo {
    display: block;
}

.cms .onelink_top {
    display: none;
}

.nav .topBtns {
    float: right;
    height: 100%;
    position: relative;
}


.nav>ul {
    float: right;
    height: 100%;
    /* margin-right: 0.5rem; */
}

.nav>ul li {
    display: inline-block;
    /* width: 1.45rem; */
    /* height: 0.5rem; */
    cursor: pointer;
    transition: background 0.1s;
    font-size: 0.16rem;
}

.topBtns .medias {
    display: inline-block;
    /* margin-right: 0.64rem; */
    cursor: pointer;
}

.nav>ul {
    float: right;
}




.careers li {
    float: left;
    filter: brightness(0.5);
    -o-filter: brightness(0.5);
    -moz-filter: brightness(0.5);
    -ms-filter: brightness(0.5);
    -webkit-filter: brightness(0.5);
    transition: width 0.1s, filter 0.1s, order 0.3s;
}

.careers li.swiper-slide-active {
    filter: unset;
    -webkit-filter: unset;
    -ms-filter: unset;
    -o-filter: unset;
    -moz-filter: unset;
}

.dialog {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
    display: none;
}

/* .dialog.video {
    display: block;
} */



.dialog.video .loginBox {
    width: 8rem;
    height: 4.54rem;
    background: none;

}

.videoInner {
    width: 100%;
    height: 100%;
    padding: 0.35156vw 0.19531vw 0.19531vw;
    position: relative;
}

.videoBox video {
    width: 100%;
    min-height: 4.54rem;
}

.dialog .close {
    position: absolute;
    top: -0.3rem;
    right: 0rem;
    width: 0.25rem;
    height: 0.24rem;
    transition: .5s;
    cursor: pointer;
}

.dialog .close:hover {
    transform: rotate(180deg);
}


.deviceTip {
    font-size: 0.25rem;
    text-align: center;
    color: #9C7C5F;
    margin: 0.2rem 0;
}


.input-item .desc {
    font-family: 'SourceHanSerifCN';
    font-weight: bold;
    font-size: 0.4rem;
    width: 1.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    float: left;
}

.inputInner {
    width: calc(100% - 1.8rem);
    height: 0.6rem;
    float: right;
    box-sizing: border-box;
}


.dialog.alert.success img,
.dialog.fail img {
    width: 1.6rem;
}

.dialog.alert .loginBox {
    /* display: flex; */
    justify-content: center;
    align-items: center;
    /* background: url(https://res.zulong.com/cms/lzkp/01.07/img/pc/pop/pop1_bg.png) no-repeat center center;
    background-size: 100%; */
    font-family: 'SourceHanSerifCN';
    font-size: 0.34rem;
    color: #654C43;
    text-align: center;
}

.dialog.dialog_down .loginBox {
    width: 6.05rem;
    height: 3.6rem;
    /* background: url(https://res.zulong.com/cms/lzkp/01.07/img/pc/pop/dialog_down.png) no-repeat center center;
    background-size: 100%; */
    font-size: 0.3rem;
    padding-top: 1.1rem;
}

.dialog.dialog_down .close {
    width: 0.4rem;
    height: 0.4rem;
    background-size: 100%;
    top: 0.06rem;
}

.orderFail {
    font-size: 0.54rem;
    font-weight: bold;
}

.dialog.alert .loginBox p {
    margin-bottom: 0.08rem;
}

.dialog.dialog_down .loginBox p {
    margin-bottom: 0.18rem;
}

.menu {
    display: none;
}

.loading-overlay {
    width: 100%;
    height: 100vh;
    position: fixed;
    /* background-color: rgba(0, 0, 0, 0.8); */
    left: 0;
    top: 0;
    z-index: 9999;
    display: none;
}

.sk-three-bounce {
    width: 1rem;
    height: 1rem;
    /* background: url(https://res.zulong.com/cms/mystyle/house/img/loadingIcon.png) 0 0 no-repeat;
    background-size: 100%; */
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -0.5rem;
    margin-top: -0.5rem;
}

#full-page-swiper.swiper-container {
    height: 100vh;
    width: 100%;
}


/* .mobile .copyright{
    left: unset;
    bottom: unset;
    top: 1rem;
    right: 0.06rem;
} */
.landscape .loginBox {
    transform: translate(-50%, -50%) scale(0.6);
}

.page4 .swiper-slide {
    position: relative;
}

/* .page4 .swiper-slide::before{
    content: '™ & © 20th Century Studios. ©Archosaur Games lnc. All Rights Reserved.';
    position: absolute;
    left: 0.5rem;
    bottom:0.4rem;
    font-size: 0.12rem;
    color: #fff;
} */
.mobile .page4 .swiper-slide::before {
    bottom: 0.18rem;
    left: 0.22rem;
}


.openDown:not(.ios) .down,
.openDown:not(.ios) .sideDown {
    display: inline-block !important;
}

.flex {
    display: flex !important;
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
}

.flexRow {
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    display: -moz-flex;
    -moz-justify-content: center;
    -moz-align-items: center;
    display: -ms-flex;
    -ms-justify-content: center;
    -ms-align-items: center;
    display: -o-flex;
    -o-justify-content: center;
    -o-align-items: center;

}

.flexColumn {
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    display: -moz-flex;
    -moz-justify-content: center;
    -moz-align-items: center;
    display: -ms-flex;
    -ms-justify-content: center;
    -ms-align-items: center;
    display: -o-flex;
    -o-justify-content: center;
    -o-align-items: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-ms-direction: column;
    -webkit-moz-direction: column;
    -webkit-o-direction: column;

}

.flexLeftRow {
    display: flex;
    justify-content: start;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: start;
    -webkit-align-items: center;
    display: -moz-flex;
    -moz-justify-content: start;
    -moz-align-items: center;
    display: -ms-flex;
    -ms-justify-content: start;
    -ms-align-items: center;
    display: -o-flex;
    -o-justify-content: start;
    -o-align-items: center;

}

.center {
    margin: 0 auto;
    text-align: center;
    display: block;
}

@keyframes Light {
    0% {
        filter: brightness(100%);
    }

    100% {
        filter: brightness(110%);
    }
}

@keyframes glitch-anim {
    0% {
        background-color: #fff;
        clip: rect(70px, 450px, 76px, 0)
    }

    10% {
        clip: rect(29px, 450px, 16px, 0)
    }

    20% {
        clip: rect(70px, 450px, 76px, 0)
    }

    30% {
        clip: rect(29px, 450px, 16px, 0)
    }

    40% {
        clip: rect(76px, 450px, 3px, 0)
    }

    50% {
        clip: rect(70px, 450px, 76px, 0)
    }

    60% {
        clip: rect(29px, 450px, 16px, 0)
    }

    70% {
        clip: rect(42px, 450px, 78px, 0)
    }

    80% {
        clip: rect(15px, 450px, 13px, 0)
    }

    99% {
        background-color: #f00;
        clip: rect(15px, 450px, 13px, 0)
    }

    to {
        background-color: transparent;
        clip: rect(0, 450px, 120px, 0)
    }
}

@keyframes glitch-text {
    25% {
        transform: skew(10deg) scaleX(1.05)
    }

    50% {
        transform: skew(-20deg) scaleX(1.08)
    }

    75% {
        transform: skew(15deg)
    }

    to {
        transform: skew(0) scaleX(1)
    }
}


@keyframes glitch-blink {
    50% {
        opacity: 0
    }

    75% {
        opacity: 1
    }
}

.characters li {
    display: none;
    position: relative;
}

.characters li.active,
.characters {
    display: block;
    width: 100%;
    height: 100%;
}

.characterDesc {
    z-index: 10;
}

.characterImg {
    z-index: 11;
}

.careers {
    z-index: 12;
    box-sizing: border-box;
}

.careers li {
    display: inline-block;
    cursor: pointer;
}

/* 定义旋转动画 */
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

#playButton {
    /* 添加动画 */
    transition: transform 0.3s ease-in-out;
}

.playing {
    /* 应用旋转动画 */
    animation: rotate 3s linear infinite;

}


.slogan {
    user-select: none;
    position: absolute;
    cursor: pointer;
}


/* .nav .about:hover .mediaLists{
    display: block;
} */




.newsBanner {
    /* overflow: hidden; */
    float: left;
    cursor: pointer;
}

.newsListsSection {
    width: 7rem;
    font-size: 0.14rem;
    color: #fff;
    position: relative;
    margin: 0 auto;
}

.newsTabs {
    float: right;
    overflow: hidden;
    position: relative;
    top: 0.6rem;
}

.newsTabs li {
    width: 1.13rem;
    height: 0.44rem;
    line-height: 0.24rem;
    text-align: left;
    padding-left: 0.2rem;
    box-sizing: border-box;
    font-size: 0.24rem;
    float: left;
    cursor: pointer;
    color: #ffffff;
    font-weight: bold;
    margin: 0 0.2rem;
}

.newsTabs li.active {
    background: url(../img/pc/page3/selected.png) top center no-repeat;
    background-size: 100%;
}

.newsLists {
    clear: both;
}

.newsLists .newsItem {
    display: block;
    height: 0.85rem;
    line-height: 0.85rem;
    /* border-top: 0.01rem solid #17191c; */
    border-bottom: 0.01rem solid rgba(255, 255, 255, 0.35);
    box-sizing: border-box;
    padding: 0 0.04rem;
}

.newsLists .newsItem a {
    color: #ffffff;
    font-size: 0.18rem;
    font-weight: bold;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.6;
}

.newsLists .newsItem a:hover {
    font-weight: bold;
    opacity: 1;
}

.newsContent {
    display: block;
    overflow: hidden;
    display: flex;
}

.newsContent p {
    float: left;
}

.newsContent .newsTitle {
    flex: 1;
    margin-left: 0.2rem;
    font-size: 0.18rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* ===== 临时隐藏 MILESTONE（二页里程碑）相关入口，后续可删除或注释掉恢复 ===== */
.nav .navLists .news {
    display: none !important;
}

.swiper-slide.page2 {
    display: none !important;
}



.dialog.video .loginBox {
    width: 8rem;
    height: 4.54rem;
    background: none;
    padding-top: 0;
}

.dialog.wallpage .loginBox {
    width: 8rem;
    height: 4.54rem;
    background: none;
    padding-top: 0;
}

.dialog.video .close {
    top: -0.44rem;
    right: -0.2rem;
}

.videoInner {
    width: 100%;
    height: 100%;
    padding: 0.35156vw 0.19531vw 0.19531vw;
    position: relative;
}