:root {
    --light: #9d221a;
    --light1: #a3845b;
    --h2:var(--light1);
    --h3:rgba(0,176,240,.8);
    --h4:rgba(0,176,240,.6);
    --h5:rgba(0,176,240,.5);
    --h6:#333;
}
* {
    scroll-behavior: smooth;
}
.el-button.primary{
    color: var(--black);
    font-weight: bold;
    border-color: var(--gold2);
    background: var(--gold2);
}
.el-button.primary:hover{
    filter: brightness(120%);
}
.el-button.success{
    color: var(--white);
    font-weight: bold;
    border-color: var(--gold1);
    background: var(--gold1);
}
.el-button.success:hover{
    filter: brightness(120%);
}

.light {
    color: var(--light);
}
.light1 {
    color: var(--light1);
}
.gamePage {
    position: relative;
}


.header {
    height: 80px;
    background: var(--black);
    position: absolute;
    width: 100%;
    z-index: 999;
    top: 0;
}

.header.fixed {
    position: fixed;
}

.header .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.header .container-fluid .left {
    display: flex;
    align-items: center;
}
.header .container-fluid .right{
    display: flex;
    align-items: center;gap:5px
}
.header .container-fluid .right .btns{
    display: flex;
    align-items: center;
}
.header .container-fluid .right .btns li {
    width: 40px;
    margin-right: 0px;
    display: flex;
}
.header .container-fluid .right .btns li a{
    display: flex;
}

.header .container-fluid .right .btns li img {
    width: 100%;
}


.header .container-fluid .right .caidai {
    color: var(--white);
    margin-right: 15px;
    cursor: pointer;
}

.header .container-fluid .left .gameNav{
    padding-left: 80px;
}
.header .container-fluid .left .gameNav ul {
    display: flex;
    align-items: center;
    gap:15px;
    font-weight: bold;
    /*font-weight: 600;*/
}

.header .container-fluid .left .gameNav a, .header .container-fluid .left .gameNav {
    color: var(--gray7);
    font-size: 16px;
}

.header .container-fluid .left .gameNav a:hover, .header .container-fluid .left .gameNav .on a {
    color: var(--white);
}

.header .container-fluid .left .gameNav .fg {
    padding: 0 25px;
    display: none;
}

.header .logo {
    width: 166px;
    display: flex;
    margin-left: 10px;
    margin-right: 10px;
}

.header .logo i {
    width: 100%;
    padding-bottom: 30.078125%;
    background: url("../img/logo.png");
    background-size: cover;
}

.header .down {
    width: 192px;
    display: flex;
}

.header .down i {
    width: 100%;
    padding-bottom: 41.666666666667%;
    background: url("../img/down.jpg");
    background-size: cover;
}

.mark {
    width: 100%;
    height: 100%;
    position: absolute;
    background: radial-gradient(rgba(190, 32, 18, .35) 1%,rgba(0, 0, 0,1) 90%);
}

.section {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
}

.section .bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: 1;
}

.section .mark {
    z-index: 2;
}

.section1 {
    height: calc(100vh - 56px);
}
.section1 .mark{
    background: url("../img/vbg3.png");
}
.section1 .iBanner{
    width: 100%;
    height: calc(100% - 80px);
    position: absolute;
    z-index: 3;
    bottom: 0;
}
.section1 .iBanner .swiper{
    width: 100%;
    height: 80%;
}
.section1 .iBanner .swiper img{
    max-width: 100%;
    margin: 60px auto 0;
    display: block;filter: brightness(1.5) drop-shadow(0px 0px 10px black);
}


.section1 .front {
    max-width: 1200px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: absolute;
    bottom: 60px;
    z-index: 3;
}

.section1 .front .slog {
    max-width: 728px;
    width: 100%;
    margin: 0 auto;
}

.section1 .front .btns {
    width: calc(100% + 30px);
    display: flex;
    flex-wrap: wrap;
}

