html,body,h1,h2,h3,h4,p,iframe,ul,ol,li,th,td,dd {margin:0;padding:0;}
input {padding:0px;}
li {list-style:none;}
body {font:12px/1.5 "\5FAE\8F6F\96C5\9ED1",tahoma;color:#666;}
table {border-collapse:collapse; border-spacing:0;}
img {border:0;display:block;}
i,em {font-style:normal;}
a,
a:hover {text-decoration:none;background-color:transparent;color:inherit;}
a:focus {outline:none;}
/* body {min-width:1300px;} */
.hide {display:none;}
.ishow {display:block !important;}
.ht {text-indent:-9999px;overflow:hidden;}

h2 {font-weight:400;}
body::-webkit-scrollbar {
    display: none
}
body,html {
	width: 100%;height: 100%;overflow-x: auto;box-sizing: border-box;background: #000;
}

/* 从左到右 */
@keyframes leftIn {
    0% {
      transform: translateX(-100%);
    }
    100% {
      transform: translateX(0%);
    }
}
@keyframes leftIn5 {
    0% {
      transform: translateX(-50%);
    }
    100% {
      transform: translateX(0%);
    }
}


@keyframes rightIn {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(0%);
    }
}
/* 从左到右 */
@keyframes rightIn5 {
    0% {
      transform: translateX(50%);
    }
    100% {
      transform: translateX(0%);
    }
}

/* 从上到下 */
@keyframes upIn {
    0% {
      transform: translateY(-100%);
    }
    100% {
      transform: translateY(0%);
    }
}
@keyframes upIn5 {
    0% {
      transform: translateY(-50%);
    }
    100% {
      transform: translateY(0%);
    }
}

@keyframes downIn {
    0% {
      transform: translateY(100%);
    }
    100% {
      transform: translateY(0%);
    }
}

@keyframes downIn5 {
    0% {
      transform: translateY(50%);
    }
    100% {
      transform: translateY(0%);
    }
}

.swiper-container-v {
    width: 100%;
    height: 100%;
    max-width: 2560px;
    overflow: hidden;
    position: relative;
    margin: auto;
}
.swiper-slide{
    width: 100%;
    height: 100%;
}


.burger {
    position:absolute; 
    width:40px; 
    height:24px; 
    top: 40px; 
    right: 40px;
    background:#fff url(https://game.gtimg.cn/images/entrophy/burger.png) center center no-repeat;
    background-size: contain;
    background-color: rgba(0, 0, 0, 0);
    z-index: 3;
    transform: translateX(0);
}
.flex-v {
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
}

.flex-h {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
}
.right-arrow {
    position: relative;
    width: 17px;
    height: 12px;
    background:url(https://game.gtimg.cn/images/entrophy/arrow-right.png) center center no-repeat; 
    display: inline-block;
    background-size: contain;
    margin-left: 5px;    
    transition: margin 1000ms;
}


/* 首页 */
.banner {
    position: relative;
    /* background: #000 url(//game.gtimg.cn/images/entrophy/banner.jpg) no-repeat center top / cover; */
}

.banner:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .6);
}

.banner_zhaopin {
    position: absolute; 
    top:0; 
    left: calc(100% - 180px);
    /* right:180px;  */
    width:180px; 
    height :52px; 
    background-color: #d21f3c; 
    text-align: center; 
    color: #FFF;
    overflow: hidden;
    transform: translateY(0);
    -webkit-transition: -webkit-transform 1000ms;
    transition: -webkit-transform 1000ms;
    -o-transition: transform 1000ms;
    transition: transform 1000ms;
    transition: transform 1000ms, -webkit-transform 1000ms;
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
    font-size: 14px;
    z-index: 5;
}

.banner_zhaopin .zhaopin {
    height: 52px;
    line-height: 52px;
}
.banner_zhaopin:hover {
    background-color: #d21f3c; 
}

/* .banner video {
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    object-fit: fill;
} */

