html {
    height: 100%;
    scroll-behavior: smooth;
}

body {
    height: 100%;
    color: #4c5161;
    background-color: #ffffff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.layui-fluid {
    padding: 0;
}

.header {
    margin: 0;
    padding: 0;
    /* background-color: #f7f9fa; */
    /* border-bottom: 1px solid #f7f9fa;
    box-shadow: 0 2px 8px #f0f1f2, inset 0 -1px #f0f1f2; */
}

.body {
    margin: 0;
    padding: 0;
}

.header-nav {
    width: 100%;
    background-color: #000000;
    position: fixed;
    top: 0;
    z-index: 999999999;
}

.nav-item-box {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin-right: 60px;
    margin-top: 30px;
    text-align: right;
    color: #fff;
    font-family: 'SimHei';
    user-select: none;
}

.nav-item-box a,
.nav-item-box a i {
    font-size: 19px;
    color: #fff !important;
}

.nav-item-box a:hover {
    color: #fff !important;
}

.small-logo-img {
    margin: 10px 30px;
}

#music-btn {
    cursor: pointer;
}
#play-icon {
    display: none;
}

.line {
    background: url('//game.gtimg.cn/images/lpl/act/a20200903worlds/fg-line.png') no-repeat center top;
    height: 42px;
    position: relative;
    top: -18px;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
}

.line2 {
    background: url('//game.gtimg.cn/images/lpl/act/a20200903worlds/fg-line.png') no-repeat center top;
    height: 42px;
    position: relative;
    top: -30px;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
}

.top-box {
    height: 100%;
}

#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: black; /* in case the video doesn't fit the whole page*/
    background-position: center center;
    background-size: contain;
    object-fit: cover; /*cover video background */
    z-index: -1;
}
.video-mask {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    background-color: rgba(0, 0, 0, 0.2);
    background-image: url(../img2/bg_pattern.png);
}
#header,
#footer {
    position: fixed;
    display: block;
    width: 100%;
    z-index: 9;
    padding: 8px;
}

#header {
    top: 0;
}
#footer {
    bottom: 0;
}

.banner-box {
    position: relative;
    top: 10%;
    z-index: 99999;
    height: 100%;

    /* background: transparent url('../img2/bg_pattern.png'); */
    /* background: transparent url("https://game.gtimg.cn/images/lol/act/a20201211battlequeen/pass/bg_test.jpg") no-repeat center center; */
    /* background: transparent url("//game.gtimg.cn/images/lol/act/a20200319clash/index_bg.jpg") no-repeat center -800px; */
    /* box-shadow: 0 2px 8px #f0f1f2, inset 0 -1px #f0f1f2; */
    /* background: transparent url("//game.gtimg.cn/images/dnf/cp/a20201126version/rp.jpg") no-repeat center -200px; */
    /* background: transparent url("//game.gtimg.cn/images/lol/act/a20191206charity/page4/bg2.jpg") no-repeat center -200px; */
}

.banner {
    width: 100%;
    text-align: center;
    position: relative;
    top: 5%;
}

.logo-img {
    width: 35%;
    margin-bottom: 30px;
}

.banner .title {
    font-size: 40px;
    font-weight: bold;
    background-image: linear-gradient(#ff0088, #f033b7, #9c0060);
    color: transparent;
    margin-bottom: 30px;
}

.banner .title2 {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    margin: 30px 0;
    background-image: linear-gradient(#fe1492, #fe1492, #fe1492);
    color: transparent;
    -webkit-text-fill-color: transparent;
}
.arrow {
    width: 100%;
    text-align: center;
    position: relative;
    bottom: 10%;
    z-index: 99999;
}

.arrow img {
    height: 100px;
}

.download-box a {
    display: inline-block;
    border-radius: 3px;
    padding: 20px 0;
    width: 20%;
    margin: 20px 5px;
    background: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.download-box a,
.download-box a i {
    font-size: 19px;
}

.download-box a.qun-button {
    background: #054492;
    border: 3px solid #000;
}

.download-box a.bbs-button {
    background: #e70012;
    border: 3px solid #000;
}

.download-box a.log-button {
    background: #3e8413;
    border: 3px solid #000;
}

#myMenu {
    position: fixed;
    top: 40%;
    right: 1%;
    z-index: 99;
}

#myMenu li a {
    display: block;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    margin-bottom: 8px;
    background: url(../img2/hd-sprite.png) no-repeat -637px -22px;
    cursor: pointer;
}

#myMenu li:hover a,
#myMenu li.active a {
    display: block;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    margin-bottom: 8px;
    background: url(../img2/hd-sprite.png) no-repeat -615px -22px;
    cursor: pointer;
}

