body, dl, dd, ul, ol, h1, h2, h3, h4, h5, h6, p, form, div, input, img {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "Microsoft YaHei",serif;
}
body {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
}
/*背景容器*/
.container {
    background: #2c364f;
    width: 100%;
}
/*首页*/
.header {
    position: relative;
    width: 100%;
    height: 19.2rem;
    background: url("../img/bg-header.png") no-repeat left top;
    background-size: cover;
    z-index: 1;
}
.header .animation {
    width: 100%;
    height: 19.2rem;
    background: url("../img/bg-animation.gif") no-repeat center;
    background-size: cover;
    z-index: 2;
}
.header .bottom {
    background: url("../img/bg-bottom.png") no-repeat center;
    background-size: cover;
    width: 100%;
    height: 2.01rem;
    position: absolute;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}
.header .bottom .icon-avatar {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    margin-left: 0.6rem;
    margin-bottom: 0.6rem;
    width: 1.93rem;
    height: 1.93rem;
    background: url("../img/icon-avatar.png") no-repeat center;
    background-size: cover;
}
.header .bottom .text-avatar {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45%;
    -moz-box-flex: 0;
    flex: 0 0 45%;
    font-size: 0.42rem;
    color: #dae2ff;
    margin-right: 2.8rem;
}
.header .bottom .text-avatar span:nth-child(2) {
    font-size: 0.36rem;
    color: #6876b9;
}
/*预约奖励*/
.order {
    width: 100%;
    height: 16.17rem;
    background: url("../img/bg-order.jpg") no-repeat center;
    background-size: cover;
}
/*角色立绘*/
.role {
    width: 100%;
    height: 17.23rem;
    position: relative;
}
.role .role-title {
    width: 100%;
    height: 2.95rem;
    background: url("../img/bg-title-role.jpg") no-repeat center;
    background-size: cover;
    position: absolute;
    z-index: 2;
}
/*轮播图begin*/
.swiper-container-role {
    width: 100%;
    height: 14.28rem;
    margin-top: 2.7rem;
}
.bg-role {
    background-size: cover;
    width: 100%;
    height: 100%;
}
.bg-role-alb {
    background: url("../img/bg-role-alb.jpg") no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.swiper-container-role .btn-voice {
    width: 0.63rem;
    height: 0.63rem;
    background: url("../img/btn-voice.png") no-repeat center;
    background-size: cover;
    position: absolute;
}
.swiper-container-role .btn-voice.alb {
    top: 15%;
    right: 12%;
}
.swiper-container-role .btn-voice.alex {
    top: 15%;
    right: 10%;
}
.swiper-container-role .btn-voice.dwt {
    top: 15%;
    right: 7%;
}
.swiper-container-role .btn-voice.wle {
    top: 15%;
    right: 11%;
}
.swiper-container-role .btn-voice.wje {
    top: 15%;
    right: 10%;
}
.swiper-container-role .btn-voice.adla {
    top: 15%;
    right: 12%;
}
/*导航按钮begin*/
.swiper-container-role-nav {
    width: 90%;
    height: 3.2rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.84rem;
}
.swiper-container-role-nav .swiper-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
    -webkit-align-content: center;
            align-content: center;
    -webkit-justify-content: space-around;
            justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
}
.swiper-container-role-nav .swiper-slide-role-nav1 {
    background: url("../img/btn-role-alb.png") no-repeat center;
    background-size: 100% 100%;
    width: 1.38rem!important;
    height: 1.28rem;
    margin-top: 1.5rem;
}
.swiper-slide-role-nav1.swiper-slide-thumb-active {
    background-image: url("../img/btn-role-alb-active.png");
}
.swiper-container-role-nav .swiper-slide-role-nav2 {
    background: url("../img/btn-role-alex.png") no-repeat center;
    background-size: cover;
    width: 1.38rem!important;
    height: 1.28rem;
    margin-top: 1.5rem;
}
.swiper-slide-role-nav2.swiper-slide-thumb-active {
    background-image: url("../img/btn-role-alex-active.png");
}
.swiper-container-role-nav .swiper-slide-role-nav3 {
    background: url("../img/btn-role-dwt.png") no-repeat center;
    background-size: cover;
    width: 1.38rem!important;
    height: 1.28rem;
    margin-top: 1.5rem;
}
.swiper-slide-role-nav3.swiper-slide-thumb-active {
    background-image: url("../img/btn-role-dwt-active.png");
}
.swiper-container-role-nav .swiper-slide-role-nav4 {
    background: url("../img/btn-role-wle.png") no-repeat center;
    background-size: cover;
    width: 1.38rem!important;
    height: 1.28rem;
}
.swiper-slide-role-nav4.swiper-slide-thumb-active {
    background-image: url("../img/btn-role-wle-active.png");
}
.swiper-container-role-nav .swiper-slide-role-nav5 {
    background: url("../img/btn-role-wje.png") no-repeat center;
    background-size: cover;
    width: 1.38rem!important;
    height: 1.28rem;
}
.swiper-slide-role-nav5.swiper-slide-thumb-active {
    background-image: url("../img/btn-role-wje-active.png");
}
.swiper-container-role-nav .swiper-slide-role-nav6 {
    background: url("../img/btn-role-adla.png") no-repeat center;
    background-size: cover;
    width: 1.38rem!important;
    height: 1.28rem;
}
.swiper-slide-role-nav6.swiper-slide-thumb-active {
    background-image: url("../img/btn-role-adla-active.png");
}
/*导航按钮end*/
/*轮播图end*/
.pv {
    width: 100%;
    height: 9.93rem;
    background: url("../img/bg-pv.jpg") no-repeat center;
    background-size: cover;
    position: relative;
}
.pv .container-pv {
    width: 9.3rem;
    height: 5.35rem;
    left: 0.79rem;
    top: 3.12rem;
    position: absolute;
}
.pv-video, .pv-cover {
    width: 9.3rem;
    height: 5.35rem;
    position: absolute;
}
.pv-cover {
    /*视频封面遮住视频*/
    z-index: 2;
}
.btn-play-decorate {
    background: url("../img/btn-play-decorate.png") no-repeat center;
    background-size: cover;
    position: absolute;
    top: 1.68rem;
    left: 3.95rem;
    width: 1.38rem;
    height: 1.38rem;
    -webkit-animation: rotate linear 1s infinite;
    -moz-animation: rotate linear 1s infinite;
    animation: rotate linear 1s infinite;
    /*播放按钮在最顶层*/
    z-index: 3;
}
.btn-play {
    background: url("../img/btn-play.png") no-repeat center;
    background-size: cover;
    width: 0.62rem;
    height: 0.65rem;
    position: absolute;
    top: 2.01rem;
    left: 4.39rem;
    /*播放按钮在最顶层*/
    z-index: 3;
}
@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
.hidden {
    display: none!important;
}
.game-feature {
    width: 100%;
    height: 14.52rem;
    background: url("../img/bg-game-feature.jpg") no-repeat center;
    background-size: cover;
    position: relative;
}
.swiper-container-game-feature {
    margin-top: 1.65rem;
    height: 12.87rem;
}
.swiper-container-game-feature .slide-item-game-feature {
    width: 6.57rem;
    height: 10.6rem;
}
.swiper-container-game-feature .swiper-slide-game-feature {
    opacity: 0.5;
}
.swiper-container-game-feature .swiper-slide-game-feature.swiper-slide-active {
    opacity: 1;
}
/*自定义分页器begin*/
.swiper-pagination.swiper-pagination-game-feature {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    bottom: 0.18rem;
}
.swiper-pagination-game-feature .swiper-pagination-bullet {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    outline: none;
    width: 0.17rem;
    height: 0.17rem;
    background: url(../img/icon-page.png) no-repeat center;
    background-size: cover;
}
.swiper-pagination-game-feature .swiper-pagination-bullet.swiper-pagination-bullet-active {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    outline: none;
    width: 0.59rem;
    height: 0.42rem;
    background: url(../img/icon-page-active.png) no-repeat center;
    background-size: cover;
}
/*自定义分页器end*/
/*自定义翻页样式begin*/
/*销毁swiper原生的翻页样式*/
.swiper-button-next.swiper-button-next-game-feature:after, .swiper-button-prev.swiper-button-prev-game-feature:after{
    content: none;
}
.swiper-button-prev.swiper-button-prev-game-feature {
    /*去除点击高亮和边框*/
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    outline: none;
    top: 55%;
    width: 0.53rem;
    height: 1.21rem;
    background: url("../img/icon-prev.png") no-repeat center;
    background-size: cover;
}
.swiper-button-next.swiper-button-next-game-feature {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    outline: none;
    top: 55%;
    width: 0.53rem;
    height: 1.21rem;
    background: url("../img/icon-next.png") no-repeat center;
    background-size: cover;
}
/*自定义翻页样式end*/
.news {
    background: url("../img/bg-news.jpg") no-repeat center;
    background-size: cover;
    width: 100%;
    height: 14.94rem;
}
.clear-fix::before{
    content: "";
    display: table;
}
.news .article {
    width: 9.49rem;
    height: 2.94rem;
    margin: auto;
    display: block;
}
.news .article1 {
    margin-top: 2.52rem;
    background: url("../img/cover-article1.png") no-repeat center;
    background-size: cover;
}
.news .article2 {
    margin-top: 0.86rem;
    background: url("../img/cover-article2.png") no-repeat center;
    background-size: cover;
}
.news .article3 {
    margin-top: 0.8rem;
    background: url("../img/cover-article3.png") no-repeat center;
    background-size: cover;
}