/* 引用SourceHanSerifCN字体 */
@font-face {  
    font-family: 'SourceHanSerifCN'; /* 你可以为这个字体设置一个自定义的字体族名 */  
    src: url('../fonts/SourceHanSerifTW-Light.otf') format('truetype'); /* 字体文件的路径 */  
    font-weight: normal; /* 定义字体的粗细 */  
    font-style: normal; /* 定义字体的样式 */  
}
*{
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}
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; */
}

::-webkit-input-placeholder {
    color: #c9c7cd; /* 设置颜色为红色，仅适用于Webkit内核的浏览器，如Chrome和Safari */
}

:-moz-placeholder {
    color: #c9c7cd; /* 设置颜色为红色，仅适用于Firefox浏览器 */
}

::-ms-input-placeholder {
    color: #c9c7cd; /* 设置颜色为红色，仅适用于IE浏览器 */
}

::placeholder {
    color: #c9c7cd; /* 设置颜色为红色 */
}
.page {
    width: 100%;
    height: 100vh;
    position: relative;
    box-sizing: border-box;
}

.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;
}
.slideTxt1 .scroll-item{
    background: url(../img/pc/slideTxt1.jpg) no-repeat center center;
    background-size: 100% 100%;

}
.slideTxt2 .scroll-item{
    background: url(../img/pc/slideTxt2.jpg) no-repeat center center;
    background-size: 100% 100%;

}
.nav{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
}

.nav .logo{
    width: 1.17rem;
    height: 0.73rem;
    background: url(../img/pc/top_logo.png) no-repeat center center;
    background-size: 100%;
    float: left;
    font-size: 0;
    margin: 0 0 0 0.4rem;
    /* display: none; */
}
.cms .nav .logo{
    display: block;
}
.cms .onelink_top{
    display: none;
}
.nav .topBtns{
    float: right;
    height: 100%;
    position: relative;
}
.topBtns::before{
    position: absolute;
    content: ' ';
    display: inline-block;
    height: .34rem;
    width: 0.02rem;
    background: white;
    left: -0.4rem;
}
.topBtns .loginBtn{
    display: inline-block;
    margin-right: 0.5rem;
    cursor: pointer;    
}
.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;
} 
.page5 {
    overflow: hidden;
    padding-top: 1.3rem;
}
.page6{
    height: auto;
} 

.page2 .inner {
    width: 12.8rem;
    height: 5.8rem;
    background-color: rgba(0, 0, 0, 0.8);
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 0.46rem;
}
.careers {
    /* position: absolute; */
    text-align: right;
    /* display: flex; */
}
.careers li {
    width: 1.22rem;
    height: 2.03rem;
}
.careers .nuonuo {
    background: url(../img/pc/page2_01_2.jpg) 0 0 no-repeat;
    background-size: auto 100% !important;
}
.careers .hly {
    background: url(../img/pc/page2_02_2.jpg) 0 0 no-repeat;
    background-size: auto 100% !important;
}
.careers .lmf {
    background: url(../img/pc/page2_03_2.jpg) 0 0 no-repeat;
    background-size: auto 100% !important;
}
.careers .kaisa {
    background: url(../img/pc/page2_04_2.jpg) 0 0 no-repeat;
    background-size: auto 100% !important;
}
.careers .lmz {
    background: url(../img/pc/page2_05_2.jpg) 0 0 no-repeat;
    background-size: auto 100% !important;
}
.careers .xia {
    background: url(../img/pc/page2_06_2.jpg) 0 0 no-repeat;
    background-size: auto 100% !important;
}
.careers .czh {
    background: url(../img/pc/page2_07_2.jpg) 0 0 no-repeat;
    background-size: auto 100% !important;
}



.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;
}
.inner>.newsTitle {
    width: 1.82rem;
    height: 0.26rem;
    margin: 0 auto;
}
 
.page5 .swiper {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    padding-top: 0.4rem;
    float: left;
}