/* 装备 */
#section1 {
    /* background-image: url(../img2/bg2.jpg); */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.page-zhuangbei {
    display: table;
    width: 100%;
}

.page-zhuangbei .cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 100vh;
}

.page-title-zhuangbei {
    margin: 0 auto 50px;
    width: 538px;
    height: 52px;
    background: url(../img2/tl-sprite.png) no-repeat 0 -258px;
}

.zb-list-box {
    border-top: 10px solid #ff0000;
    border-bottom: 10px solid #ff0000;
    background: rgba(0, 0, 0, 0.6);
}
.zb-list {
    width: 1100px;
    margin: 70px auto;
}

.zb-list li {
    width: 66px;
    height: 66px;
    float: left;
    margin: 0 34px 50px;
    position: relative;
}
.zb-list li img {
    width: 100%;
    height: 100%;
}

.clear {
    clear: both;
}
.mask {
    position: absolute;
    top: -51px;
    left: -51px;
    width: 168px;
    height: 168px;
    background: url(../img2/gq/gq1.png) no-repeat;
    background-size: 100% 100%;
    animation: gq 1s infinite;
}
@keyframes gq {
    0% {
        background: url(../img2/gq/gq1.png) no-repeat;
        background-size: 100% 100%;
    }
    12.5% {
        background: url(../img2/gq/gq2.png) no-repeat;
        background-size: 100% 100%;
    }
    25% {
        background: url(../img2/gq/gq3.png) no-repeat;
        background-size: 100% 100%;
    }
    37.5% {
        background: url(../img2/gq/gq4.png) no-repeat;
        background-size: 100% 100%;
    }
    50% {
        background: url(../img2/gq/gq5.png) no-repeat;
        background-size: 100% 100%;
    }
    62.5% {
        background: url(../img2/gq/gq6.png) no-repeat;
        background-size: 100% 100%;
    }
    75% {
        background: url(../img2/gq/gq7.png) no-repeat;
        background-size: 100% 100%;
    }
    87.5% {
        background: url(../img2/gq/gq8.png) no-repeat;
        background-size: 100% 100%;
    }
}

/* 第二页 */
#section2 {
    /* background-image: url(../img2/bg4.jpg); */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.page-2 {
    display: flex;
    width: 100%;
    height: 100vh;
    display: -webkit-flex; /* Safari */
    justify-content: center;
    align-items: center;
}

.page-2 .cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 1200px;
    height: 70%;
    position: relative;
}

#section2 .page-title-2 {
    position: absolute;
    top: 30%;
    left: -15%;
    width: 538px;
    height: 52px;
    background: url(../img2/tl-sprite.png) no-repeat 0 0;
    z-index: 1;
    transition: all 1s ease-out;
}

#section2.active .page-title-2 {
    position: absolute;
    top: 30%;
    left: 5%;
    width: 538px;
    height: 52px;
    background: url(../img2/tl-sprite.png) no-repeat 0 0;
    z-index: 1;
}

#section2 .big-pic-2 img {
    position: absolute;
    top: 0;
    right: -100%;
    transition: all 1s ease-out;
}

#section2.active .big-pic-2 img {
    position: absolute;
    top: 0;
    right: -15%;
}

#section2 #maps {
    position: absolute;
    top: 0;
    left: -100%;
    transition: all 1s ease-out;
}

#section2.active #maps {
    position: absolute;
    top: 50%;
    left: 0;
}

#section2.active #maps img {
    width: 100%;
}

/* 第三页 */
#section3 {
    /* background-image: url(../img2/bg3.jpg); */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.page-3 {
    display: table;
    width: 100%;
}

.page-3 .cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 100vh;
}

#section3 .page-title-3 {
    z-index: 2;
    position: absolute;
    top: 32%;
    right: -100%;
    width: 538px;
    height: 52px;
    background: url(../img2/tl-sprite.png) no-repeat 0 -102px;
    transition: all 1s ease-out;
}

#section3.active .page-title-3 {
    position: absolute;
    top: 32%;
    right: 8%;
    width: 538px;
    height: 52px;
    background: url(../img2/tl-sprite.png) no-repeat 0 -102px;
}

#section3 .big-pic-3 {
    z-index: 1;
    position: absolute;
    top: 10%;
    left: -100%;
    transition: all 1s ease-out;
}

#section3.active .big-pic-3 {
    position: absolute;
    top: 10%;
    left: 0;
}

