@import '../css/rem.css';
@import '../css/ui.css';
@import '../css/modal.css';
@import '../css/swiper.min.css';

body {
    position: relative;
    background-color: #222229;
    font-family: "Microsoft Yahei";
    box-sizing: border-box;
    overflow-x: hidden;
}

/* public */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.u-btn {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.f-l {
    float: left;
}

.f-r {
    float: right;
}

.logo {
    position: absolute;
    left: 30px;
    top: 50px;
    width: 113px;
    height: 89px;
    background-image: url(//web-resource.17m3.com/m3guo/202104/battle/images/logo.png);
    z-index: 40;
}

.logo a {
    display: block;
    width: 100%;
    height: 100%;   
}

.u-link {
    position: absolute;
    right: 2%;
    top: 75px;
    z-index: 40;
    font-size: 0;
}

.u-link a{
    margin-left: 15px;    
}

.u-link a.btn-index {
    display: inline-block;
    width: 145px;
    height: 33px;
    background-image: url(//web-resource.17m3.com/m3guo/202104/battle/images/btn-index.png);
    vertical-align: middle;
}

.u-link a.btn-index:hover{
    background-image: url(//web-resource.17m3.com/m3guo/202104/battle/images/btn-index-a.png);
}

.u-link a.btn-dl {
    display: inline-block;
    width: 145px;
    height: 33px;
    background-image: url(//web-resource.17m3.com/m3guo/202104/battle/images/btn-dl.png);
    vertical-align: middle;
}

.u-link a.btn-dl:hover{
    background-image: url(//web-resource.17m3.com/m3guo/202104/battle/images/btn-dl-a.png);
}

.u-btn.apply-trriger{
    position: fixed;
    right: -20px;
    top: 200px;
    width: 228px;
    height: 148px;
    text-align: center;
    color: transparent;
    font-size: 0;
    background-image: url(//web-resource.17m3.com/m3guo/202104/battle/images/btn-share.png);
    z-index: 10;
}

.u-btn.apply-trriger:hover{
    background-image: url(//web-resource.17m3.com/m3guo/202104/battle/images/btn-share-a.png);
}

.u-btn.rule{
    position: fixed;
    right: 21px;
    top: 370px;
    width: 145px;
    height: 33px;
    margin-left: -30px;
    text-align: center;
    color: transparent;
    font-size: 0;
    background-image: url(//web-resource.17m3.com/m3guo/202104/battle/images/btn-rule.png);
    z-index: 10;
}

.u-btn.rule:hover{
    background-image: url(//web-resource.17m3.com/m3guo/202104/battle/images/btn-rule-a.png);
}

.m-viewport {  
    position: relative;
    width: 1920px;
    height: 5200px;
    margin: 0 auto;
    left: 50%;
    padding-top: 990px;
    background-image: url(//web-resource.17m3.com/m3guo/202104/battle/images/body.jpg);     
    background-position: center top;
    font-size: 14px;
    color: #453519;
    box-sizing: border-box;
    transform: translateX(-50%);
}

.video-box {
    position: absolute;
    width: 1920px;
    height: 1480px;
    left: 50%;
    top: 0;
    margin-left: -960px;
    pointer-events: none;
}

.v-item>.title{
    position: relative;
    width: 1049px;
    height: 247px;
    margin: 0 auto 20px;
    z-index: 5;
}

.v-item>.title.title-1{
    background-image: url(//web-resource.17m3.com/m3guo/202104/battle/images/title-1.png);
}

.v-item>.title.title-2{
    background-image: url(//web-resource.17m3.com/m3guo/202104/battle/images/title-2.png);
}

.v-item>.title.title-3{
    background-image: url(//web-resource.17m3.com/m3guo/202104/battle/images/title-3.png);
}

.v-item>.title.title-4{
    background-image: url(//web-resource.17m3.com/m3guo/202104/battle/images/title-4.png);
}

/* m-hero */
.m-hero .content-item{
    width: 939px;
    margin: 0 auto;
}

.hero-item{
    position: relative;
    margin-bottom: 60px;
}

.hero-item::after{
    content: '';
    display: block;
    position: absolute;
    left: -63px;
    top: 0px;
    width: 43px;
    height: 260px;
}

.hero-item .u-btn.play{
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 95px;
    height: 84px;
    background-image: url(//web-resource.17m3.com/m3guo/202104/battle/images/layer-vid.png); 
}

.hero-item .u-btn.play .icon-play{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 95px;
    height: 84px;
    background-image: url(//web-resource.17m3.com/m3guo/202104/battle/images/icon-play_new.png);
    animation-timing-function: ease-in-out;
    animation-name: breathe;
    animation-duration: 2500ms;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    margin-left: -48px;
    margin-top: -45px;
}

.hero-item .u-btn.play:hover{
    background-image: url(//web-resource.17m3.com/m3guo/202104/battle/images/icon-play-a.png);
}

.hero-item .u-btn.play:hover .icon-play{
    display: none;
    animation: none;
}

@-webkit-keyframes breathe {
    0% {
        opacity: .4;
    }

    100% {
        opacity: 1;
    }
}


.hero-item.h-1{
    position: relative;
    width: 403px;
    height: 397px;
    background-image: url(//web-resource.17m3.com/m3guo/202104/battle/images/video-cover-1.png);
}

.hero-item .trriger{
    position: absolute;
    cursor: pointer;
}

.hero-select{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    /* transition: all .3s ease-in;     */
}

.hero-select.hs-1{
    width: 403px;
    height: 397px;    
    background-image: url(//web-resource.17m3.com/m3guo/202104/battle/images/video-cover-1a.png);
}

.hero-item.h-1 .trriger{
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.hero-item.h-1::after{
    background-image: url(//web-resource.17m3.com/m3guo/202104/battle/images/tag-1.png);
}

.hero-item.h-2{
    width: 403px;
    height: 397px;
    background-image: url(//web-resource.17m3.com/m3guo/202104/battle/images/video-cover-2.png);
}

.hero-select.hs-2{
    width: 403px;
    height: 397px;    
    background-image: url(//web-resource.17m3.com/m3guo/202104/battle/images/video-cover-2a.png);
}

.hero-item.h-2 .trriger{
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.hero-item.h-2::after{
    background-image: url(//web-resource.17m3.com/m3guo/202104/battle/images/tag-2.png);
}

.hero-item.h-3{
    width: 939px;
    height: 397px;
    background-image: url(//web-resource.17m3.com/m3guo/202104/battle/images/video-cover-3.png);
}

.hero-select.hs-3-1{
    width: 939px;
    height: 397px;
    background-image: url(//web-resource.17m3.com/m3guo/202104/battle/images/video-cover-3a_1.png);
}

.hero-select.hs-3-2{
    width: 939px;
    height: 397px;
    background-image: url(//web-resource.17m3.com/m3guo/202104/battle/images/video-cover-3a_2.png);
}

.hero-select.hs-3-3{
    width: 939px;
    height: 397px;
    background-image: url(//web-resource.17m3.com/m3guo/202104/battle/images/video-cover-3a_3.png);
}

.hero-item.h-3 .trriger.t-1{
    left: 0;
    top: 0;
    width: 33%;
    height: 100%;
}

.hero-item.h-3 .trriger.t-2{
    top: 0;
    left: 33%;
    width: 33%;
    height: 100%;
}

.hero-item.h-3 .trriger.t-3{
    top: 0;
    left: 66%;
    width: 33%;
    height: 100%;
}

.hero-item.h-3::after{
    background-image: url(//web-resource.17m3.com/m3guo/202104/battle/images/tag-3.png);
}

/* m-battle */
.nav-battle{
    font-size: 0;
    text-align: center;
    margin-left: -15px;
}

.nav-battle .u-btn{
    display: inline-block;
    vertical-align: middle;
    width: 325px;
    height: 59px;
    margin-left: 15px;
}

.nav-battle .u-btn.b-1{
    background-image: url(//web-resource.17m3.com/m3guo/202104/battle/images/btn-tab-1.png);
}

.nav-battle .u-btn.b-1.active{
    background-image: url(//web-resource.17m3.com/m3guo/202104/battle/images/btn-tab-1a.png);
}

.nav-battle .u-btn.b-2{
    background-image: url(//web-resource.17m3.com/m3guo/202104/battle/images/btn-tab-2.png);
}

.nav-battle .u-btn.b-2.active{
    background-image: url(//web-resource.17m3.com/m3guo/202104/battle/images/btn-tab-2a.png);
}

.nav-battle .u-btn.b-3{
    background-image: url(//web-resource.17m3.com/m3guo/202104/battle/images/btn-tab-3.png);
}

.nav-battle .u-btn.b-3.active{
    background-image: url(//web-resource.17m3.com/m3guo/202104/battle/images/btn-tab-3a.png);
}

.m-battle .swiper-body{
    width: 1060px;
    height: 556px;
    margin: 30px auto 0;    
}

.m-battle .slide-body{
    width: 1060px;
    height: 556px;
    background-image: url(//web-resource.17m3.com/m3guo/202104/battle/images/bg-tab-view.png);
}

.swiper-battle .wrapper{    
    width: 770px;
    margin: 0 auto;
    padding-top: 90px;
}

.m-battle .sub-title{
    width: 545px;
    height: 39px;
    line-height: 39px;
    margin: 0 auto 42px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #564730;
    text-align: center;
    background-image: url(//web-resource.17m3.com/m3guo/202104/battle/images/tab-title.png);
}

.img-w{
    position: relative;
    width: 303px;
    height: 297px;
    background-image: url(//web-resource.17m3.com/m3guo/202104/battle/images/bg-weapon.png);
}

.img-w img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.w-item{
    margin-bottom: 12px;
}

.weapon-detail{
    width: 410px;
}

.weapon-detail .tag{
    width: 140px;
    height: 22px;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 8px;
    color: #564730;
    text-align: center;
    background-image: url(//web-resource.17m3.com/m3guo/202104/battle/images/tab-tag.png);
}

.weapon-detail p{
    font-size: 14px;
    color: #564730;
}

ul.welfare li{
    float: left;
    
}

.welfare .img-pic{
    position: relative;
    width: 220px;
    height: 211px;
    margin: 0 auto 15px;
    background-image: url(//web-resource.17m3.com/m3guo/202104/battle/images/bg-pic.png);
}

.welfare .img-pic img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.welfare-tag{
    width: 246px;
    height: 22px;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    margin: 0 auto 15px;
    color: #564730;
    text-align: center;
    background-image: url(//web-resource.17m3.com/m3guo/202104/battle/images/sub-title.png);    
}

.welfare p{
    font-size: 14px;
    color: #564730;
    text-align: center;  
}

.u-btn.more{
    width: 429px;
    height: 81px;
    margin: 25px auto 100px;
    background-image: url(//web-resource.17m3.com/m3guo/202104/battle/images/btn-more.png);
}

.u-btn.more:hover{
    background-image: url(//web-resource.17m3.com/m3guo/202104/battle/images/btn-more-a.png);
}

/* m-map */
.v-item>.title.title-3{
    margin-bottom: 0;
}

.version-content .tip{
    margin-top: -20px;
    color: #dec776;
    font-size: 18px;
    text-align: center;
}

.map-view{
    position: relative;
    width: 1920px;
    height: 932px;
    margin: -50px auto;
    background-image: url(//web-resource.17m3.com/m3guo/202104/battle/images/bg-map.png);
}

/* m-evt */
.evt-list{
    margin-top: 30px;
    margin-left: -34px;
    font-size: 0;
    text-align: center;
}

.evt-list li{
    display: inline-block;
    width: 313px;
    height: 318px;
    margin-left: 34px;   
    vertical-align: middle;
}

.evt-list li.e-1{
    background-image: url(//web-resource.17m3.com/m3guo/202104/battle/images/bg-evt-1.png);
}

.evt-list li.e-2{
    background-image: url(//web-resource.17m3.com/m3guo/202104/battle/images/bg-evt-2.png);
}

.evt-list li.e-3{
    background-image: url(//web-resource.17m3.com/m3guo/202104/battle/images/bg-evt-3.png);
}

.evt-list h6{
    margin-bottom: 20px;
    padding-top: 25px;
    font-size: 18px;
    font-weight: 700;
    color: #dec776;
    text-align: center;
}

.evt-list p{
    width: 240px;
    margin: 0 auto;
    font-size: 14px;
    color: #efe9da;
    text-align: left;
}

/* vid */
.u-vid-player {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.u-vid-player .u-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .6;
    z-index: 20;
}

.u-vid-player .container {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 200;
}

.u-vid-player .u-btn.close {
    position: absolute;
    right: -50px;
    top: 0;
    border: none;
    background: transparent;
    width: 50px;
    height: 50px;
    cursor: pointer;
    font-size: 0;
    color: transparent;
    background-image: url(../images/btn-close.png);
    background-size: cover;
    transition: all .4s;
    z-index: 20;
}

.map-view .u-btn.play{
    position: absolute;
    left: 50%;
    top: 136px;
    width: 119px;
    height: 106px;
    margin-left: -60px;
    background-image: url(//web-resource.17m3.com/m3guo/202104/battle/images/layer-vid_2.png);
}

.map-view .u-btn.play .icon-play{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 115px;
    height: 115px;
    margin-left: -57.5px;
    margin-top: -55.5px;
    background-image: url(//web-resource.17m3.com/m3guo/202104/battle/images/icon-play_3.png);
    animation-timing-function: ease-in-out;
    animation-name: breathe;
    animation-duration: 2500ms;
    animation-iteration-count: infinite;
    animation-direction: alternate;     
}

.map-view .u-btn.play:hover{
    background-image: url(//web-resource.17m3.com/m3guo/202104/battle/images/icon-play_2.png);
}

.map-view .u-btn.play:hover .icon-play{
    display: none;
    animation: none;
}


#playCon{
    width: 1280px;
    height: 720px;
}