.page5 .swiper .swiper-slide {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page5 .swiper .swiper-slide img {
    height: auto;
}

.page5 .swiper-button-next {
    width: 0.26rem;
    height: 0.5rem;
    background: url(../img/pc/page5_right.png) no-repeat center top;
    background-size: 100%;
    z-index: 10;
    top: 3.6rem;
    right: 3.1rem;
}
.page5 .swiper-button-prev {
    width: 0.26rem;
    height: 0.5rem;
    background: url(../img/pc/page5_left.png) no-repeat center top;
    background-size: 100%;
    z-index: 10;
    top: 3.6rem;
    left: -0.6rem;
}
/* .page5 .swiper .swiper-slide-prev,
.page5 .swiper .swiper-slide-next {
    opacity: 0.5;
} */

.page5 .swiper-pagination {
    top: 6.8rem;
    left: -1.5rem;
    text-align: left;
    height: 0.3rem;
}

.page5 .swiper-pagination-bullet {
    margin: 0 0.06rem !important;
}
/* 
.page5 .swiper-pagination-bullet-active {
    background-color: #000;
} */

.footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2rem;
    background-color: rgba(0, 0, 0, 0.8);
}

.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;
} */

.loginBox {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 6.08rem;
    height: 3.61rem;
}
.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 iframe{
    display: block;
    width: 8rem;
    height: 4.54rem;
    background: #000;
}
.noClick{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%); /* Chrome, Safari */
    -moz-filter: grayscale(100%);    /* Firefox */
    -ms-filter: grayscale(100%);    /* IE */
    -o-filter: grayscale(100%);   
    pointer-events: none;
}
/* .login .agree{
    background: url(../img/pc/xz_1.png) 0 0 no-repeat;
    background-size: 100%;
}
.login .agree.active{    
    background: url(../img/pc/xz_2.png) 0 0 no-repeat;
    background-size: 100%;
} */
/* .alertTxt{
    font-size: 0.26rem;
    text-align: center; 
    color:#10F0FF;
    line-height: 1.6;
} */
/* .dialog.alert.success{
    display: block;
} */
.dialog.alert.success img,
.dialog.fail img{
    width: 1.6rem;
}
.dialog.dialog_down .loginBox{
    width: 6.05rem;
    height: 3.6rem;
    background: url(../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;
}

.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);
}
.page5 .swiper-slide{
    position: relative;
}
/* .page5 .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 .page5 .swiper-slide::before{
    bottom: 0.18rem;
    left: 0.22rem;
}
.dialog_qqGroup{
    text-decoration: underline;
    cursor: pointer;
}
.downloadBtn.dialog_qqGroup{
    margin-top: 0.6rem;
    width: 2rem;
    background: url(../img/pc/dialog_qqGroup.png) no-repeat center top;
    background-size: 100%;
}
.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;  
}
/* .characterBody span{
    display: none;
}
.characters li.active .characterBody span{
    display: block;
} */
@-webkit-keyframes opacityAni {
    10% {
        opacity: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    25% {
        opacity: .4
    }

    75% {
        opacity: .4
    }

    90% {
        opacity: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@keyframes opacityAni {
    10% {
        opacity: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    25% {
        opacity: .4
    }

    75% {
        opacity: .4
    }

    90% {
        opacity: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}
.slogan{
    user-select: none;
    position: absolute;
    cursor: pointer;
}
.login .login-btn:hover,
.light:hover,
.mediaLists li:hover {
    animation: Light 0s linear both;
}
.page4 .inner {
    width: 15.6rem;
    height: 5.8rem;
    /* background-color: rgba(0, 0, 0, 0.8); */
    margin: 0 auto;
    margin-left: 2.4rem;
    box-sizing: border-box;
    padding-top:2.5rem;
}

.inner>.newsTitle {
    width: 1.82rem;
    height: 0.26rem;
    margin: 0 auto;
}

.page4 .content {
    width: 11.2rem;
    overflow: hidden;
    border-top: 1px solid #2e3131;
    margin: 0 auto;
    margin-top: 0.18rem;
    padding-top: 0.36rem;
}

.newsBanner {
    /* overflow: hidden; */
    float: left;
    cursor: pointer;
}

.page4 .swiper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.page4 .swiper-slide{
    height: 4.5rem;
}
.page4 .swiper-slide img {
    width: 100%;
    height: auto;
}

.page4 .swiper-pagination {
    bottom: 0;
    height: 0.18rem;
    opacity: 1;
    text-align: right;
    width: 100%;
    bottom: 0.2rem;
}
.page5 .swiper-pagination-bullet,
.page4 .swiper-pagination-bullet {
    opacity: 1;
    width: 0.14rem;
    height: 0.18rem;
    background: url(../img/pc/page3_broadcast.png) center 0 no-repeat;
    background-size:100%;
    box-sizing: border-box;
}
.page5 .swiper-pagination-bullet-active,
.page4 .swiper-pagination-bullet-active {
    background: url(../img/pc/page3_broadcast1.png) center 0 no-repeat;
    background-size:100%;
}

.newsListsSection {
    width: 7rem;
    font-size: 0.14rem;
    color: #fff;
    float: right;
    position: relative;
}

.newsTabs {
    float: right;
    overflow: hidden;
    padding-top: 1rem;
}

.newsTabs li {
    height: 0.31rem;
    line-height: 0.31rem;
    font-size: 0.22rem;
    float: left;
    cursor: pointer;
    color:#2A2A2A;
    font-weight: bold;
    margin: 0 0.3rem;
    padding-right: 0.04rem;
}

.newsTabs li.active {
    height: 0.35rem;
    border: none;
    color: #FF614B;
}

.newsLists {
    clear: both;
    margin-top: 1.8rem;
}

.newsLists .newsItem {
    display: block;
    height: 0.76rem;
    line-height: 0.76rem;
    /* border-top: 0.01rem solid #17191c; */
    border-bottom: 0.01rem solid #202326;
    box-sizing: border-box;
    padding: 0 0.04rem;
}
.newsLists .newsItem a {
    color: #8b8b8b;
    font-size: 0.16rem;
    font-weight: bold;
    display: block;
    width: 100%;
    height: 100%;
}

.newsLists .newsItem a:hover{
    font-weight: bold;
    color: #545454;
}
.newsContent{
    display: block;
    overflow: hidden;
}
.newsContent p {
    float: left;
}

.newsContent .newsTitle {
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newsContent .littleTitle {
    /* color: #3C3C3C; */
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    /* border-right: 1px solid #10F0FF;; */
}
.ysq_btn{
    text-decoration: underline;
}
.ysq_btn:hover,.ysq_btn:hover a{
    color: #f00 !important;
}

/* .newsContent .littleTitle:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 0.12rem;
    background-color: #10F0FF;
    margin-left: 0.1rem;
    margin-right: 0.1rem;
    vertical-align: middle;
    margin-top: -0.02rem;
} */
.newsMore{
    position: absolute;
    bottom: -1.5rem;
    right: 0;
    width: 6.02rem;
    height: 0.25rem;
    background: url(../img/pc/newsMore.png) center 0 no-repeat;
    background-size:100%;
}
.newsContent .newsTime {
    position: relative;
    float: left;
    text-indent: 0.1rem;
    font-size: 0.24rem;
}
.newsContent .newsTime span{
    position: absolute;
    transform: rotate(-90deg);
    left: -0.02rem;
    top: 0.14rem;
    font-size: 0.08rem;
    width: 0.1rem;
}
.page4 .swiper-slide>a,
.page4 .swiper-slide>span{
    display: block;
    width: 100%;
    height: 4.5rem;
}
.dialog.video .loginBox{
    width: 8rem;
    height: 4.54rem;
    background: none;
    padding-top: 0;
}
.dialog.video .close{    
    top: 0rem;
    right: -0.8rem;
}
.videoInner{
    width: 100%;
    height: 100%;
    padding: 0.35156vw 0.19531vw 0.19531vw;
    position: relative;
}
.coming{
    font-size: 0.22rem;
    height: 0.76rem;
    line-height: 0.76rem;
    color:#000;
    text-align: center;
}
