html,
body {
    margin: 0;
    padding: 0;
}

* {
    margin: 0;
    padding: 0;
}

.pxcontainerBox {
    width: 100%;
    min-height: 100%;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #fff;
}

a:active {
    text-decoration: none;
    color: #fff;
}


/* 头部 */

.header {
    background-color: rgba(119, 247, 236, 0.2);
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #141313;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 111;
}

.header>h5 {
    font-size: 30px;
    letter-spacing: 8px;
    margin-left: 10%;
    cursor: pointer;
}

.titleCard {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-right: 10%;
}

.titleCard>div {
    margin-right: 30px;
    cursor: pointer;
}

.mbheader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 111;
}

.mbheaderBody {
    background-color: #8de4eb;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    height: 50px;
}

.mbheaderBody>h5 {
    font-size: 20px;
    letter-spacing: 5px;
    margin-left: 10%;
    cursor: pointer;
}

.cardShow {
    margin-right: 10%;
}

.cardShow>span {
    width: 18px;
    border-bottom: 1px solid #fff;
    margin-top: 5px;
    display: block;
}

.mbtitleCard {
    background-color: hsla(0, 0%, 0%, 0.54);
    color: #fff;
    padding: 10px 0;
    display: none;
}

.mbtitleCard>div {
    text-align: center;
    height: 30px;
    line-height: 30px;
}


/* 遮罩层及弹框 */

