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 {
    padding: 15px 30px 0;
    text-align: right;
    color: #ffffff;
}

.nav-item-box a {
    color: #ffffff !important;
    font-size: 16px;
    font-family: 'SimHei';
}
.nav-item-box a:hover {
    color: #fb2056 !important;
}

.small-logo-img {
    height: 30px;
    margin: 10px 30px;
}

#music-btn {
    cursor: pointer;
}
#play-icon {
    display: none;
}

.logo-img {
    margin-bottom: 30px;
}

.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%;
}

.banner-box {
    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; */
}

.video-container {
    overflow: hidden;
    z-index: -9999;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-container > video {
    object-fit: cover;
    z-index: inherit;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.banner {
    width: 100%;
    text-align: center;
    position: relative;
    top: 30%;
}

.arrow {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 5%;
}

.arrow img {
    height: 100px;
}

.video-js {
    width: 595px;
    height: 340px;
    margin: 0 auto 30px;
}

.banner .title {
    font-size: 36px;
    font-weight: bold;
    color: #f7f9fa;
    margin-bottom: 30px;
    background-image: linear-gradient(#ffd7a0, #ffe7bd, #fff5d7);
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.banner .title-2 {
    font-size: 36px;
    font-weight: bold;
    color: #ffffff;
    margin: 30px 0;
}

.download-box a {
    display: inline-block;
    border-radius: 3px;
    padding: 10px 0;
    width: 220px;
    margin: 20px 5px;
    background: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.download-box a {
    color: #ffffff;
    background: #fb2056;
    border: 1px solid #fb2056;
}

.download-box a.qun-button {
    background: #f59b00;
    border: 1px solid #f59b00;
}

.download-box a.bbs-button {
    background: #23a455;
    border: 1px solid #23a455;
}

.download-box a.log-button {
    background: #2a80eb;
    border: 1px solid #2a80eb;
}

.body-left {
    padding: 0;
}

.event-box {
    margin-top: -45px;
    padding: 0;
    color: #666666;
    background-color: #000000;
}

.event {
    position: relative;
    padding: 0;
}

.event ul {
    list-style-type: square;
}

.event ul li {
    padding: 0;
    margin-top: 3px;
    border-top: #333132 solid 1px;
    border-bottom: #333132 solid 1px;
}

.event h1,
.event h1 i {
    color: #dbc190;
    font-size: 32px;
    margin-bottom: 20px;
}

.bg-mask {
    padding: 120px 0;
}

.event .banner-table-1 {
    background: transparent url('../img2/2/1.jpg') no-repeat center -150px;
}

.event .banner-table-2 {
    background: transparent url('../img2/2/2.jpg') no-repeat center -150px;
}

.event .banner-table-3 {
    background: transparent url('../img2/2/3.jpg') no-repeat center -150px;
}

.right-cell {
    text-align: right;
}

.cell-pay-box {
    display: none;
    margin-top: 20px;
}
.cell-pay-btn {
    padding: 12px 50px;
    border: 1px solid #ea3012;
    background: rgba(159, 22, 0, 0.6);
    color: #f7b10a;
    font-size: 16px;
}

.cell-pay-btn:hover {
    background: #ea3012;
    color: #f7b10a;
}

.event .q,
.event .q i {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #ffffff;
}

.event .a,
.event .a i {
    font-size: 20px;
    line-height: 40px;
    color: #ebdec2;
}

.event .tips {
    font-size: 16px;
    font-style: italic;
    line-height: 32px;
    margin-top: 20px;
    color: lightgreen;
}

.event .a .webdomain,
.event .a .webdomain i {
    font-size: 20px;
    font-weight: bold;
    background-image: linear-gradient(#f764c8, #dc24a2);
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

/* 游戏更新 */
.updateinfo {
    margin: 50px 0;
}

.updateinfo h1,
.updateinfo h1 i {
    color: #2a80eb;
    font-size: 32px;
    margin-bottom: 20px;
}

.updateinfo h2 {
    color: #a2a9b6;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #a2a9b6;
}

.updateinfo ul {
    list-style-type: square;
}
.updateinfo ul li,
.updateinfo ul li i {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 16px;
    line-height: 36px;
}

.main-box {
    padding: 50px 0;
    background: transparent url('//game.gtimg.cn/images/lol/act/a20201225prestigeshop/content.jpg') repeat-y center top;
}

.zhuangbei-box {
    text-align: center;
    border-bottom: #333132 solid 1px;
    padding-bottom: 100px;
    margin-bottom: 100px;
    margin-top: 50px;
}
.zhuangbei-box h1 {
    color: #f8d8a7;
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 100px;
}
.zhuangbei-box h2 {
    color: #a2a9b6;
    font-size: 18px;
    margin-bottom: 10px;
}

/* 游戏介绍 */
.gameinfo {
    margin-bottom: 80px;
    color: #d7c2c8;
}

.gameinfo h1,
.gameinfo h1 i {
    color: #f8d8a7;
    font-size: 32px;
    margin-bottom: 20px;
}

.gameinfo h2 {
    color: #a2a9b6;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #a2a9b6;
}

.gameinfo ul {
    list-style-type: square;
}
.gameinfo ul li,
.gameinfo ul li i {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 16px;
    line-height: 36px;
}

.body-right {
    margin-top: 50px;
    padding: 0;
}

.body-right .item {
    margin: 0;
    padding: 0;
}

.body-right h1,
.body-right h1 i {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}

.download-list {
    margin-right: 10px;
}

#gongcheng {
    background: transparent;
}

.footer {
    text-align: center;
    padding: 50px 0;
    background: #191219;
    color: #ffffff;
    font-size: 12px;
}

.footer a {
    color: #ffffff;
}
