body{
    background: #000;
    width: 100%;

    margin: 0;
    padding: 0;
}
.head-block {
    position: relative;
    background: url('../img/head_bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 200px;
    min-height: 730px;
}

.head-logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 255px;
    height: 118px;
}

.head-btn-box {
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 24px;
    padding-top: 16px;
    display: flex;
    align-items: center;
}

.head-min-img {
    /* width: 100%; */
    /* margin:0 auto; */
}

.read-btn {
    width: 146px;
    height: 30px;
    background-color: rgb(49, 102, 135);
    color: #EAEBEF;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
    border-radius: 16px;
    margin-right: 10px;
    cursor: pointer;
}

.into-btn {
    width: 146px;
    height: 30px;
    background-color: #EAEBEF;
    color: #316687;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
    border-radius: 16px;
    cursor: pointer;
}

.into-btn:hover {
    background-color: #fff;
}

.read-btn:hover {
    background-color: rgb(62, 135, 179);
}

.head-min {
    width: 1094px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 156px;
    text-align: center;
}

.head-min-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 10;
    width: 1094px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -50px;
}

.head-play {
    width: 112px;
    height: 112px;
    margin-left: 10px;
    margin-right: 10px;
}

.head-down {
    background: url('../img/download_btn.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    width: 258px;
    height: 84px;
    cursor: pointer;
}

.head-down2 {
    background: url('../img/download_btn2.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    width: 258px;
    height: 84px;
    cursor: pointer;
}

.head-play:hover {
    transition: all 0.5s;
    -webkit-transform: scale(1.1);
}

@keyframes head-down-animation {
    from {
        transform: scale(1);
        /* 动画开始时，元素的大小 */
    }

    to {
        transform: scale(1.1);
        /* 动画结束时，元素的大小 */
    }
}

.head-down:hover {
    transition: all 0.5s;
    -webkit-transform: scale(1.1);
}


.role-block {
    position: relative;
    background: url('../img/role_bg.png');
    background-repeat: no-repeat;
    background-size: 100.1%;
    height: 1285px;
    margin-top: -114px;
    overflow: hidden;
    margin-left:-2px;
}

.role-block-div {
    padding-top: 135px;
}

.role-title {
    background: url('../img/role_title.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 300px;
    height: 77px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    font-size: 30px;
    color: #1f0c55;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.sign-icon {
    position: absolute;
    width: 70px;
    height:90px;
    left: 47%;
    margin-left: -23px;
    margin-top: 5px;
    /* top: -101px !important; */
    animation: mymove 0.7s infinite;
    animation-direction: alternate;
    -webkit-animation-direction: alternate;
}

@-webkit-keyframes mymove {
    from {
        top: -84px;
    }

    to {
        top: -92px;
    }
}

.role-block-min {
    display: flex;
    align-items: center;
    min-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.role-block-right {
    width: 55%;
    height: 680px;
    /* background: url('../img/role/role1_bg.png'); */
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    position: relative;

}

.role-block-left {
    width: 45%;
    display: flex;
    justify-content: flex-end;
    margin-right: 40px;
    margin-top: -30px;
}

.role-block-left-min {
    /* border: 1px solid red; */
    /* width: 450px; */
}

.role-new {
    width: 36px;
    height: 23px;
    background-color: #fff;
    border-radius: 30px;
    font-size: 12px;
    color: #da3d3d;
    line-height: 23px;
    text-align: center;
    margin-left: 105px;
}

.role-name-box {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.role-icon {
    width: 114px;
    height: 115px;
    margin-right: 10px;
}

.role-name {
    width: 171px;
    height: 40px;
    margin-bottom: 10px;
    display: block;
}

.role-start {
    width: 180px;
    height: 46px;
}

.role-voice {
    width: 45px;
    height: 45px;
    margin-right: 10px;
    margin-left: 20px;
}

.role-more {
    width: 236px;
    height: 67px;
    background: url('../img/role/more_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin-left: 20px;
}

.role-text {
    font-size: 16px;
    color: #000000;
    margin-top: 10px;
    width: 380px;
    margin-left: 30px;
    font-weight: 550;
    /* white-space: pre-wrap; */
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.role-text2 {
    display: none;
}

.role-text3 {
    display: none;
}

.role-text4 {
    display: none;
}

.role-video {
    width: 475px;
    height: 301px;
    left: -40px;
    background: url('../img/role/role1_select_bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    /* margin-top: 10px; */
    margin-bottom: 30px;
}

.role-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 99;
}

.role-play:hover {
    transition: all 0.5s;
    -webkit-transform: scale(1.1);
    transform: translate(-50%, -50%);
}

.role-select-box {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 10;
    margin-left: -5px;
    margin-top: -27px;
}

.role-select {
    height: 100px;
    width: 100px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90%;
}

.role-btn1 {
    background-image: url('../img/role/role1_select.png');
}

.role-btn2 {
    background-image: url('../img/role/role2_head.png');
}

.role-btn3 {
    background-image: url('../img/role/role3_head.png');
}

.role-btn4 {
    background-image: url('../img/role/role4_head.png');
}

.role-btn1:hover {
    background-image: url('../img/role/role1_select.png') !important;
}

.role-btn2:hover {
    background-image: url('../img/role/role2_select.png') !important;
}

.role-btn3:hover {
    background-image: url('../img/role/role3_select.png') !important;
}

.role-btn4:hover {
    background-image: url('../img/role/role4_select.png') !important;
}

.role-img {
    height: 1330px;
    position: absolute;

}

.role-img1 {
    top: -30%;
    left: 18%;
}

.role-img2 {
    top: -30%;
    left: 12%;
    display: none;
}

.role-img3 {
    top: -30%;
    left: 23%;
    display: none;
}

.role-img4 {
    top: -30%;
    left: 22%;
    display: none;
}

.serve-block {
    position: relative;
    background-image: url('../img/serve_bg.png');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% ;
    min-height: 2200px;
    margin-top: -346px;
}

.serve-block-min {
    padding-top: 170px;
}

.role-title2 {
    background: url('../img/role_title2.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 300px;
    height: 77px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    font-size: 30px;
    color: #fff;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;

}
.role-title3 {
    background: url('../img/role_title3.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 300px;
    height: 77px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    font-size: 30px;
    color: #fff;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -30px;
}

.game-title-text {
    margin-top: 50px;
}

/* 角色 */
.serve-block-box {
    margin: 0 auto;
    width: 84%;
    overflow: hidden;
    text-align: center;
    margin-top: 20px;
}

.active-block-box {
    margin: 0 auto;
    width: 70%;
    overflow: hidden;
    text-align: center;
}

.game-block-box {
    margin: 0 auto;
    width: 70%;
    text-align: center;
    padding-bottom: 150px;
    margin-top: 40px;
}

.active-block-box1 {
    margin: 0 auto;
    width: 70%;
    overflow: hidden;
    text-align: center;
    margin-top: 30px;
}

.bannar-img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.slide-div {
    position: relative;
}

.slide-text-desc {
    color: rgb(255, 255, 255);
    font-weight: normal;
    font-size: 20px;
    position: absolute;
    bottom: 13%;
    left: 50%;
    transform: translateX(-50%);
}

.slide-text {
    color: rgb(78, 85, 99);
    font-weight: normal;
    font-size: 24px;
    position: absolute;
    bottom: 3.5%;
    left: 50%;
    transform: translateX(-50%);
}


 @media screen and (max-width: 768px) {

    .serve-block {
        min-height: calc(100vw * 1.485);
    }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
    
    .serve-block {
        min-height: calc(100vw * 1.485);
    }
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
    .serve-block {
        min-height: calc(100vw * 1.265);
    }

}




.thumbsSwiper {
    width: 80%;
    margin-top: -60px;
    /* border: 1px solid red; */
}

.thumbsSwiper .swiper-slide {
    width: 250px;
    min-height: 200px;
    background-repeat: no-repeat;
    background-size: 100%;
    opacity: 0.5;
    /* border: 1px solid red; */
}

.thumbsSwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.dot1 {
    background-image: url('../img/bannar/dot_select1.png');
}

.dot2 {
    background-image: url('../img/bannar/dot_select2.png');
}

.dot3 {
    background-image: url('../img/bannar/dot_select3.png');
}

.dot4 {
    background-image: url('../img/bannar/dot_select4.png');
}

/* 其他情报 */
.other-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 86%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 200px;
}

.other-start {
    position: absolute;
    width: 110px;
    height: 18px;
    left: 50%;
    margin-left: -55px;
    bottom: 260px;
}

.other-item {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    height: 680px;
    width: 30%;
}

.other-item1 {
    background-image: url('../img/weapon1_img.png');
}

.other-item2 {
    background-image: url('../img/weapon2_img.png');
}

.other-item3 {
    background-image: url('../img/weapon3_img.png');
}

.other-seapon {
    position: absolute;
    bottom: 110px;
    left: 0;
    right: 0;
    text-align: center;
}

.seapon-type {
    font-size: 28px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 10px;
    text-align: center;
}

.seapon-line {
    width: 230px;
    height: 16px;
    margin-bottom: 10px;
}

.seapon-name {
    font-size: 22px;
    color: #d4e7f1;
}


/* 底部样式 */



.download-btn {
    cursor: pointer;
    position: fixed;
    right: 0.5%;
    top: 60%;
    z-index: 200;
}

.download-btn-img {
    width: 160px;
}

.download-btn:hover {
    transition: all 0.5s;
    -webkit-transform: scale(1.1);
}

.footer-box {
    background-color: #000;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    margin-top: -200px;
}

.foot-logo {
    width: 71px;
    height: 36px;
    margin-right: 10px;
}

.footer-link-box {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: center;
}

.footer-link {
    font-size: 12px;
    color: #bbb;
    margin-right: 20px;
    cursor: pointer;
}

.footer-link:hover {
    text-decoration: underline;
}

.foot-img {
    width: 116px;
    height: 36px;
    margin-right: 20px;
}

.foot-level {
    width: 36px;
    height: 36px;
}

.footer-info {
    color: #8c8c8c;
    font-size: 12px;
    line-height: 18px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}




/* 切换语言 */
.container {
    position: absolute;
    right: 70px;
    top: 40px;
    display: flex;
}

.circle {
    width: 56px;
    height: 56px;
    border: 2px solid rgba(255, 255, 255, 0.12);
    border-radius: 28px;
    transition: width 0.4s 0.1s;
    cursor: pointer;
    overflow: hidden;
    display: flex;
    align-items: center;
}

/* 图标样式 */
.icon {
    width: 28px;
    height: 28px;
    vertical-align: middle;
    margin: 0 14px;
}

/* 下拉选择器样式 */
.dropdown {
    color: #919191;
    margin-right: 20px;
    width: 65px;
}


/* 悬停状态 */
.circle:hover {
    width: 170px !important;
    border-radius: 28px;
}

.select-dropdown {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.dropdown-absolute {
    position: absolute;
    right: 5px;
    top: -90px;
    z-index: 999;
    color: #919191;
    width: 150px;
    padding: 8px;
    background: #1c1c1c;
    border-radius: 6px;
    display: none;
}

.dropdown-item {
    padding: 6px 0;
    cursor: pointer;
}

.dropdown-item:hover {
    color: #fff !important;
}

.triangle {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: #666 solid 7px;
    border-left: transparent solid 7px;
    border-right: transparent solid 7px;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 1;
    color: #919191;
}

.triangle-active {
    transform: rotate(-180deg);
}

/* 视频弹窗 */
.mask-box {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    display: none;

}

.video-box {
    width: 80%;
    height: 530px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 15%;
}

.swiper {
    margin-top: 10px;
}