#section3 .guoshi {
    z-index: 1;
    position: absolute;
    top: 50%;
    right: -100%;
    margin: 0;
    padding: 0;
    width: 521px;
    height: 247px;
    background: url(../img2/war-map.png) no-repeat 0 0;
    text-indent: -999em;
    transition: all 1s ease-out;
}

#section3.active .guoshi {
    position: absolute;
    top: 50%;
    right: 28%;
    margin: 0;
    padding: 0;
    width: 521px;
    height: 247px;
    background: url(../img2/war-map.png) no-repeat 0 0;
    text-indent: -999em;
}

#section3 .chuanyuan {
    z-index: 1;
    position: absolute;
    top: 50%;
    right: -100%;
    margin: 0;
    padding: 0;
    width: 521px;
    height: 247px;
    background: url(../img2/war-map.png) no-repeat 0 -247px;
    text-indent: -999em;
    transition: all 1s ease-out;
}

#section3.active .chuanyuan {
    position: absolute;
    top: 50%;
    right: 5%;
    margin: 0;
    padding: 0;
    width: 521px;
    height: 247px;
    background: url(../img2/war-map.png) no-repeat 0 -247px;
    text-indent: -999em;
}

/* 第二页 */
#section4 {
    /* background-image: url(../img2/bg4.jpg); */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.page-4 {
    z-index: -3;
    display: table;
    width: 100%;
}

.page-4 .cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 100vh;
}

#section4 .page-title-4 {
    position: absolute;
    top: 28%;
    left: -100%;
    width: 538px;
    height: 52px;
    background: url(../img2/tl-sprite.png) no-repeat 0 -52px;
    z-index: 2;
    transition: all 1s ease-out;
}

#section4.active .page-title-4 {
    position: absolute;
    top: 28%;
    left: 15%;
    width: 538px;
    height: 52px;
    background: url(../img2/tl-sprite.png) no-repeat 0 -52px;
}

#section4 .big-pic-4 img {
    z-index: 1;
    position: absolute;
    top: 10%;
    right: -100%;
    transition: all 1s ease-out;
}

#section4.active .big-pic-4 img {
    position: absolute;
    top: 10%;
    right: -10%;
}

#section4 #maps-2 {
    z-index: 2;
    position: absolute;
    top: 45%;
    left: -100%;
    transition: all 1s ease-out;
}

#section4.active #maps-2 {
    position: absolute;
    top: 45%;
    left: 15%;
    transition: all 1s ease-out;
}

#section4.active #maps-2 img {
    width: 100%;
}

.bg-mask-4 {
    position: absolute;
    width: 100%;
    height: 550px;
    border-top: 10px solid #ff0000;
    border-bottom: 10px solid #ff0000;
    top: 20%;
    background-color: rgba(0, 0, 0, 0.6);
}

/* 全部游戏列表 */
.more-game-btn {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 20px;
    background: #0074e0;
    color: #ffffff;
    border-radius: 100%;
    padding: 10px 20px;
    z-index: 99999999;
    cursor: pointer;
    user-select: none;
    text-align: center;
}

.more-game-btn.close {
    background: #e70012;
}

.more-game-btn img {
    width: 50px;
    margin-bottom: 8px;
}

.more-game {
    display: none;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 9999999;
    position: relative;
    padding-top: 30px;
    transition: all 1s ease-out;
}

.more-game .game-list-box {
    width: 80%;
    margin: 0 auto;
}

.more-game .title {
    color: #ffffff;
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 30px;
    text-align: center;
}

.card-list {
    width: 100%;
    display: flex;
    justify-content: center;
}

.card-list .card {
    overflow: hidden;
    width: 320px;
    height: 400px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 8px;
    background-color: #23252b;
    border: 1px solid #23252b;
}

.card-list .card .header {
    height: 40%;
    overflow: hidden;
    text-align: center;
}

.card-list .card .header img {
    height: 100%;
    width: 100%;
}

.card-list .card .body {
    position: relative;
    height: 60%;
    letter-spacing: 1px;
    color: hsla(0, 0%, 100%, 0.72);
}

.card-list .card .body .game-info-box {
    box-sizing: border-box;
    padding: 20px;
    height: 100%;
}

.card-list .card .body .small-title {
    font-size: 12px;
    margin-bottom: 8px;
}
.card-list .card .body .name {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 8px;
    color: #ffb400;
}

.card-list .card .body .info {
    margin-bottom: 20px;
}

.card-list .card .body .website {
    position: absolute;
    bottom: 0;
    margin-bottom: 30px;
}

.card-list .card .body .website a {
    color: #6cdb00;
}
.card-list .card .body .website a:visited {
    color: #6cdb00;
}