.mask {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 112;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.maskCloseDiv {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
}

.maskinnerImg {
    width: 100%;
}

.commonhide {
    display: none;
}

.followUs {
    position: relative;
    width: 100%;
    top: 0;
}

.companyInfo {
    background-color: antiquewhite;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.companyInfo>div {
    width: 70%;
}

.companyInfo>div>h5 {
    margin-bottom: 20px;
    font-size: 20px;
}

.companyInfo>div>p {
    margin-bottom: 15px;
}

.companyInfop {
    text-indent: 30px;
    margin-bottom: 15px;
    text-align: left;
    line-height: 30px;
}

.newInfo {
    position: relative;
    width: 100%;
}

.newInfotitle {
    width: 100%;
    margin-top: 15px;
}

.closeImg {
    position: absolute;
    height: 8%;
    top: 23%;
    right: 10px;
}

.closeDiv {
    position: absolute;
    bottom: 12%;
    width: 9%;
    height: 5%;
    left: 55%;
}

.infoText {
    width: 38%;
    height: 50%;
    position: absolute;
    left: 42%;
    top: 40%;
}

.mbnewInfo {
    background-color: #f0e9d7;
}

.mbinfoText {
    width: 100%;
    height: 50%;
}

.mbinfoText>.infosBox {
    background-image: none;
    min-height: 180px;
}

.mbinfoText>.infosBox>div>.infoitem {
    border-bottom: 1px dashed #cbbda8;
    padding: 0;
}

.infoImg {
    width: 100%;
}

.infoTitle {
    width: 100%;
    display: flex;
}

.infoTitle>div {
    display: flex;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 14px;
    color: #bfa584;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
}

.current {
    background-color: #cbbda8;
    color: #f6f3ef !important;
}

.infosBox {
    width: 100%;
    background-image: url(../images/infobg.png);
    height: 90%;
    background-size: cover;
    overflow-y: scroll;
}

.infosBox::-webkit-scrollbar {
    display: none
}

.infohide {
    display: none;
}

.infoitem {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 95%;
    margin: 0 auto;
    padding: 10px 0;
}

.infoitem>h5 {
    color: #6c6666;
    cursor: pointer;
    font-size: 12px;
    max-width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 10px 0;
}

.infoitem>span {
    color: #afafaf;
    font-size: 10px;
}


/* 主图 */

.bannerBox {
    width: 100%;
    position: relative;
}

.bannerBox>video {
    width: 100%;
}

.bannerBtnBox {
    position: absolute;
    height: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    top: 20%;
    right: 0;
}

.mbbannerBtnBox>img {
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.mbbannerBtnBox {
    position: absolute;
    height: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    top: 30%;
    right: 0;
}

.bannerBtnBox>img {
    width: 100px;
    height: 100px;
    cursor: pointer;
}


/* 加群好礼 */

.joinGiftBox {
    width: 100%;
    position: relative;
    margin-top: -5px;
}

.joinGiftBox>img {
    width: 100%;
}

.nextaClass {
    position: absolute;
    bottom: 20px;
    left: 49%;
}

.mbnextClass {
    position: absolute;
    bottom: 0;
    left: 49%;
}

.mbnextClass>img {
    width: 20px;
}


/* 英雄图鉴 */

.heroChart {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 55px;
}

.mbheroChart {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero_chart>img {
    width: 95%;
}

.hero_chart {
    position: relative;
}

.hreoInfo {
    max-height: 55%;
    position: absolute;
    right: 7%;
    top: 29%;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.hreoInfo>img {
    margin-bottom: 10px;
}

.hreoInfo::-webkit-scrollbar,
.mbhreoInfo::-webkit-scrollbar {
    width: 5px;
}

.hreoInfo::-webkit-scrollbar-track,
.mbhreoInfo::-webkit-scrollbar-track {
    background-color: #b4a085;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
}

.hreoInfo::-webkit-scrollbar-thumb,
.mbhreoInfo::-webkit-scrollbar-thumb {
    background-color: #e1b868;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
}

.mbhreoInfo {
    max-height: 50%;
    position: absolute;
    right: 3%;
    top: 29%;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    align-items: center;
}

.charthide {
    display: none;
}

.mbhreoInfo>img {
    width: 70%;
    margin-bottom: 10px;
}

.hero_chart {
    text-align: center;
}

.mbshowhreoinfo {
    width: 100%;
    text-align: center;
}

.mbshowhreoinfo>img {
    width: 50%;
}

.activeBox {
    display: flex;
    flex-direction: row;
    position: absolute;
    right: 10%;
    bottom: 7%;
}

.activeBox>span {
    width: 17px;
    height: 17px;
    background-color: #6a6859;
    border-radius: 50%;
    margin: 0 8px;
    cursor: pointer;
}

.mbshowhreoinfobtn {
    position: absolute;
    width: 100%;
    bottom: 8%;
    display: flex;
    justify-content: center;
}

.mbactiveBox {
    display: flex;
    flex-direction: row;
}

.mbactiveBox>span {
    width: 10px;
    height: 10px;
    background-color: #6a6859;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}

.activeItem {
    background-color: #eef1c6 !important;
}

.heroChart {
    width: 100%;
    background-image: url(../images/yxgsbg.jpg);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-size: contain;
    margin-top: -5px;
    padding-bottom: 30px;
    background-size: cover;
}

#mbheroChart {
    width: 100%;
    background-image: url(../images/yxgsbg.jpg);
    position: relative;
    text-align: center;
    background-size: cover;
    margin-top: -34px;
    padding-bottom: 50px;
}


/* 英雄故事 */

.heroStory {
    width: 100%;
    background-image: url(../images/yxtsbg.jpg);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-size: contain;
    margin-top: -55px;
    padding-bottom: 30px;
    background-size: cover;
}

.mbheroStory {
    background-image: url(../images/yxtsbg.jpg);
    position: relative;
    text-align: center;
    background-size: cover;
    margin-top: -4px;
}

.mbheroImg>img {
    width: 25%;
    margin: 0 10px;
    cursor: pointer;
}

.heroBox {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    margin: 30px 0;
}

.mbheroBox {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding-bottom: 30px;
}

.heroTitle {
    width: 100%;
    text-align: center;
    margin: 20px 0 30px 0;
}

.heroTitle>img {
    /* width: 100%; */
}

.mbheroTitle {
    width: 100%;
    text-align: center;
    margin: 20px 0 10px 0;
}

.mbheroTitle>img {
    width: 80%;
}

.heroBox_t {
    display: flex;
    justify-content: space-around;
}

.heroBox_b {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.heroBox_t>img,
.heroBox_b>img {
    margin: 0 30px;
    cursor: pointer;
}

.heroInfo>img {
    width: 100%;
}


/* 游戏特色 */

#gameCharacteristic {
    width: 100%;
    /* background-image: url(../images/yxtsbg.jpg); */
    background-image: url(../images/mbyxgsbg.png);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    background-size: cover;
}

.gameTitle {
    width: 100%;
    text-align: center;
    /* margin-bottom: 30px; */
    margin-top: 50px;
}

.gameimgBox {
    width: 85%;
    margin: 0 10% 50px;
    text-align: center;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

#certify {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 30px;
}

#certify .swiper-container {
    padding-bottom: 60px
}

#certify .swiper-slide {
    width: 760px;
    background: #fff;
    box-shadow: 0 8px 30px #ddd
}

#certify .swiper-slide img {
    display: block;
    width: 760px;
}

#certify .swiper-slide p {
    line-height: 98px;
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 1.1em;
    margin: 0
}

#certify .swiper-pagination {
    width: 100%;
    bottom: 20px
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    /* border: 3px solid #fff;
    background-color: #d5d5d5; */
    width: 10px;
    height: 10px;
    opacity: 1;
    background: url(../images/gameunactive.png) no-repeat;
    background-size: cover;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: url(../images/gameactive.png) no-repeat;
    background-size: cover;
}