.section1 .front .btns img {
    width: 100%;
}

.section1 .front .btns a {
    padding-left: 0;
    padding-right: 30px;
}
.section1 .front .btns a i{
    text-indent: -9999rem;
    position: absolute;
}

.section2 .front {
    width: 100%;
    height: 100%;
    padding: 80px 0;
    position: relative;
    z-index: 3;
}

.section2 .front .btns {
    width: calc(100% + 15px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 80px;
}

.section2 .front .btns li {
    width: 25%;
    padding-right: 15px;
    max-width: 151px;
}

.section2 .front .btns li a:hover {
    filter: brightness(150%);
}

.section2 .front .btns li img {
    width: 100%;
}

.section2 .front .newsSlide {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.section2 .front .newsSlide .news, .section2 .front .newsSlide .slideImg {
    width: calc((100% - 48px) * 0.5);
}

.section2 .front .newsSlide .news .title, .section2 .front .newsSlide .slideImg .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 35px;
}

.section2 .front .newsSlide .news .title .tit, .section2 .front .newsSlide .slideImg .title .tit {
    color: var(--white);
}

.section2 .front .newsSlide .ks {
    background: rgba(0, 0, 0, .5);
    height: 370px;
}

.section2 .front .newsSlide .slideImg {
    flex-shrink: 0;
}

.section2 .front .newsSlide .slideImg .swiper {
    width: 100%;
    height: 100%;
}

.section2 .front .newsSlide .slideImg .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.section2 .front .newsSlide .newsArea .tab {
    height: 64px;
    display: flex;
    border-bottom: solid 1px var(--gray9);
    font-size: 20px;
    color: var(--white);
}

.section2 .front .newsSlide .newsArea .tab li {
    padding: 0 20px;
    cursor: pointer;
    border-bottom: solid 2px transparent;
    height: 100%;
    display: flex;
    align-items: center;
}

.section2 .front .newsSlide .newsArea .tab li.on {
    color: var(--light1);
    border-bottom-color: var(--light1);
}

.section2 .front .newsSlide .newsArea .list {
    padding: 0 15px;
}

.section2 .front .newsSlide .newsArea .list li {
    height: 56px;
    border-bottom: solid 1px var(--gray6);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section2 .front .newsSlide .newsArea .list li a {
    color: var(--white);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    width: calc(100% - 78px);
}

.section2 .front .newsSlide .newsArea .list li i {
    font-style: normal;
    color: var(--light1);
}
.swiper-pagination-bullet-active{
    background: var(--light1)!important;
}
.swiper-button-next, .swiper-button-prev{
    width: 66px!important;
    height: 66px!important;
}
.swiper-button-next:after, .swiper-button-prev:after {
    content: ''!important;
}

.swiper-button-next{
    background: url("../img/arrow_right.png");
    background-size: cover;
}
.swiper-button-prev{
    background: url("../img/arrow_left.png");
    background-size: cover;
}



.section3 .front {
    padding: 100px 0;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 3;
}

.section3 .title {
    font-size: 66px;
    color: var(--light1);
    text-align: center;
}

.videoList {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 36px);
    padding-top: 80px;
}

.videoList li {
    padding-left: 0px;
    padding-bottom: 36px;
    padding-right: 36px;
}

.videoList li .img {
    width: 100%;
    padding-bottom: 56.382978723404%;
    position: relative;
    cursor: pointer;
    display: flex;
}

.videoList li .img .vplay {
    max-width: 60px;
    width: 18%;
    position: absolute;
    display: flex;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.videoList li .img .vplay i {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
}


.videoList li img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

.videoList li .text {
    padding: 0 15px;
    height: 70px;
    line-height: 70px;
    background: rgba(0, 0, 0, .5);
    color: var(--white);
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
.section3 a{
    width: fit-content;
    display: block;
    margin: 0 auto;
}
.section3 .vmore {
    width: 260px;
    height: 66px;
    display: flex;
    margin: 0 auto;
    font-size: 28px;
    align-items: center;
    justify-content: center;
    border-radius: 33px;
    background: linear-gradient(#be2012,#d97b26) !important;
    border: none !important;
}
.section3 .vmore a{
    color: var(--white);
}


.videoplay {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, .8);
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.videoplay .kuang {
    width: 1000px;
    position: relative;
    border: solid 2px #ffe0ae;
    background: #000;
}

.videoplay .closewin {
    width: 60px;
    height: 60px;
    cursor: pointer;
    position: absolute;
    right: -68px;
    top: -12px;
    transform: rotate(45deg);
    transition: all .4s;
}

.videoplay .closewin span {
    display: block;
    background: #fff;
    position: absolute;
}

.videoplay .closewin span:nth-child(1) {
    height: 2px;
    width: 100%;
    top: 50%;
    margin-left: -50%;
    left: 50%;
    margin-top: -1px;
}

.videoplay .closewin span:nth-child(2) {
    height: 100%;
    width: 2px;
    left: 50%;
    margin-left: -1px;
    margin-top: -50%;
    top: 50%;
}

.videoplay .closewin:hover {
    transform: rotate(135deg);
}

.videoplay .kuang .video {
    height: 526px;
}

.gamePage .sidebar {
    width: 100%;
    height: calc(100vh - 56px);
    background: var(--black);
    position: fixed;
    top: 56px;
    z-index: 99;
    transition: all .3s ease-in-out;
    transform: translateX(100%);
}

.gamePage .sidebar.exp {
    transform: translateX(0);
}

.gamePage .sidebar .icon-close {
    position: absolute;
    right: 15px;
    top: 15px;
    color: var(--white);
    cursor: pointer;
    font-size: 18px;
}

.gamePage .sidebar .logo {
    width: 100%;
    max-width: 120px;
    margin: 20px auto;
    display: flex;
}
.gamePage .sidebar .logo i{
    width: 100%;
    padding-bottom: 30.078125%;
    background: url(../img/logo.png);
    background-size: cover;
}

.gamePage .sidebar .gameNav li{
    border-left:solid 4px transparent;
}

.gamePage .sidebar .gameNav a {
    color: var(--gray7);
    display: flex;
    width: 100%;
}
.gamePage .sidebar .gameNav li.on{
    border-left-color: var(--light);
}
.gamePage .sidebar .gameNav li.on a {
    color: var(--white);
    display: flex;
    width: 100%;
}


.gamePage .sidebar .gameNav li {
    height: 50px;
    line-height: 50px;
    border-bottom: solid 1px var(--gray3);
    font-size: 16px;
    padding: 0 15px;
}

.gamePage .sidebar .down{
    display: flex;
    width: 50%;
    margin: 15px auto;
}
.gamePage .sidebar .down i{
    width: 100%;
    padding-bottom: 41.666666666667%;
    background: url(../img/down.jpg);
    background-size: cover;
}

.gamePage .sidebar .btns{
    display: flex;
    align-items: center;
    justify-content: center;
}
.gamePage .sidebar .btns li{
    width: 12.5%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gamePage .sidebar .btns li a{
    width: 100%;
}
.gamePage .sidebar .btns li img{
    width: 100%;
}



.gamePage .banner {
    max-height: 310px;
    height: 50vw;
    position: relative;
    display: flex;
    justify-content: center;
}

.gamePage .banner .bt {
    font-size: 66px;
    color: var(--white);
    position: relative;
    z-index: 2;
    margin-top: calc(80px + 3vw);
}

.gamePage .banner img {
    width: 100%;
    position: absolute;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.gamePage .newPage .tab {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 20px;
    width: calc(100% + 15px);
}

.gamePage .newPage .tab li {
    width: 25%;
    padding-right: 15px;
    display: flex;
}

.gamePage .newPage .tab li a {
    width: 100%;
    height: 70px;
    font-size: 22px;
    color: var(--gray6);
    border: solid 1px var(--grayc);
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
}
.gamePage .newPage .tab li a h2{
    font-size: 22px;
    font-weight: normal;
}

.gamePage .newPage .tab li.on a {
    background: var(--light1);
    color: var(--white);
    border-color: var(--light1);
}


.el-pagination.is-background .el-pager li:not(.disabled).active {
    background: var(--light1);
}

.newList {
    padding-top: 20px;
}

.newList li {
    display: flex;
    width: 100%;
}

.newList li a {
    width: 100%;
    border-top: solid 1px var(--line);
    padding: 20px 15px;
    transition: background-color .3s;
}

.newList li a .time {
    color: var(--gray9);
    padding-top: 8px;
}

.newList li a .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newList li:last-child a {
    border-bottom: solid 1px var(--line);
}

.newList li a:hover {
    background: var(--graye);
}

.newDetail {
    border: solid 6px var(--graye);
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
}

.newDetail .title {
    font-size: 40px;
    font-weight: normal;
    padding: 30px 0 50px;
    border-bottom: solid 1px var(--gray3);
}

.newDetail .whoTime {
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-bottom: solid 1px var(--line);
}

.newDetail .whoTime .logo {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    background: var(--graye);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newDetail .whoTime .logo img {
    width: 80%;
    height: 80%;
    object-fit: cover;
}

.newDetail .whoTime .text {
    padding-left: 20px;
}

.newDetail .whoTime .text .time {
    color: var(--graya)
}
.newDetail .neirong iframe{
    max-width: 100%;
    max-height: 100%;
}
.newDetail .neirong p {
    margin: 15px 0;
}

.newDetail .neirong {
    line-height: 24px;
    font-size: 16px;
    padding-top: 20px;
    color: var(--gray6);
}

.newDetail .neirong img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}


.listLink {
    display: flex;
    padding: 0 0 20px;
    justify-content: flex-end;
}

.listLink a {
    width: 98px;
    height: 44px;
    font-size: 18px;
    color: var(--white);
    background: var(--gray3);
    display: flex;
    align-items: center;
    justify-content: center;
}

.nextpPrev {
    padding-bottom: 90px;
}

.nextpPrev .ht {
    border-top: solid 1px var(--line);
    padding: 18px 10px;
    display: flex;
    align-items: center;
}

.nextpPrev .next.ht {
    border-bottom: solid 1px var(--line);
}

.nextpPrev .ht .bs {
    color: var(--graya);
    width: 96px;
    display: flex;
    justify-content: center;
}

.nextpPrev .ht .jt {
    color: var(--graya);
    font-size: 12px;
}

.nextpPrev .ht .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 108px);
}

.downBanner {
    width: 100%;
    padding-bottom: 19.333333333333%;
    background: url("../img/down_banner.jpg") center;
    background-size: cover;
    position: relative;
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.downBanner .front {
    display: flex;
    flex-direction: column;
    position: absolute;
    max-width: 870px;
    width: 70%;
    height: 100%;
    justify-content: center;
}

.downBanner .front .btns {
    width: calc(100% + 30px);
}

.downBanner .front .btns img {
    width: 100%;
}

.downBanner .front .btns a {
    padding-left: 0;
    padding-right: 30px;
}
.downBanner .front .btns a i{
    position: absolute;
    text-indent: -9999rem;
}

.downBanner .front .text {
    font-size: 22px;
    color: var(--light1);
    text-align: center;
    padding-top: 20px;
}
.downBanner .front .flashText {
    font-size: 30px;
    text-align: center;
    padding-bottom: 20px;
    font-weight: bold;
}
.flashText{
    animation: color .4s infinite;
}

@keyframes color {
    0%{
        color:var(--light1)
    }
    50%{
        color: #dd5ebd
    }
    100%{
        color:var(--light)
    }

}

/*20241205增加文章頁面欄目CSS*/
.newDetail .catalogue{
    background: #f9f9f9;
    border: 1px solid #aaa;
    padding: 15px;
    width: fit-content;border-radius: 6px;
    overflow: hidden;
}
.newDetail .catalogue .name{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    color: #999;
}
.newDetail .catalogue .name i{
   border:solid 1px var(--light1);border-radius: 6px;
    padding: 6px;
    cursor: pointer;
    margin-left: 15px;
    background: var(--light1);
    overflow: hidden;
    position: relative;
}
.newDetail .catalogue .name i img{
    max-width: 24px;
    filter: drop-shadow(0 24px 0 #fff);
    position: relative;
    top: -24px;
}
.newDetail .catalogue ul{
    font-size: 16px;
    overflow: hidden;
}
.newDetail .catalogue ul{
    counter-reset: num;
}


.newDetail .catalogue ul li{
    font-size: 95%;
}
.newDetail .catalogue ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.newDetail .catalogue ul li a:before{
    counter-increment: num;
    content: counter(num) '.'; color: #999;
}

.newDetail .catalogue ul ul{
   margin-left: 1em;
   counter-reset: num1;
}
.newDetail .catalogue ul ul ul{
   counter-reset: num2;
}
.newDetail .catalogue ul ul ul ul{
   counter-reset: num3;
}
.newDetail .catalogue ul ul ul ul ul{
   counter-reset: num4;
}
.newDetail .catalogue ul ul li a:before{
  counter-increment: num1;
  content: counter(num) '.' counter(num1) '.';

}
.newDetail .catalogue ul ul ul li a:before{
  counter-increment: num2;
  content: counter(num) '.' counter(num1) '.' counter(num2) '.';
}
.newDetail .catalogue ul ul ul ul li a:before{
  counter-increment: num3;
  content: counter(num) '.' counter(num1) '.' counter(num2) '.' counter(num3) '.';
}
.newDetail .catalogue ul ul ul ul ul li a:before{
  counter-increment: num4;
  content: counter(num) '.' counter(num1) '.' counter(num2) '.' counter(num3) '.' counter(num4) '.';
}
a.header-anchor {
    font-size: .85em;
    float: left;
    margin-left: -.87em;
    padding-right: .23em;
    margin-top: .125em;
    opacity: 0;color: var(--h5);
}
.newDetail .neirong h2{
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 26px;
    color: var(--h2);
    margin-top: -2rem;
    padding-top: 6rem;

}
.newDetail .neirong h2:hover a,.newDetail .neirong h3:hover a,.newDetail .neirong h4:hover a,.newDetail .neirong h5:hover a,.newDetail .neirong h6:hover a{
    opacity: 1;
    text-decoration: underline;
}


.newDetail .neirong h3{
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px;
    color: var(--h3);margin-top: -2rem;
    padding-top: 6rem;

}
.newDetail .neirong h4{
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 14px;
    color: var(--h4);margin-top: -2rem;
    padding-top: 6rem;
}
.newDetail .neirong h5{
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    color: var(--h5);margin-top: -2rem;
    padding-top: 6rem;
}
.newDetail .neirong h6{
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 3px;
    color: var(--h6);margin-top: -2rem;
    padding-top: 6rem;
}



.newDetail .catalogue ul ul li{
    font-size: 90%;
    opacity: .9;
}
.newDetail .catalogue ul ul ul li{
    font-size: 85%;
    opacity: .85;
}

.my-enter-active {
    animation: my-in .3s ease-in-out;
}

.my-leave-active {
    animation: my-out .3s ease-in-out;
}

@keyframes my-in {
    0% {
        height: 0;
        opacity: 0;
    }

    100% {
        height: var(--h);
        opacity: 1;
    }
}

@keyframes my-out {
    0% {
        height: var(--h); opacity: 1;

    }

    100% {
        height: 0; opacity: 0;
    }
}


