body{
    touch-action: pan-y; 

}
/* 首页第一屏设置 */
.banner {
    width: 100%;
    height: calc(100vh - 56px);
    transition: height .5s;
    position: relative;
    padding-top: 10px;
}

.banner-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
    
}
#banner-bg-img-id{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    object-fit: cover;
    background: rgba(0, 0, 0, 0.4);
}


.banner-content {
    /* padding-top: 20%; */
    text-align: center;
    /* margin-bottom: 5%; */
    position: absolute;
    top: 1.5rem;
    left: 0;
    width: 100%;
    /* height: 100%; */
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.banner-bom{
    position: absolute;
    bottom: 1rem;
    left: 50%;
    z-index: 3;
    transform: translate(-50%, -50%);
}

.banner .banner-logo {
    /* width: 43%; */
    width:3.2rem;
    margin-bottom: 3%;
    /* position: absolute; */
    /* top: 1.5rem; */
    /* z-index: 999; */
}

.banner .banner-logo-text {
    /* width: 43%; */
    width: 3.2rem;
    margin-bottom: 6%;
    /* position: absolute; */
    top: 4rem;
    z-index: 999;
    
}

.banner-video {
    display: block;
    width: 1.3rem;
    /* width: 18%; */
    /* position: absolute; */
    top: 6rem;
    z-index: 999;
}
.banner-video img{
    width: 1.3rem;
}
.banner-download {
    /* position: absolute; */
    display: block;
    /* width: 38%; */
    width: 2.8rem;
    background: #bc9a5d;
    /* padding: 12px 0; */
    padding: .23rem 0;
    border-radius: 5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 25%;
    color: #fff;
    z-index: 33;
    text-align: center;
}
.banner-download img{
    width: .3rem;
}
.banner-download span{
    font-size: .25rem;
}
.banner-font {
    /* position: absolute;
    bottom: 20%;
    left: 0;
    right: 0; */
    /* font-size: 12px; */
    width: 5rem;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    z-index: 33;
    margin-top: .1rem;
}

.banner-font a {
    display: inline-block;
    margin: 0 10px;
    color: #fff;
    font-size: .2rem;
}

.banner-tip {
    margin: 0 auto;
    /* position: absolute;
    left: 50%;
    bottom: 12%; */
    /* width: 18px; */
    /* height: 24px; */
    /* margin-left: -9px; */
    width: .33rem;
    animation: arrowFloat .6s ease-in-out alternate infinite;
    margin-top: 0.7rem;
}
.banner-tip img{
    width:.33rem;
}
@-webkit-keyframes arrowFloat {
    0% {
        -webkit-transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(15px)
    }
}

@keyframes arrowFloat {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(.2rem)
    }
}



/* 首页-世界观-游戏特色-轮播图设置 */

.world {
    padding-bottom: 5%;
}

.feature-banner,
.world-banner {
    width: 100%;
    padding-left: 54px;
    padding-right: 54px;
}

.feature-banner .swiper-wrapper,
.world-banner .swiper-wrapper {
    width: 100%;
    /* padding: 0 50px; */
}

.feature-banner .swiper-slide,
.world-banner .swiper-slide {
    width: 100%;
    /* padding: 0 12%; */
    filter: contrast(15%) brightness(150%);
    /* transform: scale(0.9); */
    transition: all .5s;
}

.feature-banner .swiper-slide-active,
.world-banner .swiper-slide-active {
    filter: contrast(100%) brightness(100%);
    transform: scale(1);
}

.feature-banner .swiper-slide img,
.world-banner .swiper-slide img {
    border-radius: 5px;
    width: 100%;
    object-fit: cover;
}

.feature-banner .swiper-slide-prev,
.world-banner .swiper-slide-prev {
    /* right: -23%; */
    margin-left: -1px;
}

.feature-banner .swiper-slide-next,
.world-banner .swiper-slide-next {
    /* left: -23%; */
}

.feature {
    padding-bottom: 3%;
}


.feature-pagination {
    margin-top: 2%;
    text-align: center;
}


.news-pagination span.swiper-pagination-bullet,
.world-pagination span.swiper-pagination-bullet,
.feature-pagination span.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
}

.news-pagination span.swiper-pagination-bullet-active,
.world-pagination span.swiper-pagination-bullet-active,
.feature-pagination span.swiper-pagination-bullet-active {
    width: 14px;
    border-radius: 30px;
    background-color: #c0a97d;
}

/* 首页-视听-视频 */
.video-item {
    position: relative;
}

.video-item-img {
    width: 100%;
    object-fit: cover;
}

.video-item-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 40px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
}

.video-font {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    font-size: 12px;
    width: 100%;
    text-align: center;
    padding: 6px 0;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
    overflow: hidden;
}

.video-form-title {
    flex: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
    padding-right: 20px;
    text-align: left;
}

.video-font img {
    width: 14px;
    margin-right: 10px;
}

.more {
    /*更多*/
    display: table;
    border: 1px solid #b8b7b5;
    padding: 4px 10px;
    border-radius: 4px;
    color: #baa354;
    margin: 0 auto;
}