#certify .swiper-button-prev {
    left: -30px;
    width: 45px;
    height: 45px;
    background: url(../images/prev.png) no-repeat;
    background-position: 0 0;
    background-size: 100%
}

#certify .swiper-slide-prev::after,
#certify .swiper-slide-next::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 2;
}

#certify .swiper-button-prev:hover {
    background-position: 0 -46px;
    background-size: 100%
}

#certify .swiper-button-next {
    right: -30px;
    width: 45px;
    height: 45px;
    background: url(../images/next.png) no-repeat;
    background-position: 0 -93px;
    background-size: 100%
}

#certify .swiper-button-next:hover {
    background-position: 0 -139px;
    background-size: 100%
}

.i-button-prev {
    position: absolute;
    top: 37%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    left: 0;
    width: 100%;
    z-index: 99;
}


/* 移动端的轮播样式 */

#mbcertify {
    position: relative;
    width: 360px;
    margin: 0 auto;
    margin-bottom: 15px;
    padding-bottom: 20px;
}

#mbcertify .swiper-container {
    /* padding-bottom: 60px */
}

#mbcertify .swiper-slide {
    width: 330px;
    background: #fff;
    box-shadow: 0 8px 30px #ddd
}

#mbcertify .swiper-slide img {
    display: block;
    width: 330px;
}

#mbcertify .swiper-slide p {
    line-height: 98px;
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 1.1em;
    margin: 0
}

#mbcertify .swiper-pagination {
    width: 100%;
}

#mbcertify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    /* border: 3px solid #fff;
    background-color: #d5d5d5; */
    width: 10px;
    height: 10px;
    opacity: 1;
    background: url(../images/gameunactive.png) no-repeat;
    background-size: cover;
}

#mbcertify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: url(../images/gameactive.png) no-repeat;
    background-size: cover;
}

#mbcertify .swiper-button-prev {
    left: -30px;
    width: 45px;
    height: 45px;
    background: url(../images/prev.png) no-repeat;
    background-position: 0 0;
    background-size: 100%
}

#mbcertify .swiper-slide-prev::after,
#certify .swiper-slide-next::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 2;
}

#mbcertify .swiper-button-prev:hover {
    background-position: 0 -46px;
    background-size: 100%
}

#mbcertify .swiper-button-next {
    right: -30px;
    width: 45px;
    height: 45px;
    background: url(../images/next.png) no-repeat;
    background-position: 0 -93px;
    background-size: 100%
}

#mbcertify .swiper-button-next:hover {
    background-position: 0 -139px;
    background-size: 100%
}

.mbnext,
.mbprev {
    width: 20px;
}


/* 资讯详情 */

.zxInfomask {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 115;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.zxInfo {
    width: 100%;
    height: 70%;
}

.zxInfo>iframe {
    width: 100%;
    height: 100%;
}

.wwwClass {
    display: inline-block;
    width: 50px;
    height: 48px;
    background: url(../images/zf-floot-img.png) no-repeat center;
    top: 45%;
    left: 29%;
    position: absolute;
}


/* 媒体查询 */

@media screen and (max-width: 750px) {
    /*小于 750 像素*/
    .footerClass {
        background:  rgba(119, 247, 236, 0.2);
        text-align: center;
        padding: 20px 0 50px 0;
        position: relative;
    }
    .wwwClass {
        top: 25%;
        left: 42%;
    }
    .footerClass>img {
        width: 80%;
        margin-bottom: 5%;
    }
    .footerClass>p {
        color: #c5c5c5;
        margin: 10px;
        font-size: 12px;
    }
    .bannerBox {
        margin-top: 50px;
    }
    .companyInfo {
        background-color: antiquewhite;
        width: 100%;
        text-align: center;
        height: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        overflow-y: auto;
    }
    .companyInfo>div {
        width: 80%;
        margin: 50px 0;
    }
}

@media screen and (min-width: 750px) {
    /*大于 750 像素*/
    .footerClass {
        background: rgba(59, 129, 123, 0.2);
        text-align: center;
        padding: 20px 0 50px 0;
        position: relative;
    }
    .footerClass>img {
        width: 30%;
    }
    .footerClass>p {
        color: #111010;
        margin: 15px;
    }
    .bannerBox {
        margin-top: 80px;
    }
    .companyInfo {
        background-color: antiquewhite;
        width: 100%;
        text-align: center;
        height: 45vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}