.banner .banner-logo {
    width:9.6rem; 
    height: 2.6rem;
    background:url(https://game.gtimg.cn/images/entrophy/banner_logo.png) center center no-repeat; 
    background-size:contain;
    position: relative;
    top:40%; 
    margin-left: 0.4rem;
    z-index: 2;
}
.banner-play {
    width: 5rem;
    height: 1rem;
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.banner-play .top-line {
    width: 3rem;
    height: 2px;
    background-image: url(https://game.gtimg.cn/images/entrophy/line.png);
    background-size: cover;
}
.banner-logo  .top-play {
    width: 1rem;
    height: 1rem;
    overflow: hidden;
    background-image: url('https://game.gtimg.cn/images/entrophy/1-4.png');
    background-size: cover;
    transition: opacity 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.banner-logo .top-play::after {
    content: '';
    position: absolute;
    width: 1rem;
    height: 1rem;
    background-image: url('https://game.gtimg.cn/images/entrophy/play-w.png');
    background-size: cover;
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.banner-logo .top-play:hover::after{
    opacity: 1;
} 
.swiper-slide-active .banner-logo {
    animation: leftIn 0.5s linear;
}
.swiper-slide-active .banner_zhaopin {
    animation: upIn5 0.5s linear;
}
.zhaopin { position: relative;color: white;height: 1rem;line-height: 1rem;transform: translateX(0);}
.banner_zhaopin:hover .zhaopin .right-arrow{margin-left: 0.3rem;}

/* 产品页 */
.product {
    display: flex;
    position: relative;
}
.sec_content {
    z-index: 2;
    width: 100%;
    font-size: 0.25rem;
}
.sec_content div {margin-left: 15px; z-index: 3;background-color: rgba(0, 0, 0, 0);background-size: contain;}
.sec_left{
    position: relative;
    width: 50%;
    background: url(https://game.gtimg.cn/images/entrophy/sec-left.jpg) center center no-repeat;
    background-size: cover;
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
}
.sec_left:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 2;
}
.sec_left:hover  .right-arrow{margin-left: 15px}
.sec_right:hover  .right-arrow{margin-left: 15px}
.sec_right{
    position: relative;
    width: 50%;
    background: url(https://game.gtimg.cn/images/entrophy/sec-right.jpg) center center no-repeat;
    background-size: cover;
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
}
.sec_right:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 2;
}


.sec_play {
    width: 100%;
    height: 2rem;
    background-size: contain;
    z-index: 3;
    position: absolute;
    top: 46%;
    align-items: center;
    margin: 0;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.play-line {
    /* width: calc(50%-2rem); */
    /* width: 45%; */
    width: calc(50% - 60px);
    height: 2px;
    background-image: url(https://game.gtimg.cn/images/entrophy/line.png);
    background-size: contain;
}

.sec-play-btn {
    width: 80px;
    height: 80px;
    background-image: url('https://game.gtimg.cn/images/entrophy/1-4.png');
    background-size: cover;
    transition: opacity 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.sec-play-btn::after {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    background-image: url('https://game.gtimg.cn/images/entrophy/play-w.png');
    background-size: cover;
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.sec-play-btn:hover::after{
    opacity: 1;
} 


/* .sec-play-btn:hover {
    background: url('https://game.gtimg.cn/images/entrophy/play-w.png') no-repeat;
    background-size: contain;
    width: 2rem;
    height: 1.5rem;
} */
.sec_left_title {
    width:5.46rem; 
    height: 0.9rem;
    background:url(https://game.gtimg.cn/images/entrophy/left-title.png) center center no-repeat;
    margin-top:1.5rem;
    transform: translateX(0);
}
.arrow {
    width:0.9rem; 
    height: 0.9rem;
    background:url(https://game.gtimg.cn/images/entrophy/arrow.png) center center no-repeat;
    display: inline-block;
}

.right_title {
    width:8.17rem; 
    height: 0.91rem;
    background:url(https://game.gtimg.cn/images/entrophy/right-title.png) center center no-repeat;
    margin-top:1.5rem;
    transform: translateX(0);
}
.sec_txt {
    margin-top: 0.6rem;
    color: white;
    max-width: 10rem;
    transform: translateX(0);
}

.swiper-slide-active  .sec_left .sec_left_title {
    animation: leftIn 0.5s linear;
}
.swiper-slide-active .sec_left .sec_txt {
    animation: leftIn 0.7s linear;
}
.swiper-slide-active .sec_left .zhaopin {
    animation: leftIn 0.9s linear;
}

.swiper-slide-active .sec_right .right_title {
    animation: leftIn5 0.5s linear;
}
.swiper-slide-active .sec_right .sec_txt {
    animation: leftIn5 0.7s linear;
}
.swiper-slide-active .sec_right .zhaopin {
    animation: leftIn5 0.9s linear;
}
.swiper-slide-active .burger {
    animation: rightIn 1s linear;
}
.swiper-slide-active .sec_play {
    animation: downIn 1s linear;
}

/* 轮播页 */
.swiper-page {
    position: absolute;
    left:50px;
    bottom: 20px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    z-index: 50;
    display: flex;
    color: #fff;
    gap:5px;
} 

.scrollbar{
    width: 100px;
    height: 0.1rem;
    background:rgba(0, 0, 0, .1);
    border-color: #fff;
    border-width: 1px;
}
.scrollbar div {
    background: white;
}
.third {
    background-color: #d21f3c;
}

.swiper-button-next:after, .swiper-button-prev:after{display: none;}
.swiper-leftbtn {
    width: 35px;
    height: 35px;
    background: url('https://game.gtimg.cn/images/entrophy/pre.png') no-repeat;
    bottom: 15px;
    background-size: contain;
    margin-left: 50px;
    transition: margin 500ms;
}

.swiper-rightbtn {
    width: 35px;
    height: 35px;
    background: url('https://game.gtimg.cn/images/entrophy/right-on.png') no-repeat;
    bottom: 15px;
    background-size: contain;
    margin-right: 50px;
    transition: margin 500ms;
}
.swiper-leftbtn:hover {
    background: url('https://game.gtimg.cn/images/entrophy/left-checked.png') no-repeat;
    background-size: contain;
    margin-left: 50px;
}
.swiper-rightbtn:hover {
    background: url('https://game.gtimg.cn/images/entrophy/next1.png') no-repeat;
    background-size: contain;
    margin-right: 50px;
}
.swiper-slide-active .swiper-page{
    transform: translateX(0);
}
.swiper-slide-active .left-logo, .swiper-page, .swiper-rightbtn{
    animation: leftIn 1s linear;
}
.swiper-slide-active .swiper-leftbtn {
    animation: rightIn 1s linear;
}



.rencent-left-more .rencent-arrow{margin-left: 2rem;}
.rencent-left-more:hover .rencent-arrow{margin-left:2.3rem ;}

.page_indirator {
    width:0.3rem; 
    height:2rem; 
    position: absolute; 
    bottom: 20px; 
    right: 40px; 
    text-align: center;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    z-index: 3;
    transform: translateX(0);
}
.page_indirator .mouse{
    background: url(https://game.gtimg.cn/images/entrophy/mouse.png) center center no-repeat;
    background-size: contain;
    width: 16px;
    height: 20px;
    margin-bottom: 10px;
}
.page_indirator .ani-arrow{
    width: 14px;
    height: 30px;
    overflow: hidden;
}
.page_indirator .ani-arrow img{
    width:12px;
    /* height: 50px; */
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-animation: scrollmove-data-v-162f564a 1.4s ease-in-out .4s infinite;
    animation: scrollmove-data-v-162f564a 1.4s ease-in-out .4s infinite
}

@-webkit-keyframes scrollmove-data-v-162f564a {
    0% {
        -webkit-transform: translateY(-150%);
        transform: translateY(-150%)
    }

    80% {
        -webkit-transform: translateY(300%);
        transform: translateY(300%)
    }

    100% {
        -webkit-transform: translateY(300%);
        transform: translateY(300%)
    }
}

@keyframes scrollmove-data-v-162f564a {
    0% {
        -webkit-transform: translateY(-150%);
        transform: translateY(-150%)
    }

    80% {
        -webkit-transform: translateY(300%);
        transform: translateY(300%)
    }

    100% {
        -webkit-transform: translateY(300%);
        transform: translateY(300%)
    }
}


/* .swiper-slide-prev .sec_left_title,
.swiper-slide-prev .right_title,
.swiper-slide-prev .sec_txt,
.swiper-slide-prev .zhaopin {
    transform: translateX(-10rem);
}
.swiper-slide-prev .burger  {
    transform: translateX(100%);
}
.swiper-slide-prev .page_indirator {
    transform: translateX(200%);
}
.swiper-slide-active .sec_left_title,
.swiper-slide-active .sec_txt,
.swiper-slide-active .zhaopin ,
.swiper-slide-active .right_title,
.swiper-slide-active .burger,
.swiper-slide-active .page_indirator{
    transform: translateX(0);
}
.swiper-slide-prev .sec_play {
    transform: translateY(5rem);
}
.swiper-slide-active .sec_play {
    transform: translateY(0);
} */

.left-logo {
    /* position:absolute; 
    width:1.97rem; 
    height:0.69rem; 
    top: 1rem; 
    left: 1rem;
    background:#fff url(https://game.gtimg.cn/images/entrophy/logo.png) center center no-repeat;
    background-size: contain;
    background-color: rgba(0, 0, 0, 0);
    z-index: 3; */
    position: absolute;
    left: 40px;
    top:40px;
    width: 6rem;
    height: 2.2rem;
    background:url(https://game.gtimg.cn/images/entrophy/banner_logo.png) center center no-repeat; 
    background-size:contain;
    z-index: 3;
}


.join {
    width: 100%;
    background-color: #d21f3c;
    display: flex;
    flex-direction: column;
    position: relative;
}
.join-title {
    display: flex;
    flex-flow: row;
    color: #fff;
    padding-left: 1rem;
    align-items: center;
    height: 160px;
    border-bottom: 1px solid #000;  
}
.join-title p {
    font-size: 54px;
    font-weight: bold; 
}
.join-logo {
    width: 400px;
    height: 100px;
    background: url(https://game.gtimg.cn/images/entrophy/logo-ho.png) center center no-repeat;
    background-size: contain;
    background-color: rgba(0, 0, 0, 0);
    z-index: 3;
}
.join-arrow{
    width: 50px;
    height: 50px;
    background: url(https://game.gtimg.cn/images/entrophy/arrow.png) center center no-repeat;
    background-size: contain;
    background-color: rgba(0, 0, 0, 0);
    z-index: 3;
    margin-left: 10px;
}

.join-ul {
    display: flex;
    flex-flow: column;
    color: #FFF;
    /* overflow: hidden; */
}

.join-ul li {
    position: relative; 
    height: 100px;
    font-size: 0.82rem;
    border-bottom: 1px solid #000;  
    font-weight: bold; 
    background: linear-gradient(to left, #d21f3c 50%, black 50%);
    background-size: 200% 100%;
    background-position:right bottom;
    transition:all 1s ease;
}

@keyframes moveLeftRight {
    0% {
      transform: translateX(-50%);
    }
    100% {
      transform: translateX(50%);
    }
}

.join-ul li:hover {
    background-position:left bottom;
    color: #fff;
 } 

 .join-ul li:hover .right-arrow{
    animation: moveLeftRight 1s linear infinite;
 } 

.li-item {
    height: 100%;
    display: flex;
    flex-flow: row;
    align-items: center;
    padding-left: 2rem;
    color: black;
    font-size: 38px;
    filter: brightness(0);
}

.li-item:hover {
    color: #fff;
    filter: brightness(100);
}

.line {
    width:1px;
    height: 0.5rem;
    margin-left: 20px;
    margin-right: 20px;
}
.li-end {
    position: absolute;
    right: 2rem;
    font-size: 18px;
    line-height: 1rem;
}

.blend-black {
    filter: brightness(0);
}

.recent {
    background: #000;
    display: flex;
    flex-flow: row;
    position: relative;
}
.recent-left {
    width: 40%;
    height: 100%;
}
.recent-right {
    width: 60%;
    height: 100%;
}
.recent-left div {
    display: flex;
    width: 100%;
    height: 4.8rem;
}
.vcenter {
    position: relative;
    align-items: center;
}

.swiper-slide-prev .vcenter .news-bg,
.swiper-slide-prev .recent-left-adv .news-bg,
.swiper-slide-prev .recent-right-top .news-bg,
.swiper-slide-prev .rencent-right-bottom .news-bg
{
    display: none;
  
}
.swiper-slide-active .vcenter .news-bg,
.swiper-slide-active .recent-right-top .news-bg,
.swiper-slide-active .rct-b2 .news-bg
{
    display: block;
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    animation: boxslide 2s  forwards;
}
.swiper-slide-active .recent-left-adv .news-bg,
.swiper-slide-active .rencent-right-bottom .news-bg,
.swiper-slide-active .rct-b1 .news-bg
{
    display: block;
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    animation: boxslide 2s 0.5s forwards;
}
.hcenter {
    justify-content: center;
}
.recent-left-adv {
    background: url('https://game.gtimg.cn/images/entrophy/ho-bg.png') center center no-repeat;
    background-size: cover;
    flex-direction: column;
    position: relative;
}
.recent-left-adv p {
    margin-left: 1rem;
    font-weight: bold;
}
.rencent-left-more {
    align-items: center;
    justify-content: center;
    color: #d21f3c;
}
.recent-right-top {
    position: relative;
    display: flex;
    width: 100%;
    height: 9.6rem;
    background: url('https://game.gtimg.cn/images/entrophy/logo-fly.png') center center no-repeat;
    background-size: cover;
    flex-direction: column;
}
.rencent-right-bottom {
    display: flex;
    width: 100%;
    height: 4.8rem;
    flex-direction: row;
}
.rct-b1 {
    position: relative;
    width: 67%;
    background: url('https://game.gtimg.cn/images/entrophy/ho-b1.png') center center no-repeat;
    background-size: cover;
}
.rct-b2 {
    position: relative;
    width: 33%;
    background: url('https://game.gtimg.cn/images/entrophy/ho-b2.png') center center no-repeat;
    background-size: contain;
}
.recent-right-top p {
    margin-left: 0.7rem;
    font-weight: bold;
}
.rct-b1 p {
    margin-left: 0.7rem;
    font-weight: bold;
}
.end {
    background: #000;
    display: flex;
    flex-flow: column;
    position: relative;
    overflow: hidden;
}

.end-title {
    height:100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 36px;
    flex-direction: column;
    border-bottom: 1px solid #333; 
    padding-bottom: 30px;
    margin-top: 40px;
}
.end-mid {
    /* height: 4.78rem; */
    display: flex;
    color: #fff;
    font-size: 18px;
    flex-direction: row;
    border-bottom: 1px solid #333; 
    align-items: center;
    margin: 30px 0;
    padding-bottom:30px;
}
.mid-left {
    height: 100%;
    width: 33%;
    background: url('https://game.gtimg.cn/images/entrophy/logo.png') center center no-repeat;    
    background-size: 60%;
}
.mid-dir {
    width: 1px;
    height: 3rem;
    background: #333;
}

.mid-right {
    width: 67%;
    margin-left: 1rem;
    margin-right: 0.9rem;
    justify-content: center;
    
}
.end-bottom {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
}

.end-bottom img {
    /* margin: 2rem; */
    margin-right: 0.3rem;
}

.detail-title {
    display: flex;
    flex-flow: row;
    color: #fff;
    padding-left: 1rem;
    height: 100px;
    border-bottom: 1px solid #000;  
    font-size: 50px;
    margin-top: 20px;
    align-items: center;
}

.back *{
    color: #fff;
    font-size: 0.2rem;
    display: inline;
    vertical-align:middle; 
}

.padd {
    padding-left: 1rem;;
}

.content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
}
.content-title{
    width: 100%;
    height: 2rem;
    border-bottom: #333 solid 1px;
    text-align: center;
    line-height: 2rem;
}
.content-txt{
    width: 100%;
    height:auto;
    border-bottom: #333 solid 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    flex-direction: column;
}

.content-txt p{
    width: 100%;
    height:auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.3rem;
    color: #d21f3c;
    font-weight: bold;
    font-size: 18px;
}

.content-txt ul {
    width: 80%;
    list-style-type: disc;
    display:inline-block;
    counter-reset: list-counter;
}

.content-txt li {
    position: relative;
    min-height: 20px; 
    padding-left: 30px; 
    margin: 0 120px 20px 120px;
    line-height: 25px;
}

.content-txt li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px; 
    transform: translateY(0); 
    width: 18px;
    height: 18px;
    background: url('//game.gtimg.cn/images/entrophy/dot.png') no-repeat center/contain;
}
.content-mail {
    width: 100%;
    height: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-bottom: #333 solid 1px;
    font-size: 0.35rem;
}
/* news start */
.news-top {
  width: 100%;
  height: 8rem;
  background: url("https://game.gtimg.cn/images/entrophy/news/bg.png") center center no-repeat;
  background-size: cover;
  position: relative;
}
.news-logo {
  background: url("https://game.gtimg.cn/images/entrophy/news/logo.png") center center no-repeat;
  background-size: contain;
  width: 1.97rem;
  height: 0.69rem;
  position: absolute;
  top: 1rem;
  left: 1rem;
}
.news-nav {
  background: url("https://game.gtimg.cn/images/entrophy/news/nav.png") center center no-repeat;
  background-size: contain;
  width: 0.81rem;
  height: 0.48rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.news-contain {
  width: 100%;
  height: 100%;
  min-height: 2rem;
  background-color: #000;
  position: relative;
}
.news-back {
  background: url("https://game.gtimg.cn/images/entrophy/news/back.png") left center no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 0.25rem;
  position: absolute;
  top: 0.77rem;
  left: 1rem;
  font-size: 0.23rem;
  color: #fff;
  padding-left: 0.53rem;
  line-height: 0.25rem;
  font-weight: bold;
}
.news-content {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.content-top {
  width: 100%;
  text-align: center;
  font-size: 1.38rem;
  /* font-weight: bold; */
  color: #d21f3c;
  margin-top: 0.4rem;
  /* vertical-align: bottom; */
}
.content-top img {
  display: inline-block;
  width: 1.22rem;
  height: 1.22rem;
  margin-left: 1.5rem;
  vertical-align: bottom;
  padding-bottom: 0.3rem;
}

.news-tit {
  /* font-size: 1.48rem; */
  color: #fff;
  margin-right: 0.3rem;
}
.news-time {
  text-align: center;
  width: 100%;
  font-size: 0.18rem;
}
.red-line {
  background: url("https://game.gtimg.cn/images/entrophy/news/red-line.png") center center no-repeat;
  width: 18.5rem;
  height: 0.02rem;
  margin: 0.36rem auto 0.6rem;
}
.news-main {
  width: 14.1rem;
  margin: 0 auto;
  font-size: 0.2rem;
  color: #fff;
  line-height: 0.4rem;
}
.news-main img {
  width: 100%;
  height: 100%;
}
.news-main h2 {
  /* width: 100%; */
  font-size: 0.26rem;
}
.news-main p {
  margin-bottom: 0.3rem;
}
.news-main p img {
    /* border-radius: 6px; */
    display: inline-block;
    height: 100%;
    max-width: 100%;
}
.news-swper {
  width: 100%;
  height: 2.7rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 4.9rem;
  margin-bottom: 1.2rem;
}

.news-swper .news-left {
  background: url("https://game.gtimg.cn/images/entrophy/news/left.png") center center no-repeat;
  background-size: contain;
  width: 0.48rem;
  height: 1.23rem;
}
.news-swper .news-right {
  background: url("https://game.gtimg.cn/images/entrophy/news/right.png") center center no-repeat;
  background-size: contain;
  width: 0.48rem;
  height: 1.23rem;
}
.btn-totop {
  background: url("https://game.gtimg.cn/images/entrophy/news/top.png") center center no-repeat;
  background-size: contain;
  width: 1.2rem;
  height: 1.2rem;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  display: none;
}
.top-on{
  display: block;
}

.page {
    display: none;
}
.news-active {
    display: block;
}

.goback {
    position: absolute;
    top: 120px;
    left: 0;
    font-size: 16px;
    color: #fff;
    line-height: 0.4rem;
    margin-left: 1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
}

@keyframes moveRightLeft {
    0% {
      transform: translateX(20%);
    }
    100% {
      transform: translateX(-60%);
    }
}
.left-arrow {
    position: relative;
    width:18px;
    height: 12px;
    background:url(https://game.gtimg.cn/images/entrophy/back.png) center center no-repeat; 
    display: inline-block;
    background-size: contain;
    /* margin-left: 5px;     */
    margin: 0 5px;
    transition: margin 1000ms;
}

.goback:hover {
    color: white;
}
.goback:hover .left-arrow{
    animation: moveRightLeft 1s linear infinite;
}

.menu-box{
    /* position: absolute;
    width: 0%;
    height: 100%; */
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    display: none;
    /* background-color: #000000cc; */
    -webkit-transition: -webkit-width 1000ms;
    transition: -webkit-width 1000ms;
    -o-transition: width 1000ms;
    transition: width 1000ms;
    transition: width 1000ms, -webkit-width 1000ms;
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}
.menu {
    /* position: fixed; */
    width: 100%;
    height: 100%;
    /* background-color: #000000cc;
    background-size: 0%; */
    /* top: 0;
    left: 0; */
    /* z-index: 9; */
    display: flex;
    flex-direction: column;
    color: #fff;
    font-size: 0.8rem;
    font-weight: bold;
    /* padding:0 2rem; */
    line-height: 2rem;
    padding-top: 1rem;
}

.menu-logo {
    position: absolute;
    left: 40px;
    top:40px;
    width: 6rem;
    height: 2.2rem;
    background:url(https://game.gtimg.cn/images/entrophy/banner_logo.png) center center no-repeat; 
    background-size:contain;
    transform: translateX(-200%);
}

.show-menu .menu-logo {
    animation: leftIn 0.5s linear;
}
.show-menu .menu-list {
    animation: downIn 0.5s linear;
}


@keyframes hidemenu{
    0% {
      transform: translateY(0%);
    }
    100% {
      transform: translateY(200%);
    }
}
@keyframes hidemenulogo{
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-200%);
    }
}

.hide-menu .menu-logo {
    animation: hidemenulogo 0.5s linear;
}
.hide-menu .menu-list {
    animation: hidemenu 0.5s linear;
}

.menu-close {
    position: absolute;
    top: 1rem;
    right: 3rem;
    line-height: 1rem;
    font-weight: normal;
    font-size: 1rem;
    transform: translateX(900%);
    background: url(https://game.gtimg.cn/images/entrophy/close.png) no-repeat;
    background-size: contain;;
    width: 40px;
    height: 40px;
}
.menu-list{
    padding-top: 0.65rem;
    margin: 0 auto;
    text-align: center;
    transform: translateY(200%);

}

.trans{
    -webkit-transition: -webkit-transform 1000ms;
    transition: -webkit-transform 1000ms;
    -o-transition: transform 1000ms;
    transition: transform 1000ms;
    transition: transform 1000ms, -webkit-transform 1000ms;
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}
.transQuick{
    -webkit-transition: -webkit-transform 800ms;
    transition: -webkit-transform 800ms;
    -o-transition: transform 800ms;
    transition: transform 800ms;
    transition: transform 800ms, -webkit-transform 800ms;
    -webkit-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
.transQuicker{
    -webkit-transition: -webkit-transform 800ms;
    transition: -webkit-transform 800ms;
    -o-transition: transform 800ms;
    transition: transform 800ms;
    transition: transform 800ms, -webkit-transform 800ms;
    -webkit-transition-delay: 0ms;
    -o-transition-delay: 0ms;
    transition-delay: 0ms;
}
.transSlow{
    -webkit-transition: -webkit-transform 1200ms;
    transition: -webkit-transform 1200ms;
    -o-transition: transform 1200ms;
    transition: transform 1200ms;
    transition: transform 1200ms, -webkit-transform 1200ms;
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}
.show-menu .menu-logo, .show-menu .menu-close {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}
.show-menu .menu-list {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.cover {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.842);
    transform: translateX(100%);
    animation: slide 1s forwards;
}

.backCover {
    animation: slideBack 1s forwards;
}
@keyframes slide {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0);
    }
}
@keyframes slideBack {
    0% {
        transform: translateX(0);
    }
    100% {    
        transform: translateX(100%);
    }
}

@keyframes boxslide {
    0% {
        width: 100%;
    }
    100% {
        width: 0%;
    }
}
.menu-list .act{
    color: rgb(204, 46, 63);
    /* font-size: 1rem; */
    /* font-weight: bold; */
}
.menu-list li:hover{
    font-size: 0.9rem;
}
.part {
    overflow: hidden;
    height: 100vh;
    scroll-snap-align: start; /* 滚动到该部分时，该部分完全出现在视口中 */
}

/* 弹窗的样式 */
.popup {
    /* display: none; */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: flex;
}

/* 弹窗的内容 */
.popup-content {
    width: 60%;
    /* background-color: #fff;
    padding: 20px; */
    border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center;     /* 垂直居中 */
    transform: scaleX(0); 
    transform-origin: center;  /* 设置变形的中心点为弹窗的中间 */
    transition: transform 0.5s ease-out;
}

/* 弹窗的内容展开效果 */
 .show .popup-content{
    transform: scaleX(1)
}
/* 关闭按钮的样式 */
.close-btn {
    position: absolute;
    background: url(https://game.gtimg.cn/images/entrophy/close.png) no-repeat;
    top: 0rem;
    right: -0.6rem;
    width: 0.3rem;
    height: 0.3rem;
    background-size: contain;
    cursor: pointer;
    color: #ffffff;
}


.swiper-slide-active .join-title {
    animation: leftIn 0.8s linear;
}
.swiper-slide-active .goback {
    animation: leftIn 0.8s linear;
}
.swiper-slide-active .detail-title {
    animation: leftIn 0.8s linear;
}

.swiper-slide-active .end-title  {
    animation: upIn 0.8s linear;
}
.swiper-slide-active .end-bottom  {
    animation: upIn 0.8s linear;
}

.autoplay-video {
    width: 100%; 
    height: 100%;
    object-fit: contain; /* 保持视频比例填充容器 fill cover*/
    opacity: 1;
    transition: opacity 0.5s ease;
    position: absolute;
    top:0;
    left:0;
    z-index: -1;
  }

.mask {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.2);
}

.foot {
    position: absolute;
    bottom: 20px;
    width: 100%;
    color:#fff;
    text-decoration: none;
    text-align: center;
}
.foot a {
    color: inherit; /* 继承父元素颜色 */
}
.join-list {
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.join-detail {
    background-color: #000;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}