body,h1,h2,h3,h4,h5,h6,pre,p,ul,ol,li,dl,dt,dd{margin: 0; padding: 0;}
body{font-family: arial; --maincolor: #3298FB; --red: #F36161;}
li{list-style: none;}
a{text-decoration: none; color: inherit; transition: 0.5s;}
a:hover,a:focus,input:focus,button:focus{outline: none; text-decoration: none; color: inherit;}
i,em{font-style: normal;}
img{border: none;}
.fl{float: left;}
.fr{float: right;}
.clear{clear: both;}
.w1200{width: 1200px; margin: 0 auto;}
.left{width: 802px;}
.right{width: 358px;}
a:hover{color: var(--red);}
.flex{display: flex; justify-content: space-between;}
.img{overflow: hidden;}
.img img{width: 100%; height: 100%; object-fit: cover;}
.oneline{white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.towline{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.threeline{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;}
.fourline{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden;}
.hide {display: none}

/* 头部 */
.top1bj{background: #F6F6F6; color: #4C4C4C; border-bottom: 1px solid #ddd;}
.top1bj .w1200{height: 30px; display: flex; align-items: center; justify-content: space-between; line-height: 30px; font-size: 12px;}
.top1bj .w1200 .fl{display: flex;}
.top1bj .w1200 .fl>span{margin-right: 16px;}
.top1bj .w1200 .fr{display: flex;}
.top1bj .w1200 .fr .dh{margin-left: 24px;}
.top1bj .w1200 .fr p{margin-left: 24px; cursor: pointer;}
.top1bj .w1200 .fr i{margin-right: 5px; font-size: 12px;}
.top1bj .w1200 .fr p.login_btn{margin-right: 8px;}
.top1bj .w1200 .fr p.register_btn{margin-left: 8px;}
.top1bj .w1200 .fr .flex span,.top1bj .w1200 .fr .flex a{margin-left: 20px; color: var(--red);}
.top1bj .w1200 .fr .flex a{color: #666;}

.top2bj .w1200{height: 150px; display: flex; align-items: center; justify-content: space-between;}
.top2bj .w1200 form{height: 40px; display: flex; border: none; background: #F7F7F7; border-radius: 40px; overflow: hidden;}
.top2bj .w1200 form input{width: 280px; text-indent: 36px; background: url(../images/search_ico.png) 15px center no-repeat; border: none;}
.top2bj .w1200 form button{width: 48px; border: none; background: #FF6459; font-size: 12px; color: #fff;}

.spring_bg{position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.5); z-index: 100; display: none;}
.spring .close{position: absolute; top: 10px; right: 10px; font-size: 20px;}
.spring{width: 400px; padding: 16px; background: #fff; margin: auto; position: fixed; top: 180px; left: 0; right: 0; z-index: 101; display: none; border-radius: 8px;}
.spring .tit{text-align: center; font-size: 20px; font-weight: bold; margin-bottom: 16px;}
.spring form>div{height: 44px; display: flex; border: 1px solid #eee; align-items: center; padding: 0 10px; margin-bottom: 16px;}
.spring form>div span{color: #ccc;}
.spring form>div input{height: 100%; text-indent: 10px; border: none; flex-grow: 1;}
.spring form>div img{width: 100px; height: 44px; flex-shrink: 0;}
.spring form>div.nopd{padding: 0;}
.spring form>div.nopd button{height: 42px; width: 100%; background: var(--maincolor); color: #fff; border: none;}
.spring form>p span{cursor: pointer;}
.pack .bod{text-align: center;}
.pack .bod img{height: 150px;}
.pack .bod p span{font-size: 16px; text-align: center; color: #f00;}
.pack .btn{margin-top: 20px; background: var(--red); color: #fff;}
.show_toast{position: fixed; top: 10px; left: 0; right: 0; width: 200px; height: 30px; text-align: center; line-height: 30px; background: rgba(243,97,97,0.8); color: #fff; margin: auto; display: none; z-index: 101;}

.indexTop{position: relative;}
.indexTop .daohang { position: absolute; z-index: 9999; width: 600px; right: 0; display: none; top: 32px;}
.indexTop .daohang .main { position: relative; padding: 15px;  box-shadow: 0px 2px 5px 3px rgba(0, 0, 0,0.15); background: #fff; overflow: hidden;}
.indexTop .daohang .main::after { position: absolute; content: "\e61c"; font-family: 'iconfont'; right: 112px; top: -20px; color: #fff; }
.indexTop .daohang .l { width: 240px; display: inline-block; float: left; height: 100%; }
.indexTop .daohang .r { width: 100%; display: inline-block; float: right; margin-right: -240px; padding-right: 240px; height: 100%; }
.indexTop .daohang .lanmu { border-left: 1px solid #E2E2E2; padding-left: 20px; height: 100%; position: relative; }
.indexTop .daohang .lanmu::after { content: ""; position: absolute; left: -1px; top: 0; background: #FFA412; width: 3px; height: 30px; }
.indexTop .daohang .lanmu .t { text-align: left; color: #000; font-size: 18px; font-weight: bold; line-height: 30px; margin-bottom: 10px; }
.indexTop .daohang .lanmu .c { overflow: hidden; }
.indexTop .daohang .lanmu .c div { width: 50%; float: left; }
.indexTop .daohang .lanmu .c div a {  color: #666; display: block; text-align: left; font-size: 14px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;padding-right: 10px; }
.indexTop .daohang .lanmu .c div a:hover em { color: var(--red); }
.indexTop .daohang .lanmu .c div a img{display: inline-block;vertical-align: middle; height: 16px;margin-right: 6px;}
.indexTop .daohang .lanmu .c div a em{display: inline-block;vertical-align: middle;color: #666;}
.indexTop .daohang .zuanti { border-left: 1px solid #E2E2E2; padding-left: 20px; position: relative; height: 100%; }
.indexTop .daohang .zuanti::after { content: ""; position: absolute; left: -1px; top: 0; background: #FFA412; width: 3px; height: 30px; }
.indexTop .daohang .zuanti .t { text-align: left; color: #000; font-size: 18px; font-weight: bold; line-height: 30px; margin-bottom: 10px; }
.indexTop .daohang .zuanti .c { overflow: hidden; }
.indexTop .daohang .zuanti .c div { width: 100%; float: left; }
.indexTop .daohang .zuanti .c div a { color: #666666; display: block; text-align: left; font-size: 14px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.indexTop .daohang .zuanti .c div a:hover { color: var(--red); }

.top3bj{background: var(--maincolor); position: relative; z-index: 20;}
.top3bj .w1200>ul{height: 40px; line-height: 40px; display: flex; font-size: 16px; text-align: center;}
.top3bj .w1200>ul>li{color: #fff; position: relative;}
.top3bj .w1200>ul>li.active,.top3bj .w1200>ul>li:hover{background: #167BDC;}
.top3bj .w1200>ul>li i{margin-left: 4px;}
.top3bj .w1200>ul>li>a{color: inherit; display: flex; align-items: center; padding: 0 34px;}
.top3bj .w1200>ul>li ul{position: absolute; top: 40px; left: 20px; background: #fff; color: #666; width: 300px; box-shadow: 0 10px 10px rgba(0,0,0,0.1); padding: 10px 10px; display: block; opacity: 0; transition: 0.8s opacity, 0.8s left; transform: scale(0); overflow: hidden;}
.top3bj .w1200>ul>li ul li{width: 33.3333%; float: left;}
.top3bj .w1200>ul>li ul li:hover{color: var(--red);}
.top3bj .w1200>ul>li.hover ul{opacity: 1; left: 0; transform: scale(1);}

/* 首页 */
.index_tit{margin-bottom: 20px; display: flex; align-items: center; justify-content: space-between;}
.index_tit dt{font-size: 24px; font-weight: normal; line-height: 1;}
.index_tit dt small{font-size: 12px; color: #666; margin-left: 6px;}
.index_tit dd{color: #8A8A8A;}
.index_tit dd span{color: var(--red); margin: 0 5px; font-size: 16px; font-weight: bold;}
.index_tit2{background: #FAFAFA; height: 50px;}

.bannerbj{overflow: hidden;}
.bannerbj .banner_bod1{background: #fff; margin: 30px 0 20px; padding: 30px 20px;}
.game_hot{align-items: center; border-bottom: 1px solid #DFDFDF; padding-bottom: 30px; margin-bottom: 30px;}
.game_hot .fl{width: 38px; height: 96px; flex-shrink: 0; background: url(../images/gane_hot_tit.png); background-size: 100% 100%; writing-mode: vertical-lr; text-align: center; line-height: 30px; color: #fff; font-size: 16px; margin-right: 20px;}
.game_hot .fr{align-items: center; flex-grow: 1; overflow: hidden;}
.game_hot .fr .swiper-container{flex-grow: 1; overflow: hidden;}
.game_hot .fr .swiper-slide dl dt{padding-bottom: 100%; position: relative; border-radius: 15px; overflow: hidden;}
.game_hot .fr .swiper-slide dl dt img{position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.game_hot .fr .swiper-slide dl dd{font-size: 16px; text-align: center; margin-top: 10px; color: #6F6F6F;}
.game_hot .fr .swiper-button-next{width: 32px; height: 96px; background: var(--red); color: #fff; flex-shrink: 0; position: static; margin: 0 0 0 20px; padding: 0; opacity: 1;}
.game_hot .fr .swiper-button-next:after{display: none;}

.game_recommend{flex-wrap: wrap;}
.game_recommend dl{width: 50%; padding-right: 30px; display: flex; align-items: center; font-size: 16px; margin-top: 12px;}
.game_recommend dl:nth-of-type(-n+2){margin-top: 0;}
.game_recommend dl dt{background: url(../images/game_recommend1.png); background-size: 100% 100%; width: 66px; height: 28px; line-height: 28px; flex-shrink: 0; text-indent: 14px; color: #fff; margin-right: 10px; font-weight: normal;}
.game_recommend dl:nth-of-type(2) dt{background: url(../images/game_recommend2.png); background-size: 100% 100%;}
.game_recommend dl:nth-of-type(3) dt{background: url(../images/game_recommend3.png); background-size: 100% 100%;}
.game_recommend dl:nth-of-type(4) dt{background: url(../images/game_recommend4.png); background-size: 100% 100%;}
.game_recommend dl:nth-of-type(5) dt{background: url(../images/game_recommend5.png); background-size: 100% 100%;}
.game_recommend dl:nth-of-type(6) dt{background: url(../images/game_recommend6.png); background-size: 100% 100%; text-indent: 5px;}
.game_recommend dl:nth-of-type(7) dt{background: url(../images/game_recommend7.png); background-size: 100% 100%;}
.game_recommend dl:nth-of-type(8) dt{background: url(../images/game_recommend8.png); background-size: 100% 100%;}
.game_recommend dl dd{flex-grow: 1; overflow: hidden; display: flex; align-items: center;}
.game_recommend dl dd a{flex: 1; margin-right: 8px; position: relative; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.game_recommend dl dd a:before{content: ""; width: 1px; height: 16px; position: absolute; top: 0; right: 0; bottom: 0; margin: auto; background: #999;}
.game_recommend dl dd a:nth-last-of-type(1):before{display: none;}
.game_recommend dl:nth-of-type(1) dd a:nth-of-type(1),.game_recommend dl:nth-of-type(1) dd a:nth-of-type(2),.game_recommend dl:nth-of-type(1) dd a:nth-of-type(3),.game_recommend dl:nth-of-type(1) dd a:nth-of-type(5){color: #FF6600;}
.game_recommend dl:nth-of-type(2) dd a:nth-of-type(1),.game_recommend dl:nth-of-type(2) dd a:nth-of-type(3),.game_recommend dl:nth-of-type(2) dd a:nth-of-type(5){color: #FF6600;}
.game_recommend dl:nth-of-type(3) dd a:nth-of-type(1),.game_recommend dl:nth-of-type(3) dd a:nth-of-type(3),.game_recommend dl:nth-of-type(3) dd a:nth-of-type(4){color: #FF6600;}
.game_recommend dl:nth-of-type(4) dd a:nth-of-type(1),.game_recommend dl:nth-of-type(4) dd a:nth-of-type(2),.game_recommend dl:nth-of-type(4) dd a:nth-of-type(4),.game_recommend dl:nth-of-type(4) dd a:nth-of-type(5){color: #FF6600;}
.game_recommend dl:nth-of-type(5) dd a:nth-of-type(1),.game_recommend dl:nth-of-type(5) dd a:nth-of-type(3),.game_recommend dl:nth-of-type(5) dd a:nth-of-type(5){color: #FF6600;}
.game_recommend dl:nth-of-type(6) dd a:nth-of-type(1),.game_recommend dl:nth-of-type(6) dd a:nth-of-type(2),.game_recommend dl:nth-of-type(6) dd a:nth-of-type(3),.game_recommend dl:nth-of-type(6) dd a:nth-of-type(5){color: #FF6600;}
.game_recommend dl:nth-of-type(7) dd a:nth-of-type(1),.game_recommend dl:nth-of-type(7) dd a:nth-of-type(2),.game_recommend dl:nth-of-type(7) dd a:nth-of-type(5){color: #FF6600;}
.game_recommend dl:nth-of-type(8) dd a:nth-of-type(1),.game_recommend dl:nth-of-type(8) dd a:nth-of-type(2),.game_recommend dl:nth-of-type(8) dd a:nth-of-type(3),.game_recommend dl:nth-of-type(8) dd a:nth-of-type(5){color: #FF6600;}

.bannerbj .banner_bod2{background: #fff; padding: 30px 20px 0 20px;}
.bannerbj .banner_bod2 .fl{width: 300px;}
.bannerbj .banner_bod2 .fl .bod .item{margin-bottom: 20px;}
.bannerbj .banner_bod2 .fl .bod .item:nth-last-of-type(1){margin-bottom: 0;}
.bannerbj .banner_bod2 .fl .bod .item .info{position: relative; padding: 18px 0;}
.bannerbj .banner_bod2 .fl .bod .item .info .img{height: 140px;}
.bannerbj .banner_bod2 .fl .bod .item .info .img img{transition: 0.5s;}
.bannerbj .banner_bod2 .fl .bod .item .info .img img:hover{transform: scale(1.2);}
.bannerbj .banner_bod2 .fl .bod .item .info dl{position: absolute; top: 0; left: 0; width: 100px; background: rgba(49, 152, 251, 0.7); height: 174px; color: #fff; padding: 25px 8px; display: flex; flex-direction: column; justify-content: space-between; text-align: center;}
.bannerbj .banner_bod2 .fl .bod .item .info dl dt{font-size: 16px;}
.bannerbj .banner_bod2 .fl .bod .item .info dl dd{font-size: 25px; font-family: YankaiEG-Heavy-GB}
.bannerbj .banner_bod2 .fl .bod .item p{margin: 8px 0 16px;}
.bannerbj .banner_bod2 .fl .bod .item .more{display: block; width: 78px; height: 32px; line-height: 28px; text-align: center; border: 2px solid var(--maincolor); color: var(--maincolor);}
.bannerbj .banner_bod2 .fl .bod .item .more:hover{background: var(--maincolor); color: #fff;}
.bannerbj .banner_bod2 .ce{width: 300px;}
.bannerbj .banner_bod2 .ce .swiper-slide{height: 180px; position: relative;}
.bannerbj .banner_bod2 .ce .swiper-slide img{width: 100%; height: 100%;}
.bannerbj .banner_bod2 .ce .swiper-slide p{position: absolute; bottom: 0; left: 0; right: 0; height: 30px; line-height: 30px; padding: 0 100px 0 20px; background: rgba(0,0,0,0.5); color: #fff;}
.bannerbj .banner_bod2 .ce .swiper-pagination{width: auto; left: auto; right: 20px; bottom: 5px;}
.bannerbj .banner_bod2 .ce .swiper-pagination span{opacity: 1; background: #fff;}
.bannerbj .banner_bod2 .ce .swiper-pagination span.swiper-pagination-bullet-active{background: var(--red);}
.bannerbj .banner_bod2 .ce .bod{margin-top: 20px;}
.bannerbj .banner_bod2 .ce .bod .tit{font-size: 18px; color: #F8AB1D; margin-bottom: 10px; font-weight: bold;}
.bannerbj .banner_bod2 .ce .bod ul{margin-bottom: 15px;}
.bannerbj .banner_bod2 .ce .bod ul:nth-last-of-type(1){margin-bottom: 0;}
.bannerbj .banner_bod2 .ce .bod ul li{display: flex; align-items: center; margin-bottom: 6px;}
.bannerbj .banner_bod2 .ce .bod ul li:nth-last-of-type(1){margin-bottom: 0;}
.bannerbj .banner_bod2 .ce .bod ul li em{color: #888; white-space: nowrap; margin-right: 5px; font-size: 12px;}
.bannerbj .banner_bod2 .ce .bod ul li a{flex-grow: 1; overflow: hidden;}
.bannerbj .banner_bod2 .ce .bod ul li span{white-space: nowrap; color: #888; font-size: 12px; margin-left: 5px;}
.bannerbj .banner_bod2 .fr{width: 440px;}
.bannerbj .banner_bod2 .fr .tit{border-top: 1px solid #D4D6D9; display: flex; align-items: center; padding-top: 8px; margin-bottom: 20px; overflow: hidden;}
.bannerbj .banner_bod2 .fr .tit li{flex: 1; text-align: center; position: relative; cursor: pointer;}
.bannerbj .banner_bod2 .fr .tit li.active{color: var(--red);}
.bannerbj .banner_bod2 .fr .tit li.active:before{content: ""; position: absolute; top: -13px; left: 0; right: 0; margin: auto; width: 10px; height: 10px; background: var(--red); transform: rotate(45deg);}
.bannerbj .banner_bod2 .fr .bod{display: none;}
.bannerbj .banner_bod2 .fr .bod .title{font-size: 18px; font-weight: bold; color: var(--red); margin-bottom: 20px; text-align: center;}
.bannerbj .banner_bod2 .fr .bod ul li{display: flex; align-items: center; padding-left: 12px; background: url(../images/list_news_ico.png) left center no-repeat; margin-bottom: 13px;}
.bannerbj .banner_bod2 .fr .bod ul li:nth-last-of-type(1){margin-bottom: 0;}
.bannerbj .banner_bod2 .fr .bod ul li span{width: 36px; height: 18px; line-height: 18px; text-align: center; flex-shrink: 0; background: var(--maincolor); color: #fff; border-radius: 3px;}
.bannerbj .banner_bod2 .fr .bod ul li em{color: #FF6801; font-weight: bold; white-space: nowrap;}
.bannerbj .banner_bod2 .fr .bod ul li a{margin: 0 8px;}
.bannerbj .banner_bod2 .fr .bod ul li small{color: #999; white-space: nowrap; margin-left: auto;}

.box1{margin: 30px 0;}
.box1 .fl{width: 715px;}
.component1 .bod{display: flex; justify-content: space-between; flex-wrap: wrap;}
.component1 .bod dl{width: 225px; margin-top: 30px;}
.component1 .bod dl:nth-of-type(-n+3){margin-top: 0;}
.component1 .bod dl dt{height: 152px; position: relative;}
.component1 .bod dl dt img{width: 100%; height: 100%;}
.component1 .bod dl dt a{position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.3); color: var(--red); display: flex; align-items: center; justify-content: center; font-size: 28px; font-weight: normal;}
.component1 .bod dl dt:hover{border: 2px solid var(--red);}
.component1 .bod dl dt:hover a{color: #fff;}
.component1 .bod dl dd{margin-top: 15px; color: #8A8A8A; font-size: 18px; text-align: center;}
.box1 .fr{width: 440px;}
.component2 .bod .item{padding: 15px; margin-bottom: 18px; border: 1px solid #E1E1E1; border-radius: 15px; display: flex; align-items: center;}
.component2 .bod .item:nth-last-of-type(1){margin-bottom: 0;}
.component2 .bod .item .img{width: 100px; height: 100px; border-radius: 15px; overflow: hidden; margin-right: 10px;}
.component2 .bod .item .img img{width: 100%; height: 100%;}
.component2 .bod .item .info{flex-grow: 1; overflow: hidden;}
.component2 .bod .item .info .tit{font-size: 18px; font-weight: bold;}
.component2 .bod .item .info p{display: flex; align-items: center; margin: 8px 0 16px;}
.component2 .bod .item .info p span{color: #888; white-space: nowrap;}
.component2 .bod .item .info p em{flex-grow: 1; overflow: hidden; margin: 0 8px; height: 7px; background: #DADADA; border-radius: 7px; display: flex;}
.component2 .bod .item .info p em i{background: var(--maincolor); border-radius: 7px;}
.component2 .bod .item .info .xz{display: flex;}
.component2 .bod .item .info .xz a{width: 56px; height: 24px; text-align: center; line-height: 22px; border: 1px solid var(--maincolor); border-radius: 24px; margin-right: 4px; color: var(--maincolor);}
.component2 .bod .item .info .xz a:nth-of-type(2){background: var(--maincolor); color: #fff;}

.box2{margin: 30px 0;}
.box2 .filter{margin-bottom: 20px;}
.box2 .filter dl{display: flex; padding: 10px 0; border-bottom: 1px solid #DCDCDC; height: 55px; transition: 0.5s;}
.box2 .filter dl dt{font-weight: normal; margin-right: 20px; white-space: nowrap;}
.box2 .filter dl dd{flex-grow: 1; overflow: hidden; display: flex; align-items: center; flex-wrap: wrap; position: relative; padding-right: 10px;}
.box2 .filter dl dd i{position: absolute; top: 5px; right: 0; cursor: pointer;}
.box2 .filter dl dd a{height: 24px; line-height: 24px; padding: 0 16px; border-radius: 24px; margin-right: 22px; margin: 5px 0;}
.box2 .filter dl dd a.active,.box2 .filter dl dd a:hover{background: #6BDAFF; color: #fff;}
.box2 .filter dl.active{height: auto;}
.box2 .filter dl.active dd i{transform: rotate(180deg);}
.box2 .flex{align-items: flex-start;}
.box2 .fl{width: 200px; display: flex; flex-wrap: wrap; border: 1px solid #F1F1F1; border-bottom: none; position: relative;}
.box2 .fl:before{content: ""; position: absolute; width: 1px; top: 0; left: 0; right: 0; bottom: 0; margin: auto; background: #F1F1F1;}
.box2 .fl a{width: 50%;}
.box2 .fl a dl{height: 106px; display: flex; flex-direction: column; justify-content: center; align-items: center; border-bottom: 1px solid #F1F1F1;}
.box2 .fl a dl.active,.box2 .fl a dl:hover{background: #F1F1F1;}
.box2 .fl a dl dd{margin-top: 10px; font-size: 12px; color: #545454;}
.box2 .fr{width: 920px;}
.box2 .sort{height: 50px; border-bottom: 1px solid #F1F1F1; display: flex; align-items: center; justify-content: space-between; padding: 0 20px;}
.box2 .sort dl{display: flex; align-items: center;}
.box2 .sort dl dt{white-space: nowrap; margin-right: 20px; font-weight: normal;}
.box2 .sort dl dd{display: flex; align-items: center;}
.box2 .sort dl dd a{height: 24px; line-height: 24px; padding: 0 15px; border-radius: 24px; margin-right: 15px; display: flex;}
.box2 .sort dl dd a i{font-size: 12px; color: #999; margin-left: 5px;}
.box2 .sort dl dd a.active{background: #6BDAFF; color: #fff;}
.box2 .sort dl dd a.active i{color: #fff;}
.box2 .sort dl dd a.active_anti{background: #6BDAFF; color: #fff;}
.box2 .sort dl dd a.active_anti i{color: #fff; transform: rotate(180deg);}
.box2 .sort p span{color: var(--red); font-size: 18px; margin: 0 5px;}

.component3 .bod{display: flex; justify-content: space-between; flex-wrap: wrap;}
.component3 .bod .item{width: 200px; border-bottom: 4px solid var(--red); box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2); margin-top: 60px; text-align: center; padding: 0 20px 16px 20px;}
.component3 .bod .item:nth-of-type(-n+4){margin-top: 40px;}
.component3 .bod .item .img{width: 75px; height: 75px; margin: -40px auto 15px; border-radius: 15px; overflow: hidden;}
.component3 .bod .item .img img{width: 100%; height: 100%;}
.component3 .bod .item .tit{font-size: 18px; font-weight: bold;}
.component3 .bod .item p{margin: 15px 0 12px; color: #888;}
.component3 .bod .item span{display: block; width: 88px; height: 14px; margin: 12px auto; background: url(../images/score_ico.png); display: flex;}
.component3 .bod .item span em{background: url(../images/score_ico_ac.png);}
.component3 .bod .item .more{display: block; width: 85px; height: 30px; margin: 0 auto; text-align: center; line-height: 30px; border-radius: 30px; background: var(--red); color: #fff;}
.component3-2 .bod .item{width: 220px;}
.component3-2 .bod .item:nth-of-type(-n+5){margin-top: 40px;}

.box3bj{background: url(../images/special_hotbg.jpg) center top no-repeat; padding: 20px 0 230px;}
.box3bj .index_tit{color: #fff; position: relative; z-index: 1;}
.box3bj .index_tit dt small{color: #fff;}
.box3bj .index_tit dd{color: #fff;}
.box3bj .bod{display: flex; justify-content: space-between; flex-wrap: wrap; margin-top: 70px;}
.box3bj .bod .item{width: 272px; border: 3px solid #fff; border-radius: 5px; background: linear-gradient(#FF6459,#3298FB); color: #fff; position: relative;}
.box3bj .bod .item:before{content: ""; position: absolute; top: -116px; left: 0; right: 0; width: 100%; height: 116px; background: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0.26));}
.box3bj .bod .item .info{overflow: hidden; position: relative; height: 100%; padding: 16px 16px 88px 16px; }
.box3bj .bod .item .img{height: 172px; border-radius: 5px; border: 3px solid #fff;}
.box3bj .bod .item .img img{transition: 0.5s;}
.box3bj .bod .item .img img:hover{transform: scale(1.2);}
.box3bj .bod .item h3{font-size: 24px; font-weight: bold; margin: 20px 0 10px;}
.box3bj .bod .item p{font-size: 16px;}
.box3bj .bod .item .more{position: absolute; bottom: -50px; right: -50px; width: 100px; height: 100px; border-radius: 50%; background: #FFAD38; padding: 10px 0 0 15px;}
.box3bj .bod .item .more i{font-size: 28px;}

.box3bj_change{margin: 30px 0;}
.box3bj_change .bod{display: flex; align-items: center; height: 258px;}
.box3bj_change .bod .item{width: 210px; height: 240px; position: relative; overflow: hidden; transition: 0.5s;}
.box3bj_change .bod .item img{width: 100%; height: 100%; object-fit: cover;}
.box3bj_change .bod .item dl{position: absolute; bottom: 0; left: 0; right: 0; padding: 10px 20px; background: rgba(0,0,0,0.3); color: #fff; transform: translate(0,100%); transition: 0.5s;}
.box3bj_change .bod .item dl dt{font-size: 22px; margin-bottom: 10px;}
.box3bj_change .bod .item.active{width: 358px; height: 258px; box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.8); z-index: 1;}
.box3bj_change .bod .item.active dl{transform: translate(0,0)}

.component4 .bod{border: 1px solid #EBEBEB; border-right: none; border-bottom: none; display: flex; justify-content: space-between; flex-wrap: wrap;}
.component4 .bod .item{width: 20%; border-right: 1px solid #EBEBEB; border-bottom: 1px solid #EBEBEB; padding: 20px; text-align: center;}
.component4 .bod .item .img{width: 100px; height: 100px; border-radius: 10px; overflow: hidden; margin: 0 auto 15px;}
.component4 .bod .item .tit{font-size: 16px; font-weight: normal; color: #888;}
.component4 .bod .item p{margin: 8px; color: #888;}
.component4 .bod .item .more{display: block; width: 86px; height: 30px; text-align: center; border: 1px solid #EBEBEB; border-radius: 30px; margin: 0 auto; line-height: 28px; font-size: 12px; color: #888;}
.component4 .bod .item:hover .more{background: var(--maincolor); color: #fff;}
.component4-2 .bod .item{width: 199px;}

.box4{margin: 30px 0;}
.box4 .bod{display: flex; justify-content: space-between; margin-top: 40px; height: 530px;}
.box4 .bod .item{width: 300px; transition: 0.5s;}
.box4 .bod .item .img{height: 222px; transition: 0.5s; position: relative; transform-origin: left bottom;}
.box4 .bod .item .img:before{content: ""; position: absolute; top: 0; left: 0; right: 0; height: 106px; background: rgba(0,0,0,0.1);}
.box4 .bod .item .info{height: 190px; padding: 38px 40px 0 40px; font-size: 18px; color: #9699A6;}
.box4 .bod .item .more{padding: 30px; background: #F5F5F5; transition: 0.5s;}
.box4 .bod .item .more a{display: block; height: 54px; border-radius: 54px; background: var(--maincolor); text-align: center; line-height: 54px; font-size: 18px; color: #fff;}
.box4 .bod .item:hover{box-shadow: 0px 8px 35px 0px rgba(41, 45, 49, 0.15); position: relative; z-index: 1;}
.box4 .bod .item:hover .img{height: 242px; margin-top: -20px;}
.box4 .bod .item:hover .more{padding: 40px 30px;}

.box4_change{margin: 30px 0;}
.box4_change .bod{display: flex; justify-content: space-between; flex-wrap: wrap;}
.box4_change .bod .item{width: 378px; border: 1px solid #eee; border-radius: 10px; display: flex; padding: 20px; align-items: center; margin-top: 20px; transition: 0.5s;}
.box4_change .bod .item:hover{box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);}
.box4_change .bod .item:nth-of-type(-n+3){margin-top: 0;}
.box4_change .bod .item .img{width: 135px; height: 135px; flex-shrink: 0; margin-right: 14px; border-radius: 20px;}
.box4_change .bod .item dl{flex-grow: 1; overflow: hidden;}
.box4_change .bod .item dl dt{font-size: 18px;}
.box4_change .bod .item dl div{margin: 6px 0 10px; display: flex; align-items: center; color: #808080; line-height: 24px;}
.box4_change .bod .item dl div p{width: 88px; height: 14px; background: url(../images/score_ico.png);}
.box4_change .bod .item dl div p em{display: block; height: 100%; background: url(../images/score_ico_ac.png);}
.box4_change .bod .item dl div b{font-size: 24px; color: var(--red); margin-left: 10px;}
.box4_change .bod .item dl dd{color: #999;}

.box5{margin: 50px 0 30px;}
.box5 .img{height: 160px;}

.box6{margin: 30px 0;}
.box6 .bod{display: flex;}
.box6 .bod .img{height: 360px;}
.box6 .bod .img img{transition: 0.5s;}
.box6 .bod .img img:hover{transform: scale(1.2);}
.box6 .bod .fl{width: 480px;}
.box6 .bod .ce{width: 240px;}
.box6 .bod .fr{width: 480px; display: flex; flex-wrap: wrap;}
.box6 .bod .fr .img{width: 50%; height: 180px;}

.box7{margin: 30px 0;}
.box7 .bod{display: flex; justify-content: space-between;}
.box7 .bod .fl{width: 388px;}
.box7 .bod .fl .tit{width: 320px; height: 62px; text-align: center; margin: 0 auto; font-size: 18px; font-weight: bold; background: url(../images/ranking_tit1.png) center center; background-size: 100% 100%; line-height: 30px; color: #fff;}
.box7 .bod .fl:nth-of-type(2) h3{background: url(../images/ranking_tit2.png) center center; background-size: 100% 100%;}
.box7 .bod .fl:nth-of-type(3) h3{background: url(../images/ranking_tit3.png) center center; background-size: 100% 100%;}
.component5 .item{margin-bottom: 10px; padding: 16px 0 0 20px; position: relative;}
.component5 .item em{position: absolute; top: 0; left: 0; width: 42px; height: 42px; background: url(../images/ranking_icon.png) center center no-repeat; line-height: 42px; text-align: center; color: #fff; font-style: oblique;}
.component5 .item:nth-of-type(1) em{background: url(../images/ranking_icon4.png); background-size: 100% 100%;}
.component5 .item:nth-of-type(2) em{background: url(../images/ranking_icon3.png); background-size: 100% 100%;}
.component5 .item:nth-of-type(3) em{background: url(../images/ranking_icon2.png); background-size: 100% 100%;}
.component5 .item .item1 .info{background: #F2F2F2; border-radius: 10px; height: 56px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px 0 30px;}
.component5 .item .item1 .info p{font-size: 18px;}
.component5 .item .item1 .info i{font-size: 20px; color: var(--red);}
.component5 .item .item2{background: #FFFAFA; border: 1px solid var(--red); border-radius: 10px; display: none; align-items: center; padding: 12px 20px;}
.component5 .item .item2 .img{width: 74px; height: 74px; border-radius: 15px; overflow: hidden; flex-shrink: 0;}
.component5 .item .item2 dl{margin: 0 10px; flex-grow: 1; overflow: hidden;}
.component5 .item .item2 dl dt{font-size: 18px; margin-bottom: 20px;}
.component5 .item .item2 dl dd{color: #666;}
.component5 .item .item2 .more{width: 60px; height: 28px; line-height: 28px; text-align: center; flex-shrink: 0; border-radius: 28px; color: #fff; background: var(--red);}
.component5 .item.active .item1{display: none;}
.component5 .item.active .item2{display: flex;}
.box7 .bod .fl:nth-of-type(2) .component5 .item:nth-of-type(1) em{background: url(../images/ranking_icon5.png); background-size: 100% 100%;}
.box7 .bod .fl:nth-of-type(2) .component5 .item:nth-of-type(2) em{background: url(../images/ranking_icon6.png); background-size: 100% 100%;}
.box7 .bod .fl:nth-of-type(2) .component5 .item:nth-of-type(3) em{background: url(../images/ranking_icon7.png); background-size: 100% 100%;}
.box7 .bod .fl:nth-of-type(3) .component5 .item:nth-of-type(1) em{background: url(../images/ranking_icon8.png); background-size: 100% 100%;}
.box7 .bod .fl:nth-of-type(3) .component5 .item:nth-of-type(2) em{background: url(../images/ranking_icon9.png); background-size: 100% 100%;}
.box7 .bod .fl:nth-of-type(3) .component5 .item:nth-of-type(3) em{background: url(../images/ranking_icon10.png); background-size: 100% 100%;}
.box7 .bod .fl:nth-of-type(2) .component5 .item .item2{background: #FAFFFC; border: 1px solid #52BE7F;}
.box7 .bod .fl:nth-of-type(2) .component5 .item .item2 .more{background: #52BE7F;}
.box7 .bod .fl:nth-of-type(3) .component5 .item .item2{background: #FAFCFF; border: 1px solid #3298FB;}
.box7 .bod .fl:nth-of-type(3) .component5 .item .item2 .more{background: #3298FB;}

.links{background: #252525; color: #fff;}
.links .w1200{padding: 24px 0; position: relative;}
.links .w1200:before{content: ""; position: absolute; bottom: 0; left: 0; right: 0; margin: auto; width: 1000px; height: 1px; background: rgba(255,255,255,0.5);}
.links .index_tit dt{color: #fff;}
.links .bod{display: flex; flex-wrap: wrap;}
.links .bod a{width: 9.9%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

/* 底部 */
.bottombj{background: #252525; padding: 16px 0 26px;}
.bottom1{padding-bottom: 24px;}
.bottom1 .index_tit dt{color: #fff;}
.bottom1 .index_tit dt span{color: #fff;}
.bottom1 .bod{display: flex; flex-wrap: wrap;}
.bottom1 .bod a{height: 32px; line-height: 32px; padding: 0 24px; color: #fff; position: relative; white-space: nowrap;}
.bottom1 .bod a:nth-of-type(1):after{content: ""; width: 1px; height: 16px; position: absolute; top: 0; left: 0; bottom: 0; margin: auto; background: #666;}
.bottom1 .bod a:before{content: ""; width: 1px; height: 16px; position: absolute; top: 0; right: 0; bottom: 0; margin: auto; background: #666;}
.bottom2{margin-top: 24px; color: #fff; text-align: center; position: relative;}
.bottom2 .logo{position: absolute; top: 0; left: 0; bottom: 0; margin: auto;}
.bottom2 ul{display: flex; justify-content: center;}
.bottom2 ul li{padding: 0 8px;}
.bottom2 p{margin-top: 12px;}

/* 游戏列表 */
.position{padding: 10px 0; color: #888; margin-bottom: 10px;}
.list_game1{margin: 0 0 30px;}
.list_game1 .fl{width: 870px;}
.list_game1 .fl .swiper-slide{height: 426px;}
.list_game1 .fl .swiper-slide img{width: 100%; height: 100%; object-fit: cover;}
.list_game1 .fl .swiper-pagination span{width: 10px; height: 10px; background: #fff; opacity: 1; border-radius: 10px;}
.list_game1 .fl .swiper-pagination span.swiper-pagination-bullet-active{width: 24px;}
.list_game1 .fr{width: 290px; border: 1px solid #F3F3F3; padding: 20px 20px 0 20px;}
.list_game1 .fr .tit{font-size: 18px; font-weight: bold; margin-bottom: 15px;}
.list_game1 .fr p{color: var(--red); padding-bottom: 6px; margin-bottom: 6px; border-bottom: 1px dashed #DCDCDC;}
.list_game1 .fr ul li{margin-bottom: 10px; color: #666;}
.list_game1 .fr ul li:nth-last-of-type(1){margin-bottom: 0;}

.list_game2{margin: 30px 0;}
.list_game2 .flex dl{width: 86px;}
.list_game2 .flex dl dt{height: 86px; border-radius: 15px; overflow: hidden;}
.list_game2 .flex dl dt img{width: 100%; height: 100%;}
.list_game2 .flex dl dd{text-align: center; margin-top: 8px; color: #666;}

.list_game3{margin: 30px 0;}
.list_game3 dl{padding-bottom: 16px; margin-bottom: 20px; border-bottom: 1px solid #DCDCDC; display: flex; align-items: center;}
.list_game3 dl dt{width: 82px; height: 26px; line-height: 26px; text-indent: 12px; color: #fff; flex-shrink: 0; margin-right: 38px; background: url(../images/game_recommend9.png);}
.list_game3 dl:nth-of-type(2) dt{background: url(../images/game_recommend10.png);}
.list_game3 dl dd{display: flex; align-items: center; flex-grow: 1; overflow: hidden;}
.list_game3 dl dd a{width: 10%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.list_game3 dl dd a:nth-of-type(-n+3){color: var(--red);}

.pagination{display: flex; justify-content: center; margin: 20px 0 0 0;}
.pagination > li > a, .pagination > li > span{color: var(--red);}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{background: var(--red); border-color: var(--red);}

.list_game4{margin: 40px 0;}
.list_game4 .bod{display: flex; justify-content: space-between; flex-wrap: wrap;}
.list_game4 .bod .item{width: 292px; margin-top: 20px;}
.list_game4 .bod .item:nth-of-type(-n+4){margin-top: 0;}
.list_game4 .bod .item .img{height: 150px;}
.list_game4 .bod .item .img img{transition: 0.5s;}
.list_game4 .bod .item .img img:hover{transform: scale(1.2);}
.list_game4 .bod .item .info{padding: 10px 16px; display: flex; align-items: center; justify-content: space-between;}
.list_game4 .bod .item .info dl{flex-grow: 1; overflow: hidden;}
.list_game4 .bod .item .info dl dt{font-size: 18px; font-weight: normal; color: var(--red);}
.list_game4 .bod .item .info dl dd{color: #9A9A9A;}

.list_game4 .bod .item .info .more{width: 72px; height: 28px; border: 1px solid #D6D6D6; border-radius: 5px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; color: #1A1A1A;}
.list_game4 .bod .item .info .more i{color: #FF8300; margin-right: 5px;}

/* 专题列表 */
.list_topic1{margin: 0 0 30px;}
.list_topic1 .bod{display: flex; justify-content: space-between;}
.list_topic1 .bod dl{width: 176px;}
.list_topic1 .bod dl dt{height: 132px; border-radius: 10px; overflow: hidden;}
.list_topic1 .bod dl dt img{width: 100%; height: 100%; object-fit: cover; transition: 0.5s;}
.list_topic1 .bod dl dt img:hover{transform: scale(1.2);}
.list_topic1 .bod dl dd{text-align: center; font-size: 18px; margin-top: 10px;}

.list_topic2{margin: 30px 0;}
.list_topic2 dl{margin-bottom: 12px; display: flex; align-items: center;}
.list_topic2 dl:nth-last-of-type(1){margin-bottom: 0;}
.list_topic2 dl dt{width: 100px; height: 28px; line-height: 28px; text-align: center; background: var(--red); color: #fff; font-size: 16px; border-radius: 28px; font-weight: normal; margin-right: 25px; flex-shrink: 0;}
.list_topic2 dl:nth-of-type(2) dt{background: #00A9E8;}
.list_topic2 dl:nth-of-type(3) dt{background: #F8AB1D;}
.list_topic2 dl dd{flex-grow: 1; overflow: hidden; display: flex;}
.list_topic2 dl dd a{flex: 1; padding: 0 10px; position: relative; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.list_topic2 dl dd a:before{content: ""; position: absolute; top: 0; right: 0; bottom: 0; width: 1px; height: 16px; margin: auto; background: #999;}
.list_topic2 dl dd a:nth-last-of-type(1){margin-right: 0; padding-right: 0;}
.list_topic2 dl dd a:nth-last-of-type(1):before{display: none;}

.list_topic3{margin: 30px 0;}
.list_topic3 .bod{display: flex; justify-content: space-between; flex-wrap: wrap;}
.list_topic3 .bod .item{width: 260px; border: 1px solid #DEDEDE; padding: 4px; transition: 0.5s; margin-top: 20px;}
.list_topic3 .bod .item:nth-of-type(-n+4){margin-top: 0;}
.list_topic3 .bod .item .img{height: 126px;}
.list_topic3 .bod .item .img img{transition: 0.5s;}
.list_topic3 .bod .item .img img:hover{transform: scale(1.2);}
.list_topic3 .bod .item dl{margin: 10px;}
.list_topic3 .bod .item dl dt{font-size: 16px; margin-bottom: 10px;}
.list_topic3 .bod .item dl dd{color: #666;}
.list_topic3 .bod .item:hover{box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);}

/* 资讯列表 */
.list_news1{margin: 0 0 30px;}
.list_news1 .tit{height: 50px; line-height: 50px; display: flex; background: #FAFAFA; margin-bottom: 24px;}
.list_news1 .tit li{padding: 0 26px; font-size: 18px;}
.list_news1 .tit li.active{background: var(--red); color: #fff;}
.list_news1 .tit li a{color: inherit;}
.list_news1 .bod .item{padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid #DCDCDC; display: flex; align-items: center;}
.list_news1 .bod .item .img{width: 215px; height: 126px; flex-shrink: 0; margin-right: 20px;}
.list_news1 .bod .item .img img{transition: 0.5s;}
.list_news1 .bod .item .img img:hover{transform: scale(1.2);}
.list_news1 .bod .item dl{flex-grow: 1; overflow: hidden;}
.list_news1 .bod .item dl dt{display: flex; align-items: center;}
.list_news1 .bod .item dl dt span{height: 20px; line-height: 20px; padding: 0 6px; background: var(--maincolor); border-radius: 3px; color: #fff; margin-right: 4px; white-space: nowrap; font-weight: normal;}
.list_news1 .bod .item dl dt a{font-size: 18px;}
.list_news1 .bod .item dl dd{margin: 15px 0 20px; color: #666;}
.list_news1 .bod .item dl p{color: #888;}
.list_news1 .bod .item dl p span{margin-right: 30px;}
.list_news1 .bod .item dl p span i{margin-right: 5px;}
.list_news1 .bod .item2{padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid #DCDCDC; display: flex; align-items: center;}
.list_news1 .bod .item2 .img{width: 215px; height: 126px; flex-shrink: 0;}
.list_news1 .bod .item2 .img img{transition: 0.5s;}
.list_news1 .bod .item2 .img img:hover{transform: scale(1.2);}
.list_news1 .bod .item2 dl{margin: 0 20px; flex-grow: 1; overflow: hidden;}
.list_news1 .bod .item2 dl dt{font-size: 18px; margin-bottom: 5px;}
.list_news1 .bod .item2 dl small{font-size: 12px; color: #888;}
.list_news1 .bod .item2 dl dd{margin: 8px 0 6px; color: #666;}
.list_news1 .bod .item2 dl p{display: flex;}
.list_news1 .bod .item2 dl p span{height: 20px; line-height: 20px; padding: 0 8px; background: #DCDCDC; border-radius: 20px; font-size: 12px; color: #484848; margin-right: 5px;}
.list_news1 .bod .item2 .pf{width: 136px; height: 126px; border: 1px solid #DCDCDC; border-radius: 15px; flex-shrink: 0; display: flex; flex-direction: column; justify-content: center; align-items: center;}
.list_news1 .bod .item2 .pf b{font-size: 50px; color: #666;}
.list_news1 .bod .item2 .pf p{width: 88px; height: 14px; background: url(../images/score_ico.png); margin: 0 auto; display: flex;}
.list_news1 .bod .item2 .pf p span{background: url(../images/score_ico_ac.png);}
.list_news1 .bod .item3{padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid #DCDCDC;}
.list_news1 .bod .item3 .tit{font-size: 18px; font-weight: normal; margin-bottom: 6px;}
.list_news1 .bod .item3 .info{display: flex; align-items: center;}
.list_news1 .bod .item3 .info .img{width: 215px; height: 126px; flex-shrink: 0; margin-right: 20px;}
.list_news1 .bod .item3 .info .img img{transition: 0.5s;}
.list_news1 .bod .item3 .info .img img:hover{transform: scale(1.2);}
.list_news1 .bod .item3 .info dl{flex-grow: 1; overflow: hidden;}
.list_news1 .bod .item3 .info dl dt{color: #666; font-weight: normal; margin-bottom: 10px;}
.list_news1 .bod .item3 .info dl dd{display: flex; align-items: center; justify-content: space-between;}
.list_news1 .bod .item3 .info dl dd p{font-size: 12px; color: #666;}
.list_news1 .bod .item3 .info dl dd p span{margin-right: 20px;}
.list_news1 .bod .item3 .info dl dd a{width: 100px; height: 34px; line-height: 32px; text-align: center; border: 1px solid var(--maincolor); color: var(--maincolor);}

.list_news2{margin-bottom: 30px;}
.list_news2 .bod{display: flex; justify-content: space-between; flex-wrap: wrap;}
.list_news2 .bod dl{width: 170px; margin-top: 16px;}
.list_news2 .bod dl:nth-of-type(-n+2){margin-top: 0;}
.list_news2 .bod dl dt{height: 98px; overflow: hidden; position: relative;}
.list_news2 .bod dl dt img{width: 100%; height: 100%; transition: 0.5s;}
.list_news2 .bod dl dt img:hover{transform: scale(1.2);}
.list_news2 .bod dl dt .a{position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.2); display: flex; align-items: center; justify-content: center; font-size: 28px; color: #fff; font-weight: normal;}
.list_news2 .bod dl dd{text-align: center; margin-top: 10px; font-size: 16px;}

.list_news3{margin-bottom: 30px;}
.list_news3 .bod .item{padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid #DCDCDC; display: flex; align-items: center;}
.list_news3 .bod .item:nth-last-of-type(1){margin-bottom: 0; padding-bottom: 0; border-bottom: none;}
.list_news3 .bod .item .img{width: 122px; height: 70px; flex-shrink: 0; margin-right: 10px;}
.list_news3 .bod .item .img img{transition: 0.5s;}
.list_news3 .bod .item .img img:hover{transform: scale(1.2);}
.list_news3 .bod .item dl{flex-grow: 1; overflow: hidden;}
.list_news3 .bod .item dl dt{font-size: 16px; font-weight: normal;}

.list_news4{margin-bottom: 30px;}
.list_news4 .bod dl{position: relative; margin-bottom: 20px;}
.list_news4 .bod dl:nth-last-of-type(1){margin-bottom: 0;}
.list_news4 .bod dl dt{height: 198px; overflow: hidden;}
.list_news4 .bod dl dt img{width: 100%; height: 100%; transition: 0.5s;}
.list_news4 .bod dl dt img:hover{transform: scale(1.2);}
.list_news4 .bod dl dd{position: absolute; bottom: 0; left: 0; right: 0; height: 32px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; background: rgba(0,0,0,0.8);}
.list_news4 .bod dl dd p{font-size: 16px; color: #fff;}
.list_news4 .bod dl dd span{color: #888; white-space: nowrap;}
.list_news4 .bod dl dd span em{font-size: 20px; color: var(--red);}

.list_news5{margin-bottom: 30px;}
.list_news5 .bod dl{margin-bottom: 20px;}
.list_news5 .bod dl:nth-last-of-type(1){margin-bottom: 0;}
.list_news5 .bod dl dt{display: flex; align-items: center; font-weight: normal;}
.list_news5 .bod dl dt i{width: 20px; height: 20px; flex-shrink: 0; margin-right: 10px; line-height: 20px; text-align: center; background: #ECECEC; font-size: 12px;}
.list_news5 .bod dl:nth-of-type(-n+3) dt i{background: var(--maincolor); color: #fff;}
.list_news5 .bod dl dd{display: none; align-items: center; margin-left: 30px; margin-top: 6px;}
.list_news5 .bod dl dd .img{width: 122px; height: 70px; flex-shrink: 0; margin-right: 10px; overflow: hidden;}
.list_news5 .bod dl dd .img img{transition: 0.5s;}
.list_news5 .bod dl dd .img img:hover{transform: scale(1.2);}
.list_news5 .bod dl dd p{font-size: 12px; color: #888;}
.list_news5 .bod dl.active dd{display: flex;}

.list_news6{margin-bottom: 30px;}
.list_news6 .bod{display: flex; justify-content: space-between; flex-wrap: wrap;}
.list_news6 .bod dl{width: 70px; margin: 16px 26px 0 0;}
.list_news6 .bod dl:nth-of-type(-n+4){margin-top: 0;}
.list_news6 .bod dl:nth-of-type(4n){margin-right: 0;}
.list_news6 .bod dl dt{height: 70px; border-radius: 15px; overflow: hidden;}
.list_news6 .bod dl dt img{width: 100%; height: 100%;}
.list_news6 .bod dl dd{font-size: 16px; text-align: center; color: #6F6F6F; margin-top: 10px;}

/* 攻略主页 */
.list_raiders1{display: flex; justify-content: space-between;}
.list_raiders1 dl{position: relative; overflow: hidden;}
.list_raiders1 dl dt{height: 478px; overflow: hidden;}
.list_raiders1 dl dt img{width: 100%; height: 100%; transition: 0.5s; object-fit: cover;}
.list_raiders1 dl dt img:hover{transform: scale(1.2);}
.list_raiders1 dl dd{position: absolute; bottom: 0; left: 0; right: 0; height: 62px; line-height: 62px; padding: 0 20px; background: rgba(0,0,0,0.5); color: #fff; font-size: 18px; text-align: center; transform: translate(0,100%); transition: 0.5s;}
.list_raiders1 dl:hover dd{transform: translate(0,0);}
.list_raiders1 .item{display: flex; flex-direction: column; justify-content: space-between;}
.list_raiders1 .item dd{height: 40px; line-height: 40px; font-size: 16px;}
.list_raiders1 .item1{width: 305px;}
.list_raiders1 .item2{width: 284px;}
.list_raiders1 .item2 dl:nth-of-type(1) dt{height: 197px;}
.list_raiders1 .item2 dl:nth-of-type(2) dt{height: 279px;}
.list_raiders1 .item3{width: 282px;}
.list_raiders1 .item3 dl:nth-of-type(1) dt{height: 280px;}
.list_raiders1 .item3 dl:nth-of-type(2) dt{height: 196px;}
.list_raiders1 .item4{width: 324px;}
.list_raiders1 .item4 dl:nth-of-type(1) dt{height: 280px;}
.list_raiders1 .item4 dl:nth-of-type(2) dt{height: 196px;}

.list_raiders2{background: #FAFAFA; padding: 20px; display: flex; justify-content: center;}
.list_raiders2 form{display: flex; height: 60px; border: 2px solid var(--maincolor); border-radius: 60px; overflow: hidden;}
.list_raiders2 form input{width: 568px; background: none; border: none; text-indent: 20px; font-size: 18px;}
.list_raiders2 form button{width: 132px; font-size: 24px; color: #fff; background: var(--maincolor); border: none; display: flex; align-items: center; justify-content: center;}
.list_raiders2 form button i{font-size: 30px; margin-right: 10px;}

.list_raiders3{margin: 30px 0;}
.list_raiders3 .bod{display: flex; justify-content: space-between; flex-wrap: wrap;}
.list_raiders3 .bod dl{width: 260px; margin-top: 20px;}
.list_raiders3 .bod dl:nth-of-type(-n+4){margin-top: 0;}
.list_raiders3 .bod dl dt{height: 146px; border-radius: 15px; overflow: hidden;}
.list_raiders3 .bod dl dt img{width: 100%; height: 100%; transition: 0.5s;}
.list_raiders3 .bod dl dt img:hover{transform: scale(1.2);}
.list_raiders3 .bod dl dd{text-align: center; margin-top: 10px;}

.list_raiders4{display: flex; justify-content: space-between; margin: 30px 0;}
.list_raiders4 .left{width: 782px;}
.list_raiders4 .left .fl{width: 330px;}
.list_raiders4 .left .fl .item{margin-bottom: 15px;}
.list_raiders4 .left .fl .item:nth-last-of-type(1){margin-bottom: 0;}
.list_raiders4 .left .fl .item .img{height: 224px;}
.list_raiders4 .left .fl .item .img img{transition: 0.5s;}
.list_raiders4 .left .fl .item .img img:hover{transform: scale(1.2);}
.list_raiders4 .left .fl .item p{font-size: 16px; margin: 10px 0 5px;}
.list_raiders4 .left .fl .item span{color: #999;}
.list_raiders4 .left .fr{width: 436px;}
.list_raiders4 .left .fr .item{display: flex; align-items: center; margin-bottom: 20px;}
.list_raiders4 .left .fr .item:nth-last-of-type(1){margin-bottom: 0;}
.list_raiders4 .left .fr .item .img{width: 160px; height: 80px; flex-shrink: 0; margin-right: 18px;}
.list_raiders4 .left .fr .item .img img{transition: 0.5s;}
.list_raiders4 .left .fr .item .img img:hover{transform: scale(1.2);}
.list_raiders4 .left .fr .item dl{flex-grow: 1; overflow: hidden;}
.list_raiders4 .left .fr .item dl dt{font-size: 16px; font-weight: normal; margin-bottom: 10px;}
.list_raiders4 .left .fr .item dl dd{color: #999;}
.list_raiders4 .right{width: 358px;}

.list_raiders5{margin: 30px 0;}
.list_raiders5 .component1 .bod dl:nth-of-type(-n+5){margin-top: 0;}

/* 图库列表 */
.list_gallery1{margin-bottom: 30px;}
.list_gallery1 .tit{height: 50px; background: #FAFAFA; display: flex; align-items: center; justify-content: space-between; margin-bottom: 30px;}
.list_gallery1 .tit dl{display: flex;}
.list_gallery1 .tit dl dt{width: 148px; height: 50px; line-height: 50px; text-indent: 20px; font-size: 24px; color: #fff; font-weight: normal; background: url(../images/gallery_titbg.png); margin-right: 30px;}
.list_gallery1 .tit dl dd{flex-grow: 1; overflow: hidden; display: flex; align-items: center;}
.list_gallery1 .tit dl dd a{height: 30px; line-height: 30px; padding: 0 10px; margin-right: 40px; font-size: 18px;}
.list_gallery1 .tit dl dd a.active{background: #D95252; color: #fff;}
.sort{color: #666; display: flex; align-items: center;}
.sort a{margin-left: 10px; display: flex; align-items: center;}
.sort a i{color: #999; font-size: 12px; margin-left: 5px;}
.sort a.active{color: var(--red);}
.sort a.active i{color: var(--red);}
.sort a.active_anti{color: var(--red);}
.sort a.active_anti i{color: var(--red); transform: rotate(180deg);}

.list_gallery1 .bod{columns: 3;}
.list_gallery1 .bod .item{position: relative; margin-bottom: 20px;}
.list_gallery1 .bod .item img{width: 100%;}
.list_gallery1 .bod .item p{position: absolute; bottom: 0; left: 0; right: 0; height: 30px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; background: rgba(0,0,0,0.5); color: #fff;}

/* 排行榜 */
.leaderboard_banner{height: 220px; background: url(../images/leaderboard_banner.jpg);}
.leaderboard1{margin: 30px 0;}
.leaderboard1 .tit{display: flex; align-items: center; justify-content: space-between;}
.leaderboard1 .tit li{width: 360px; height: 96px; border: 1px solid var(--maincolor); line-height: 94px; text-align: center; border-radius: 15px; font-size: 40px; font-weight: bold; color: var(--maincolor);}
.leaderboard1 .tit li a{display: block; color: inherit;}
.leaderboard1 .tit li.active{background: var(--maincolor); color: #fff;}
.leaderboard1 .bod .item{padding: 30px; position: relative; display: flex; align-items: flex-start; border-radius: 15px; box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3); margin-top: 30px;}
.leaderboard1 .bod .item i{position: absolute; top: -6px; left: -6px; width: 40px; height: 40px; background: #D3E9FF; line-height: 40px; text-align: center; border-radius: 10px; font-size: 24px; font-weight: bold; color: var(--maincolor);}
.leaderboard1 .bod .item .img{width: 140px; height: 140px; border-radius: 15px; overflow: hidden; flex-shrink: 0;}
.leaderboard1 .bod .item .info{margin: 0 28px; flex-grow: 1; overflow: hidden;}
.leaderboard1 .bod .item .info .tit{font-size: 30px; font-weight: bold; margin-bottom: 10px;}
.leaderboard1 .bod .item .info span{font-size: 20px; color: #888;}
.leaderboard1 .bod .item .info span em{margin-right: 20px;}
.leaderboard1 .bod .item .info p{font-size: 20px; color: #666; margin: 10px 0 20px;}
.leaderboard1 .bod .item .info .more{display: block; width: 180px; height: 56px; border-radius: 10px; line-height: 56px; text-align: center; background: var(--maincolor); color: #fff; font-size: 20px;}
.leaderboard1 .bod .item .pf{white-space: nowrap; font-size: 20px; color: #666; margin: auto 0; display: flex;}
.leaderboard1 .bod .item .pf dl{width: 136px; height: 126px; flex-shrink: 0; margin-left: 30px; border: 1px solid #DCDCDC; border-radius: 15px; display: flex; flex-direction: column; justify-content: center; align-items: center;}
.leaderboard1 .bod .item .pf dl dt{font-size: 50px; color: #666; line-height: 1; margin-bottom: 10px;}
.leaderboard1 .bod .item .pf dl dd{width: 88px; height: 14px; background: url(../images/score_ico.png);}
.leaderboard1 .bod .item .pf dl dd p{height: 100%; background: url(../images/score_ico_ac.png);}

/* 礼包列表 */
.list_pack1{margin-bottom: 24px;}
.list_pack1 .swiper-slide{height: 416px; position: relative; border-radius: 15px; overflow: hidden;}
.list_pack1 .swiper-slide img{width: 100%; height: 100%;}
.list_pack1 .swiper-slide p{position: absolute; bottom: 0; left: 0; right: 0; height: 50px; line-height: 50px; padding: 0 140px 0 20px; color: #fff; font-size: 18px; background: rgba(0,0,0,0.5);}
.list_pack1 .swiper-pagination{left: auto; width: auto; right: 20px;}
.list_pack1 .swiper-pagination span{width: 16px; height: 16px; background: #0B1211; border: 3px solid #D7DEDD; opacity: 1;}
.list_pack1 .swiper-pagination span.swiper-pagination-bullet-active{border-color: #fff; background: var(--maincolor);}

.list_pack2{margin-bottom: 24px;}
.list_pack2 .bod .item{margin-bottom: 15px;}
.list_pack2 .bod .item:nth-last-of-type(1){margin-bottom: 0;}
.list_pack2 .bod .item .item1{display: flex; align-items: center; justify-content: space-between;}
.list_pack2 .bod .item .item1 span{height: 24px; line-height: 22px; padding: 0 12px; border: 1px solid #E1E1E1; border-radius: 24px; white-space: nowrap; margin-right: 10px;}
.list_pack2 .bod .item .item1 p{flex-grow: 1; margin-right: 10px;}
.list_pack2 .bod .item .item1 .more{width: 48px; height: 24px; line-height: 24px; text-align: center; flex-shrink: 0; border-radius: 24px; background: var(--maincolor); color: #fff;}
.list_pack2 .bod .item .item2{display: none; align-items: center;}
.list_pack2 .bod .item .item2 .img{width: 72px; height: 72px; flex-shrink: 0; margin-right: 10px; border-radius: 15px;}
.list_pack2 .bod .item .item2 dl{flex-grow: 1; overflow: hidden;}
.list_pack2 .bod .item .item2 dl dt{font-size: 16px; margin-bottom: 20px;}
.list_pack2 .bod .item .item2 dl dd a{width: 80px; height: 24px; line-height: 24px; text-align: center; display: block; border-radius: 24px; background: var(--maincolor); color: #fff;}
.list_pack2 .bod .item.active .item1{display: none;}
.list_pack2 .bod .item.active .item2{display: flex;}

.list_pack3{margin-bottom: 24px;}
.list_pack3 .tit{display: flex; justify-content: space-between; margin-bottom: 20px;}
.list_pack3 .tit ul{display: flex;}
.list_pack3 .tit ul li{height: 40px; line-height: 38px; padding: 0 20px; border: 1px solid #E1E1E1; margin-right: 30px; border-radius: 40px; font-size: 20px;}
.list_pack3 .tit ul li.active{background: var(--maincolor); color: #fff; border-color: var(--maincolor);}
.list_pack3 .tit form{height: 40px; display: flex; border: 1px solid var(--maincolor); border-radius: 40px; overflow: hidden;}
.list_pack3 .tit form input{width: 240px; text-indent: 20px; border: none;}
.list_pack3 .tit form button{width: 130px; background: var(--maincolor); color: #fff; font-size: 20px; border: none;}
.list_pack3 .tit form button i{margin-right: 10px;}
.list_pack3 .bod{display: flex; justify-content: space-between; flex-wrap: wrap;}
.list_pack3 .bod .item{width: 258px; padding: 12px; border: 1px solid #E1E1E1; border-radius: 15px; display: flex; align-items: center; margin-top: 15px;}
.list_pack3 .bod .item:nth-of-type(-n+3){margin-top: 0;}
.list_pack3 .bod .item .img{width: 95px; height: 95px; flex-shrink: 0; border-radius: 15px; margin-right: 8px;}
.list_pack3 .bod .item dl{flex-grow: 1; overflow: hidden;}
.list_pack3 .bod .item dl dt{font-size: 16px; margin-bottom: 15px;}
.list_pack3 .bod .item dl dd{display: flex; justify-content: space-between; align-items: center;}
.list_pack3 .bod .item dl dd a{width: 56px; height: 24px; line-height: 22px; text-align: center; border: 1px solid var(--maincolor); border-radius: 24px; color: var(--maincolor);}
.list_pack3 .bod .item dl dd a:nth-of-type(2){background: var(--maincolor); color: #fff;}
.list_pack3 .bod2 .item:nth-of-type(-n+4){margin-top: 0;}
.list_pack3 .bod2 .item{width: 286px;}

.list_pack4{margin-bottom: 30px;}
.list_pack4 .bod .item{margin-bottom: 20px; padding: 15px; border: 1px solid #E1E1E1; border-radius: 15px; display: flex; align-items: center;}
.list_pack4 .bod .item:hover{border-color: var(--maincolor);}
.list_pack4 .bod .item .img{width: 100px; height: 100px; flex-shrink: 0; border-radius: 15px;}
.list_pack4 .bod .item dl{margin: 0 10px; flex-grow: 1; overflow: hidden;}
.list_pack4 .bod .item dl dt{font-size: 16px; margin-bottom: 6px;}
.list_pack4 .bod .item dl dd{display: flex; align-items: center; margin-top: 2px;}
.list_pack4 .bod .item dl dd span{color: #666; white-space: nowrap;}
.list_pack4 .bod .item dl dd p{width: 210px; height: 7px; background: #DADADA; border-radius: 7px; margin-right: 10px; display: flex;}
.list_pack4 .bod .item dl dd p em{background: var(--maincolor); border-radius: 7px;}
.list_pack4 .bod .item .more{width: 78px; height: 30px; line-height: 30px; text-align: center; border-radius: 30px; background: var(--maincolor); color: #fff; flex-shrink: 0;}

/* 应用列表 */
.list_app1{margin-bottom: 30px; display: flex; justify-content: space-between;}
.list_app1 dl{width: 106px; background: #F8F8F8; border-radius: 10px; padding: 24px 10px 18px;}
.list_app1 dl dt{width: 64px; height: 64px; margin: 0 auto 15px; border-radius: 10px; overflow: hidden;}
.list_app1 dl dt img{width: 100%; height: 100%;}
.list_app1 dl dd{text-align: center;}

.list_app2{margin: 30px 0; display: flex; justify-content: space-between;}
.list_app2 .fl{width: 552px;}
.list_app2 .fl .swiper-slide{height: 322px;}
.list_app2 .fl .swiper-slide img{width: 100%; height: 100%;}
.list_app2 .fl .swiper-pagination span{width: 10px; height: 10px; background: #fff; opacity: 1; border-radius: 10px;}
.list_app2 .fl .swiper-pagination span.swiper-pagination-bullet-active{width: 24px;}
.list_app2 .fr{width: 608px;}
.list_app2 .fr .bod{display: flex; justify-content: space-between; flex-wrap: wrap;}
.list_app2 .fr .bod .item{width: 82px; margin: 10px 20px 0 0;}
.list_app2 .fr .bod .item:nth-of-type(-n+6){margin-top: 0;}
.list_app2 .fr .bod .item:nth-of-type(6n){margin-right: 0;}
.list_app2 .fr .bod .item .img{height: 82px; border-radius: 10px; overflow: hidden;}
.list_app2 .fr .bod .item h3{text-align: center; font-size: 14px; margin: 5px 0 2px;}
.list_app2 .fr .bod .item p{font-size: 12px; color: #888; text-align: center;}

.list_app3{margin: 30px 0; display: flex; justify-content: space-between;}
.list_app3 .fl{width: 552px;}
.list_app3 .fl .list_topic3{margin-top: 0;}
.list_app3 .fl .list_topic3 .bod .item:nth-of-type(-n+4){margin-top: 20px;}
.list_app3 .fl .list_topic3 .bod .item:nth-of-type(-n+2){margin-top: 0;}
.list_app3 .fr{width: 608px;}
.list_app3 .fr .list_news1 .bod .item{padding-bottom: 22px; margin-bottom: 24px;}
.list_app3 .fr .list_news1 .bod .item:nth-last-of-type(1){padding-bottom: 0; margin-bottom: 0; border-bottom: none;}

.list_app4 .bod{display: flex; justify-content: space-between;}
.list_app4 .bod a{text-align: center;}
.list_app4 .bod a dl dt{width: 50px; height: 50px; margin: 0 auto 10px;}
.list_app4 .bod a dl dd{font-size: 12px; color: #545454;}

/* 资讯详情 */
.article_news1{background: #FAFAFA; padding: 20px;}
.article_news1 .tit{text-align: center; font-size: 24px; font-weight: bold; line-height: 1.6}
.article_news1 .xx{margin: 20px 0 30px; padding-bottom: 20px; text-align: center; color: #808080; border-bottom: 1px solid #ccc;}
.article_news1 .xx span{margin: 0 10px;}
.article_news1 .article_bod{line-height: 2.7;text-indent: 2em;}
.article_news1 .article_bod img{max-width: 100% !important; height: auto !important; display: block; margin: 20px auto;}

.article_news2 .bod .item:nth-of-type(-n+4){margin-top: 20px;}
.article_news2 .bod .item:nth-of-type(-n+3){margin-top: 0;}

/* 游戏详情 */
.article_game1{display: flex; align-items: center; margin-bottom: 30px;}
.article_game1 .img{width: 130px; height: 130px; flex-shrink: 0; margin-right: 20px; border-radius: 15px; overflow: hidden;}
.article_game1 .info{width: 470px;}
.article_game1 .info h1{font-size: 22px; font-weight: bold;}
.article_game1 .info p{color: #888; margin: 12px 0 16px;}
.article_game1 .info p span{margin-right: 10px;}
.article_game1 .info .xz{display: flex; align-items: center;}
.article_game1 .info .xz a,.article_game1 .info .xz span{width: 188px; height: 48px; line-height: 48px; text-align: center; background: var(--maincolor); color: #fff; font-size: 16px; border-radius: 10px; margin-right: 20px; position: relative;}
.article_game1 .info .xz span{background: #999;}
.article_game1 .info .xz a dl{position: absolute; top: 48px; left: 8px; right: 8px; border: 1px solid var(--maincolor); background: #fff; border-radius: 0 0 15px 15px; padding: 20px; display: none; z-index: 3;}
.article_game1 .info .xz a dl dt img{width: 100%;}
.article_game1 .info .xz a:hover dl{display: block;}
.article_game1 .pf{width: 136px; height: 126px; border: 1px solid #DCDCDC; border-radius: 15px; display: flex; flex-direction: column; justify-content: center; align-items: center; margin-left: auto;}
.article_game1 .pf dt{font-size: 50px; line-height: 1; color: var(--red); margin-bottom: 10px;}
.article_game1 .pf dd{width: 88px; height: 14px; background: url(../images/score_ico.png);}
.article_game1 .pf dd p{height: 100%; background: url(../images/score_ico_ac.png);}

.article_game2{margin: 30px 0;}
.article_game2 .bod{padding: 0 34px; position: relative;}
.article_game2 .swiper-slide{transform: scale(0.8); transition: 0.5s; z-index: 1;}
.article_game2 .swiper-slide.swiper-slide-active{transform: scale(1); z-index: 2;}
.article_game2 .swiper-slide img{width: 100%;}
.article_game2 .swiper-button-next,.article_game2 .swiper-button-prev{opacity: 1; width: 46px; height: 46px; background: #fff; border-radius: 46px; border: 1px solid #A0A0A0;}
.article_game2 .swiper-button-next:after,.article_game2 .swiper-button-prev:after{font-size: 18px;}

.article_game3{margin: 30px 0;}
.article_game3 .bod{line-height: 2;}
.article_game3 .bod b{margin-top: 20px; display: inline-block;}
.article_game3 .bod p{line-height: 2.7;text-indent: 2em;}
.article_game3 .bod img{max-width: 100% !important; height: auto; display: block; margin: 20px auto;}

/* 礼包详情 */
.article_packbj{padding-top: 150px;}

.article_pack1{height: 352px;}
.article_pack1 img{width: 100%; height: 100%; object-fit: cover;}

.padding-30-20{padding: 30px 20px; background: #fff;}

.article_pack2{border: 1px solid #ccc; display: flex; align-items: center; margin-bottom: 30px;}
.article_pack2 .fl{width: 224px; border-right: 1px solid #ccc; display: flex; align-items: center; justify-content: center; flex-shrink: 0; padding: 20px 0;}
.article_pack2 .fl dl{width: 150px;}
.article_pack2 .fl dl dt{height: 150px; border-radius: 15px; overflow: hidden;}
.article_pack2 .fl dl dt img{width: 100%; height: 100%;}
.article_pack2 .fl dl dd{margin-top: 10px; text-align: center; font-size: 18px;}
.article_pack2 .fr{flex-grow: 1; overflow: hidden; padding: 0 20px; display: flex; align-items: center; justify-content: space-between;}
.article_pack2 .fr dl{flex-grow: 1; overflow: hidden; margin-right: 20px;}
.article_pack2 .fr dl h1{font-size: 24px; font-weight: normal; margin-bottom: 15px;}
.article_pack2 .fr dl dd{margin-top: 5px; font-size: 18px;}
.article_pack2 .fr dl dd.dd{display: flex; align-items: center; margin-top: 15px;}
.article_pack2 .fr dl dd.dd span{color: #888;}
.article_pack2 .fr dl dd.dd p{width: 210px; height: 7px; border-radius: 7px; background: #DADADA; margin: 0 20px; display: flex;}
.article_pack2 .fr dl dd.dd p em{background: var(--maincolor); border-radius: 7px;}
.article_pack2 .fr .more{width: 196px; height: 56px; line-height: 56px; text-align: center; flex-shrink: 0; border-radius: 15px; font-size: 24px; color: #fff; background: var(--maincolor); cursor: pointer;}
.article_pack2 .fr .nomore{background: #999;}

.article_pack_bod{margin-bottom: 30px;}
.article_pack_bod .bod{border: 1px solid #ccc; border-radius: 15px; padding: 20px;}

.article_pack3{margin-bottom: 30px;}
.article_pack3 .bod .item:nth-of-type(-n+4){margin-top: 0;}

.article_pack4{display: flex; justify-content: space-between;}
.article_pack4 .fl{width: 782px;}
.article_pack4 .fl .list_news1{margin-bottom: 0;}
.article_pack4 .fl .list_news1 .bod .item3:nth-last-of-type(1){margin-bottom: 0;}
.article_pack4 .fr{width: 358px;}

/* 图库详情 */
.article_gallerybj{background: #333; padding: 20px; min-height: calc(100vh - 500px)}

.article_gallery1{color: #fff; padding: 10px 0 30px;}
.article_gallery1 h1{text-align: center; font-size: 32px; font-weight: bold; margin-bottom: 30px;}
.article_gallery1 .bod{position: relative;}
.article_gallery1 .bod .swiper-slide{z-index: 1;}
.article_gallery1 .bod .swiper-slide img{transform: scale(0.92);}
.article_gallery1 .bod .swiper-slide .info{display: none;}
.article_gallery1 .bod .swiper-slide.swiper-slide-active{z-index: 2;}
.article_gallery1 .bod .swiper-slide.swiper-slide-active img{transform: scale(0.98);}
.article_gallery1 .bod .swiper-slide.swiper-slide-active .info{display: flex; align-items: center; justify-content: space-between; height: 80px; padding: 0 30px; background: #333;}
.article_gallery1 .bod .swiper-slide.swiper-slide-active .info p{font-size: 20px; margin-right: 20px;}
.article_gallery1 .bod .swiper-slide.swiper-slide-active .info a{width: 174px; height: 52px; background: var(--maincolor); color: #fff; border-radius: 15px; flex-shrink: 0; text-align: center; line-height: 52px;}
.article_gallery1 .bod .img{position: relative;}
.article_gallery1 .bod:before{content: ""; position: absolute; bottom: 80px; left: 0; right: 0; height: 50%; background: #000; z-index: 1;}
.article_gallery1 .bod .img img{width: 100%;}
.article_gallery1 .bod .swiper-button-next,.article_gallery1 .bod .swiper-button-prev{opacity: 1; width: 60px; height: 60px; background: #8B8B8B; border-radius: 15px;}
.article_gallery1 .bod .swiper-button-next:after,.article_gallery1 .bod .swiper-button-prev:after{font-size: 28px; color: #fff;}
.article_gallery1 .bod .swiper-button-next{right: -100px;}
.article_gallery1 .bod .swiper-button-prev{left: -100px;}

.article_gallery1 .bod2{padding: 20px; background: #000; overflow: hidden;}
.article_gallery1 .bod2 .swiper-container,.article_gallery1 .bod2 .swiper-container .swiper-wrapper{overflow: visible;}
.article_gallery1 .bod2 .swiper-slide{height: 102px;}
.article_gallery1 .bod2 .swiper-slide img{width: 100%; height: 100%; object-fit: cover;}
.article_gallery1 .bod2 .swiper-slide.swiper-slide-thumb-active{transform: scale(1.1); border: 2px solid var(--red);}

/* 404 & 500 */
.page404{position: relative;}
.page404 img{width: 100%;}
.page404 a{position: absolute; bottom: 100px; left: 0; right: 0; margin: auto; width: 200px; height: 70px; line-height: 70px; text-align: center; background: var(--maincolor); color: #fff; font-size: 28px; border-radius: 10px;}

/* 关于 */
.about{margin-bottom: 30px;}
.about .fl{width: 270px; background: #FAFAFA; padding: 20px; flex-shrink: 0;}
.about .fl ul li{height: 60px; line-height: 60px; border-radius: 10px; text-align: center; font-size: 16px;}
.about .fl ul li.active{background: var(--maincolor); color: #fff;}
.about .fr{width: 900px; background: #FAFAFA; padding: 30px; line-height: 2em;}
.about .fr img{max-width: 100% !important; height: auto !important;}

.article_gamecx4 .bod{display: flex; flex-wrap: wrap; justify-content: space-between;}
.article_gamecx2 .bod p{text-indent: 2em;}
.article_gamecx4 .bod dl{width: 18%; border: 1px solid #eee; padding: 20px 20px 15px 20px; margin-bottom: 20px;}
.article_gamecx4 .bod dl dt{padding-bottom: 100%; position: relative;}
.article_gamecx4 .bod dl dt img{position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 10px;}
.article_gamecx4 .bod dl dd{text-align: center; margin-top: 10px;}
.article_gamecx1{padding-bottom: 20px; border-bottom: 1px dashed #dcdcdc;}
.article_gamecx1 .s{display: flex;}
.article_gamecx1 .s .fl{width: 140px; flex-shrink: 0; margin-right: 20px;}
.article_gamecx1 .s .fl img{width: 100%; height: 140px; border-radius: 20px;}
.article_gamecx1 .s .fr{flex-grow: 1;}
.article_gamecx1 .s .fr h1{font-size: 24px; font-weight: bold; margin-bottom: 25px;}
.article_gamecx1 .s .fr ul{display: flex; flex-wrap: wrap; justify-content: space-between;}
.article_gamecx1 .s .fr ul li{width: 48%; border: 1px solid #eee; line-height: 42px; display: flex; text-indent: 15px; color: #888;overflow: hidden}
.article_gamecx1 .s .fr ul li .one{width: 117px; background: #f6f6f6;white-space: nowrap}
.article_gamecx1 .s .fr ul li .tow{width: 55%;}
.article_gamecx1 .s .fr ul li:nth-of-type(n+3){margin-top: -1px;}
.article_gamecx1 .x{display: flex; margin-top: 20px;}
.article_gamecx1 .x a,.article_gamecx1 .x span{width: 188px; height: 48px; line-height: 48px; text-align: center; background: var(--maincolor); color: #fff; font-size: 16px; border-radius: 10px; margin-right: 20px; position: relative;}
.article_gamecx1 .x span{background: #999;}

.article_gamecx2{margin: 20px 0;}
.article_gamecx2 .tit{padding-bottom: 20px; border-bottom: 1px dashed #dcdcdc; position: relative;}
.article_gamecx2 .tit:before{content: ""; position: absolute; bottom: -5px; left: 55px; width: 10px; height: 10px; border-radius: 5px; background: #fff; border: 2px solid var(--maincolor);}
.article_gamecx2 .tit p{width: 120px; height: 40px; text-align: center; line-height: 40px; background: var(--maincolor); color: #fff; border-radius: 20px; font-size: 16px; font-weight: bold; position: relative;}
.article_gamecx2 .tit p:before{content: ""; width: 10px; height: 10px; background: var(--maincolor); position: absolute; bottom: -5px; left: 55px; transform: rotate(45deg);}
.article_gamecx2{margin: 30px 0;}
.article_gamecx2 .bod{position: relative; margin: 40px 0;}
.article_gamecx2 .bod h3{
    color: var(--maincolor);
    margin-bottom: 16px;
    line-height: 34px;
    font-size: 18px;
    font-weight: 700;
    padding: 0 0 0 18px;
    border-left: 4px solid #3298FB;
    background-color: #f5f5f5;
    display: block;}
.article_gamecx2 .bod p{margin: 10px 0; line-height: 2;}
.article_gamecx2 .swiper-slide{transform: scale(0.8); transition: 0.5s; z-index: 1;}
.article_gamecx2 .swiper-slide.swiper-slide-active{transform: scale(1); z-index: 2;}
.article_gamecx2 .swiper-slide img{width: 100%;}

.article_gamecx3{margin: 20px 0;}
.tit_cx{margin-bottom: 15px; display: flex; align-items: center; justify-content: space-between;}
.tit_cx dt{font-size: 24px;}
.tit_cx dt span{color: var(--maincolor);}
.tit_cx dd{color: #999;}
.article_gamecx3 .s{display: flex; justify-content: space-between; flex-wrap: wrap;}
.article_gamecx3 .s .item{width: 49%; background: #f9f9f9; padding: 15px;}
.article_gamecx3 .s .item .tit{font-size: 16px; font-weight: bold; margin-bottom: 10px;}
.article_gamecx3 .s .item .tw{display: flex; align-items: center;}
.article_gamecx3 .s .item .tw .img{width: 80px; height: 80px; border-radius: 10px; flex-shrink: 0; margin-right: 15px; overflow: hidden;}
.article_gamecx3 .s .item .tw p{flex-grow: 1; line-height: 2; color: #999; font-size: 16px;}
.article_gamecx3 ul{display: flex; justify-content: space-between; flex-wrap: wrap;}
.article_gamecx3 ul li{width: 49%; margin: 15px 0; display: flex; align-items: center; overflow: hidden; font-size: 16px;}
.article_gamecx3 ul li:before{content: ""; width: 8px; height: 8px; background: var(--maincolor); flex-shrink: 0;}
.article_gamecx3 ul li a{margin: 0 10px; flex-grow: 1;}
.article_gamecx3 ul li span{white-space: nowrap;}
.article_gamecx1 .s .fr ul li .two{white-space: nowrap}
