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;}
#app{max-width: 760px; min-width: 320px; margin: 0 auto; position: relative;}
.content{padding: 0 15px;}
a:hover{color: var(--maincolor);}
.img img{width: 100%; height: 100%; object-fit: cover;}
.oneline{white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.towline{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.threeline{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.fourline{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical;}

/* 头部 */
.top1bj{box-shadow: 0px 3px 10px 3px rgba(0, 0, 0, 0.2) inset; position: relative; z-index: 1;}
.top1bj .content{height: 50px; display: flex; align-items: center; justify-content: space-between; position: relative;}
.top1bj .content .logo{width: 100px;}
.top1bj .content form{height: 30px; display: flex; background: #F5F5F5; border-radius: 30px; }
.top1bj .content form input{background: none; border: none; width: 100px; text-indent: 10px;}
.top1bj .content form button{background: none; border: none; color: #F8AB1D;}
.top1bj .content .fr{color: var(--maincolor); display: flex; align-items: center;}
.top1bj .content .fr .login_logout{display: flex; align-items: center; margin-right: 15px;}

.menu_popup {
    position: absolute;
    top: 50px;
    /*left: 0;*/
    /*right: 0;*/
    width: 100%;
    max-width: 760px;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    z-index: 3;
    padding: 15px 10px;
    transform: translateY(-100%) translateY(-80px);
    transition: 0.5s;
    opacity: 0;
}

.menu_popup.active {
    transform: translateY(0);
    opacity: 1;
}

.menu_popup dl {
    margin-bottom: 15px;
}

.menu_popup dl:nth-last-of-type(1) {
    margin-bottom: 0;
}

.menu_popup dl dt {
    color: var(--maincolor);
    font-weight: normal;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.menu_popup dl dd {
    display: flex;
    flex-wrap: wrap;
}

.menu_popup dl dd a {
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #eee;
    width: 23.5%;
    margin-right: 2%;
    margin-top: 10px;
}

.menu_popup dl dd a:nth-of-type(4n) {
    margin-right: 0;
}

.menu_popup dl dd a:nth-of-type(-n+4) {
    margin-top: 0;
}

.spring_bg{position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.5); z-index: 12; display: none;}
.spring .close{position: absolute; top: 10px; right: 10px; font-size: 20px;}
.spring{width: 90%; padding: 16px; background: #fff; margin: auto; position: fixed; top: 100px; left: 0; right: 0; z-index: 13; display: none; border-radius: 8px;}
.spring h3{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;}
.spring .bod{text-align: center;}
.spring .bod img{width: 50%;}
.spring .bod p{margin: 15px 0;}
.spring .bod p span{font-size: 16px; color: #f00;}
.spring .btn-block{background: var(--maincolor); color: #fff;}
.spring .btn-block:focus{outline: none;}

.top2bj .content{height: 50px; line-height: 50px;}
.top2bj .content ul{white-space: nowrap; overflow-y: auto; display: flex;}
.top2bj .content ul::-webkit-scrollbar{display: none;}
.top2bj .content ul li{margin-right: 26px; position: relative;}
.top2bj .content ul li.active{font-size: 16px; background: url(../images/pjh_01.png) center 36px no-repeat;}

.top3bj{background: var(--maincolor); color: #fff;}
.top3bj .content{height: 50px; display: flex; align-items: center; justify-content: center;}
.top3bj .content .fl,.top3bj .content .ce,.top3bj .content .fr{width: 33.3333%;}
.top3bj .content .ce{text-align: center; font-size: 16px;}
.top3bj .content .fr{display: flex; justify-content: flex-end;}
.top3bj .content .fr .search_btn{margin-right: 15px;}

.top3bj .content form{flex-grow: 1;}
.top3bj .content form input{width: 100%; height: 30px; border-radius: 30px; border: none; color: #333; text-indent: 30px; background: #fff url(../images/pjh_26.png) 10px center no-repeat;}
.top3bj .content a{white-space: nowrap; margin-left: 15px;}


/* 首页 */
.index_tit{display: flex; align-items: center; justify-content: space-between; margin-bottom: 15px;}
.index_tit dt{font-size: 16px; padding-bottom: 8px; position: relative;}
.index_tit dt:before{content: ""; position: absolute; bottom: 0; left: 0; width: 50%; height: 2px; background: var(--maincolor);}
.index_tit dd a{display: flex; height: 22px; line-height: 20px; border: 1px solid var(--maincolor); padding-left: 4px; font-size: 12px; color: var(--maincolor);}
.index_tit dd a i{padding: 0 4px; background: var(--maincolor); color: #fff; margin-left: 4px;}

.box1 .swiper-slide{padding-bottom: 45%; position: relative; border-radius: 10px; overflow: hidden;}
.box1 .swiper-slide img{position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.box1 .swiper-pagination span{opacity: 1; background: #AEAEAE; border-radius: 8px;}
.box1 .swiper-pagination span.swiper-pagination-bullet-active{background: #F8AB1D; width: 20px;}

.box2{margin: 20px 0;}
.box2 .content{display: flex; justify-content: space-around;}
.box2 .content dl{flex: 1; text-align: center;}
.box2 .content dl dt img{width: 44px;}
.box2 .content dl dd{margin-top: 10px; font-size: 12px;}

.box3{margin: 20px 0;}
.box3 .content .bod{display: flex; justify-content: space-between; flex-wrap: wrap;}
.box3 .content .bod a{width: 32%; height: 30px; border: 1px solid #E6E6E6; border-radius: 30px; display: flex; align-items: center; padding: 4px; margin-top: 10px;}
.box3 .content .bod a:nth-of-type(-n+3){margin-top: 0;}
.box3 .content .bod a img{width: 25px;}
.box3 .content .bod a p{flex-grow: 1; text-align: center;}

.box4{margin: 20px 0;}
.box4 .bod{display: flex; flex-wrap: wrap; justify-content: space-between;}
.box4 .bod dl{width: 20%; margin-top: 15px; margin-right: 6%;}
.box4 .bod dl:nth-of-type(-n+4){margin-top: 0;}
.box4 .bod dl:nth-of-type(4n){margin-right: 0;}
.box4 .bod dl dt{padding-bottom: 100%; position: relative; border-radius: 10px; overflow: hidden;}
.box4 .bod dl dt img{position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.box4 .bod dl dd{margin-top: 10px; text-align: center;}

.box5{margin: 20px 0;}
.box5 .tit{display: flex; width: 64%; height: 30px; line-height: 30px; border-radius: 30px; overflow: hidden; margin: 0 auto 15px; background: #E6E6E6; text-align: center;}
.box5 .tit li{width: 50%; border-radius: 30px;}
.box5 .tit li.active{background: var(--maincolor); color: #fff;}
.box5 .bodbj .bod{display: none;}
.box5 .bodbj .bod:nth-of-type(1){display: block;}
.box5 .bodbj .bod .item{display: flex; align-items: center; padding-bottom: 15px; margin-bottom: 15px; border-bottom: 1px solid #E2E2E2;}
.box5 .bodbj .bod .item:nth-last-of-type(1){margin-bottom: 0;}
.box5 .bodbj .bod .item .img{width: 60px; height: 60px; border-radius: 10px; flex-shrink: 0; overflow: hidden;}
.box5 .bodbj .bod .item dl{flex-grow: 1; overflow: hidden; margin: 0 15px;}
.box5 .bodbj .bod .item dl dt{font-weight: normal;}
.box5 .bodbj .bod .item dl dd{font-size: 12px; color: #999; margin-top: 10px;}
.box5 .bodbj .bod .item dl .pf{display: flex; align-items: center; font-size: 12px; color: #808080;}
.box5 .bodbj .bod .item dl .pf p{width: 60px; height: 10px; background: url(../images/pjh_18.png); background-size: auto 100%;}
.box5 .bodbj .bod .item dl .pf p em{display: block; height: 100%; background: url(../images/pjh_18_ac.png); background-size: auto 100%;}
.box5 .bodbj .bod .item dl .pf span{font-size: 14px; color: var(--red); margin-left: 10px;}
.box5 .bodbj .bod .item .more{width: 60px; height: 26px; line-height: 24px; border: 1px solid var(--maincolor); border-radius: 26px; text-align: center; flex-shrink: 0; color: var(--maincolor);}
.box5 .bodbj .bod .item2 dl dd{margin: 4px 0 2px;}

.box6{margin: 20px 0;}
.box6 .bod .item{display: flex; align-items: center; margin-bottom: 15px;}
.box6 .bod .item:nth-last-of-type(1){margin-bottom: 0;}
.box6 .bod .item .img{width: 112px; height: 76px; flex-shrink: 0; margin-right: 10px; border-radius: 5px; overflow: hidden;}
.box6 .bod .item .dl1{flex-grow: 1; overflow: hidden;}
.box6 .bod .item .dl1 dt{font-weight: normal; margin-bottom: 10px; line-height: 24px;}
.box6 .bod .item .dl1 dt span{padding: 2px 4px; border: 1px solid var(--maincolor); color: var(--maincolor); font-size: 12px; border-radius: 2px; margin-right: 4px;}
.box6 .bod .item .dl1 dd{display: flex; justify-content: space-between; font-size: 12px; color: #808080;}
.box6 .bod .item .dl1 dd span i{margin-right: 5px;}

.box6 .bod .item2{padding-bottom: 15px; margin-bottom: 15px; border-bottom: 1px solid #DCDCDC;}
.box6 .bod .item2:nth-last-of-type(1){margin-bottom: 0;}
.box6 .bod .item2 .dl2{flex-grow: 1; overflow: hidden;}
.box6 .bod .item2 .dl2 dt{font-weight: normal;}
.box6 .bod .item2 .dl2 dd{margin: 5px 0 0; font-size: 12px; color: #4D4D4D;}
.box6 .bod .item2 .dl2 .pf{display: flex; align-items: center; font-size: 12px; color: #808080;}
.box6 .bod .item2 .dl2 .pf p{width: 60px; height: 10px; background: url(../images/pjh_18.png); background-size: auto 100%;}
.box6 .bod .item2 .dl2 .pf p em{display: block; height: 100%; background: url(../images/pjh_18_ac.png); background-size: auto 100%;}
.box6 .bod .item2 .dl2 .pf span{font-size: 14px; color: var(--red); margin-left: 10px;}

.box7{margin: 20px 0;}
.box7 .bod dl{margin-bottom: 15px;}
.box7 .bod dl:nth-last-of-type(1){margin-bottom: 0;}
.box7 .bod dl dt{padding-bottom: 34.78%; position: relative; border-radius: 8px; overflow: hidden; box-shadow: 0px 3px 6px 1px rgba(50, 152, 251, 0.2);}
.box7 .bod dl dt img{position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;}
.box7 .bod dl dd{margin: 0 20px; height: 30px; line-height: 30px; background: #fff; border-radius: 0 0 8px 8px; box-shadow: 0px 3px 6px 1px rgba(50, 152, 251, 0.2); padding: 0 15px;}

.box8{margin: 20px 0;}
.box8 ul li{display: flex; align-items: center; margin-bottom: 10px; font-size: 12px;}
.box8 ul li:nth-last-of-type(1){margin-bottom: 0;}
.box8 ul li em{border: 1px solid #F8AB1D; padding: 0 2px; border-radius: 3px; color: #F8AB1D; white-space: nowrap}
.box8 ul li a{margin: 0 10px 0 5px;}
.box8 ul li span{margin-left: auto; white-space: nowrap; color: #999;}

.box9{margin: 20px 0;}
.box9 .bod{display: flex; justify-content: space-between; flex-wrap: wrap;}
.box9 .bod dl{width: 48%; margin-top: 10px;}
.box9 .bod dl:nth-of-type(-n+2){margin-top: 0;}
.box9 .bod dl dt{padding-bottom: 60%; position: relative; border-radius: 5px; overflow: hidden;}
.box9 .bod dl dt img{position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.box9 .bod dl dd{margin: 10px 8px 0 8px;}

.box10{margin: 20px 0;}
.box10 .bod .item{margin-bottom: 10px; padding: 8px; border-radius: 8px; border: 1px solid #E1E1E1; display: flex; align-items: center;}
.box10 .bod .item:nth-last-of-type(1){margin-bottom: 0;}
.box10 .bod .item .img{width: 50px; height: 50px; flex-shrink: 0; border-radius: 8px; overflow: hidden;}
.box10 .bod .item dl{margin: 0 10px; flex-grow: 1; overflow: hidden;}
.box10 .bod .item dl dt{font-weight: normal; margin-bottom: 8px;}
.box10 .bod .item dl dd{display: flex; align-items: center; margin-right: 10px;}
.box10 .bod .item dl dd span{white-space: nowrap; font-size: 12px; color: #888;}
.box10 .bod .item dl dd p{flex-grow: 1; overflow: hidden; height: 4px; border-radius: 4px; background: #DADADA; margin-right: 10px;}
.box10 .bod .item dl dd p em{display: block; height: 100%; background: var(--maincolor); border-radius: 4px;}
.box10 .bod .item .more{width: 60px; height: 26px; line-height: 26px; text-align: center; background: var(--maincolor); font-size: 12px; color: #fff; border-radius: 26px; flex-shrink: 0;}

.box11{margin: 20px 0;}
.box11 .tit{height: 30px; line-height: 28px; display: flex; border: 1px solid var(--maincolor); border-radius: 30px; margin-bottom: 20px;}
.box11 .tit li{flex: 1; text-align: center; font-size: 12px; border-radius: 30px;}
.box11 .tit li.active{background: var(--maincolor); color: #fff;}
.box11 .bodbj .bod{display: none;}
.box11 .bodbj .bod:nth-of-type(1){display: block;}
.box11 .bodbj .bod .item{display: flex; align-items: center; padding: 18px 10px 10px 18px; border: 1px solid #E1E1E1; border-radius: 8px; margin-bottom: 10px; position: relative;}
.box11 .bodbj .bod .item i{position: absolute; top: 10px; left: 10px; width: 20px; height: 40px; background: url(../images/pjh_22.png); background-size: 100% 100%; font-size: 12px; text-align: center; color: #fff;}
.box11 .bodbj .bod .item:nth-of-type(1) i{background: url(../images/pjh_19.png); background-size: 100% 100%;}
.box11 .bodbj .bod .item:nth-of-type(2) i{background: url(../images/pjh_20.png); background-size: 100% 100%;}
.box11 .bodbj .bod .item:nth-of-type(3) i{background: url(../images/pjh_21.png); background-size: 100% 100%;}
.box11 .bodbj .bod .item:nth-last-of-type(1){margin-bottom: 0;}
.box11 .bodbj .bod .item .img{width: 50px; height: 50px; flex-shrink: 0; border-radius: 8px; overflow: hidden;}
.box11 .bodbj .bod .item dl{flex-grow: 1; overflow: hidden; margin: 0 10px;}
.box11 .bodbj .bod .item dl dt{font-weight: normal; margin-bottom: 10px;}
.box11 .bodbj .bod .item dl dd{font-size: 12px; color: #888;}
.box11 .bodbj .bod .item .more{width: 60px; height: 26px; line-height: 24px; border: 1px solid var(--maincolor); flex-shrink: 0; text-align: center; border-radius: 26px; font-size: 12px; color: var(--maincolor);}

.links{margin: 20px 0;}
.links dl{border-top: 1px solid #F4F4F4; border-bottom: 1px solid #F4F4F4; margin-bottom: 15px;}
.links dl dt{height: 40px; line-height: 40px; font-weight: normal;}
.links .bod a{margin-right: 15px; font-size: 12px; color: #999;}

/* 底部 */
.bottom1bj{background: #222; padding: 16px 0 32px; color: #999; font-size: 12px;text-align: center;}
.bottom1bj ul{display: flex; justify-content: center; flex-wrap: wrap;}
.bottom1bj ul li{margin: 0 8px; white-space: nowrap; margin-bottom: 8px;}
.bottom1bj a{color: #999 }
.toTop{position: fixed; bottom: 15px; right: 15px; font-size: 24px; width: 48px; height: 48px; line-height: 46px; text-align: center; border: 2px solid #fff; border-radius: 50%; background: rgba(50, 152, 251, 0.5); box-shadow: 0px 8px 16px rgba(50, 152, 251, 0.2); display: none; transform: rotate(180deg);}
.toTop i{color: #fff;}

/* 游戏列表 */
.position{background: #F1F1F1; padding: 8px 0; font-size: 12px; color: #666;}

.list_game1{margin: 20px 0; padding-left: 15px; display: flex; overflow-y: scroll;}
.list_game1::-webkit-scrollbar{display: none;}
.list_game1 dl{width: 68px; margin-right: 10px; flex-shrink: 0; text-align: center;}
.list_game1 dl dt{height: 68px; border-radius: 10px; overflow: hidden; margin-bottom: 10px;}
.list_game1 dl dt img{width: 100%; height: 100%;}

.list_game2{margin: 20px 0;}
.list_game2 ul{display: flex; flex-wrap: wrap;}
.list_game2 ul li{width: 23.5%; margin-right: 2%; margin-top: 10px; height: 24px; line-height: 24px; border-radius: 24px; background: #eee; text-align: center; font-size: 12px;}
.list_game2 ul li:nth-of-type(4n){margin-right: 0;}
.list_game2 ul li:nth-of-type(-n+4){margin-top: 0;}
.list_game2 ul li.active{background: none; border: 1px solid var(--maincolor); color: var(--maincolor);}
.list_game2 ul li a{display: block;}
.list_game2 ul li.put_btn{color: var(--maincolor);}
.list_game2 ul.put{height: 24px; overflow: hidden;}
.list_game2_flex3 ul{justify-content: space-between;}
.list_game2_flex3 ul li{width: 32%; margin: 0;}
.list_game2_flex5 ul{justify-content: space-between;}
.list_game2_flex5 ul li{width: 18%; margin: 0;}

.list_game3{margin: 20px 0;}
.list_game3 .tit{display: flex; margin-bottom: 20px;}
.list_game3 .tit li{flex: 1; color: #999; display: flex; justify-content: center; align-items: center;}
.list_game3 .tit li a{position: relative;}
.list_game3 .tit li i{font-size: 12px; margin-left: 4px; transform: rotate(180deg);}
.list_game3 .tit li.active a:before{content: ""; position: absolute; bottom: -6px; left: 0; right: 0; height: 3px; background: var(--maincolor); border-radius: 3px;}
.list_game3 .tit li.active i{color: var(--maincolor);}
.list_game3 .tit li.active_anti a:before{content: ""; position: absolute; bottom: -6px; left: 0; right: 0; height: 3px; background: var(--maincolor); border-radius: 3px;}
.list_game3 .tit li.active_anti i{color: var(--maincolor); transform: rotate(360deg);}

/*.pagination{display: flex; justify-content: center; flex-wrap: wrap;}*/
/*.pagination > li > a, .pagination > li > span{color: var(--maincolor);}*/
/*.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{background: var(--maincolor); border-color: var(--maincolor);}*/

/* 专题列表 */
.list_topic1{margin: 20px 0;}
.list_topic1 .bod .item{display: flex; align-items: center; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #DCDCDC;}
.list_topic1 .bod .item:nth-last-of-type(1){margin-bottom: 0;}
.list_topic1 .bod .item .img{width: 112px; height: 76px; flex-shrink: 0; margin-right: 10px; border-radius: 5px; overflow: hidden;}
.list_topic1 .bod .item dl{flex-grow: 1; overflow-y: hidden;}
.list_topic1 .bod .item dl dt{font-weight: normal; font-size: 16px;}
.list_topic1 .bod .item dl dd{font-size: 12px; color: #999; margin: 6px 0;}
.list_topic1 .bod .item dl p{font-size: 12px; color: #999; display: flex; justify-content: space-between;}
.list_topic1 .bod .item dl p span i{margin-right: 6px;}

/* 攻略列表 */
.list_raiders{margin: 20px 0;}
.list_raiders .item{padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid #DBDBDB;}
.list_raiders .item h3{padding-left: 12px; background: url(../images/pjh_23.png) left center no-repeat; background-size: auto 14px; margin-bottom: 10px; display: flex; align-items: center;}
.list_raiders .item h3 em{padding: 2px 4px; background: var(--maincolor); border-radius: 2px; font-size: 12px; color: #fff; white-space: nowrap;}
.list_raiders .item h3 a{margin: 0 8px 0 4px; font-size: 16px;}
.list_raiders .item h3 span{margin-left: auto; white-space: nowrap; color: #888; font-size: 12px;}
.list_raiders .item dl{display: flex; align-items: center;}
.list_raiders .item dl dt{width: 112px; height: 76px; border-radius: 5px; flex-shrink: 0; margin-right: 10px; overflow: hidden;}
.list_raiders .item dl dt img{width: 100%; height: 100%; object-fit: cover;}
.list_raiders .item dl dd{flex-grow: 1; overflow: hidden;}

.list_raiders1 .swiper-slide{padding-bottom: 45%; position: relative; border-radius: 5px; overflow: hidden;}
.list_raiders1 .swiper-slide img{position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.list_raiders1 .swiper-slide p{position: absolute; bottom: 0; left: 0; right: 0; height: 30px; line-height: 30px; font-size: 12px; background: rgba(0,0,0,0.5); color: #fff; padding: 0 100px 0 10px; color: #fff;}
.list_raiders1 .swiper-pagination{left: auto; width: auto; right: 10px; bottom: 5px;}
.list_raiders1 .swiper-pagination span{opacity: 1; background: #AEAEAE; border-radius: 8px;}
.list_raiders1 .swiper-pagination span.swiper-pagination-bullet-active{background: #F8AB1D; width: 20px;}

.list_raiders2{margin: 20px 0;}
.list_raiders2 .bod{display: flex; justify-content: space-between; flex-wrap: wrap;}
.list_raiders2 .bod dl{width: 48%; margin-top: 15px;}
.list_raiders2 .bod dl:nth-of-type(-n+2){margin-top: 0;}
.list_raiders2 .bod dl dt{padding-bottom: 60%; position: relative; border-radius: 5px; font-weight: normal; overflow: hidden;}
.list_raiders2 .bod dl dt img{position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.list_raiders2 .bod dl dt i{position: absolute; top: 0; left: 0; right: 0; bottom: 0; font-size: 20px; color: #fff; display: flex; align-items: center; justify-content: center; background: rgba(0,0,0,0.3);}
.list_raiders2 .bod dl dd{margin: 10px 8px 0 8px;}


/* 图库列表 */
.list_gallery{margin: 20px 0;}
.list_gallery .tit{display: flex; margin-bottom: 15px;}
.list_gallery .tit li{margin-left: 20px; color: #999; display: flex; justify-content: center; align-items: center;}
.list_gallery .tit li a{position: relative;}
.list_gallery .tit li i{font-size: 12px; margin-left: 4px; transform: rotate(180deg);}
.list_gallery .tit li.active a{color: var(--red)}
.list_gallery .tit li.active i{color: var(--red);}
.list_gallery .tit li.active_anti a{color: var(--red);}
.list_gallery .tit li.active_anti i{color: var(--red); transform: rotate(360deg);}
.list_gallery .bod{display: flex; justify-content: space-between; flex-wrap: wrap;}
.list_gallery .bod dl{width: 48.5%; margin-bottom: 10px;}
.list_gallery .bod dl:nth-last-of-type(1){margin-bottom: 0;}
.list_gallery .bod dl dt{padding-bottom: 60%; position: relative; border-radius: 5px; overflow: hidden;}
.list_gallery .bod dl dt img{position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;}
.list_gallery .bod dl dd{margin-top: 10px; text-align: center;}
.list_gallery .bod dl:nth-of-type(3),.list_gallery .bod dl:nth-of-type(8){width: 100%;}
.list_gallery .bod dl:nth-of-type(3) dt,.list_gallery .bod dl:nth-of-type(8) dt{padding-bottom: 45%;}

/* 排行榜 */
.leaderboardbj{background: var(--maincolor); overflow: hidden; padding-bottom: 30px;}

.leaderboard1 .tit{text-align: center; margin: 15px 0 26px;}
.leaderboard1 .tit img{width: 60%;}
.leaderboard1 .bod{margin: 0 18px; padding-bottom: 24%; background: url(../images/pjh_25.png) center bottom no-repeat; background-size: 100% auto; display: flex; justify-content: center;}
.leaderboard1 .bod dl{flex: 1; display: flex; flex-direction: column; align-items: center;}
.leaderboard1 .bod dl:nth-of-type(1){order: 2;}
.leaderboard1 .bod dl:nth-of-type(2){order: 1; margin-top: 8.7%;}
.leaderboard1 .bod dl:nth-of-type(3){order: 3; margin-top: 11%;}
.leaderboard1 .bod dl dt{width: 70px; height: 70px; position: relative; border-radius: 5px; overflow: hidden;}
.leaderboard1 .bod dl dt img{position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.leaderboard1 .bod dl dd{margin-top: 10px; text-align: center; color: #fff; width: 70px;}

.leaderboard2 .tit{height: 40px; line-height: 40px; text-align: center; display: flex; border-radius: 10px 10px 0 0; background: #108AFF; box-shadow: 0px 5px 5px 0px rgba(0, 130, 251, 0.3); color: #fff;}
.leaderboard2 .tit li{flex: 1; border-radius: 10px 10px 0 0;}
.leaderboard2 .tit li a{display: block;}
.leaderboard2 .tit li.active{background: var(--red);}
.leaderboard2 .bod{background: #fff; padding: 10px; border-radius: 0 0 10px 10px;}
.leaderboard2 .bod .item{display: flex; align-items: center; padding: 10px; border: 1px solid #E1E1E1; border-radius: 8px; margin-bottom: 10px; position: relative;}
.leaderboard2 .bod .item i{margin-right: 15px;}

.leaderboard2 .bod .item:nth-last-of-type(1){margin-bottom: 0;}
.leaderboard2 .bod .item .img{width: 50px; height: 50px; flex-shrink: 0; border-radius: 8px; overflow: hidden;}
.leaderboard2 .bod .item dl{flex-grow: 1; overflow: hidden; margin: 0 10px;}
.leaderboard2 .bod .item dl dt{font-weight: normal; margin-bottom: 10px;}
.leaderboard2 .bod .item dl dd{font-size: 12px; color: #888;}
.leaderboard2 .bod .item .more{width: 60px; height: 26px; line-height: 24px; border: 1px solid var(--maincolor); flex-shrink: 0; text-align: center; border-radius: 26px; font-size: 12px; color: var(--maincolor);}

/* 礼包列表 */
.list_pack{margin: 20px 0;}
.list_pack .bod{display: flex; justify-content: space-between; flex-wrap: wrap;}
.list_pack .bod .item{width: 48%; display: flex; align-items: center; margin-top: 15px;}
.list_pack .bod .item:nth-of-type(-n+2){margin-top: 0;}
.list_pack .bod .item .img{width: 60px; height: 60px; border-radius: 8px; overflow: hidden; flex-shrink: 0; margin-right: 8px;}
.list_pack .bod .item dl{flex-grow: 1; overflow: hidden;}
.list_pack .bod .item dl dt{font-size: 12px; font-weight: normal; margin-bottom: 5px;}
.list_pack .bod .item dl dd{display: flex; justify-content: space-between;}
.list_pack .bod .item dl dd a{width: 45px; height: 20px; border: 1px solid var(--maincolor); border-radius: 20px; line-height: 18px; text-align: center; font-size: 12px; color: var(--maincolor);}
.list_pack .bod .item dl dd a:nth-of-type(2){background: var(--maincolor); color: #fff;}

/* 游戏详情 */
.article_game1{padding: 15px 0;
    background: url(../images/index_01.jpg) center center;
    background-size: 100% 100%;
}
.article_game1 .item{display: flex; align-items: center; margin-bottom: 12px;}
.article_game1 .item .img{
    width: 128px !important;
    height: 128px !important;
    margin-right: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.article_game1 .item .info{ overflow: hidden;}
.article_game1 .item .info h1{font-weight: normal; margin-bottom: 20px; font-size: 18px; font-weight: bold;}
.article_game1 .item .info p{font-size: 14px; color: #666; margin-top: 5px;}
.article_game1 .item .info p span{margin-right: 15px;}
.article_game1 .xz{display: flex; justify-content: space-between; flex-wrap: wrap;}
.article_game1 .xz a,.article_game1 .xz span{width: 49%; height: 40px; line-height: 40px; background: var(--red); color: #fff; text-align: center; border-radius: 5px; color: #fff;}
.article_game1 .xz span{background: #999;}

.article_game2{margin: 20px 0; padding-left: 15px;}
.article_game2 .bod{display: flex; overflow-y: scroll;}
.article_game2 .bod img{height: 234px; margin-right: 10px; border-radius: 5px;}

.article_game3{margin: 20px 0;}
.article_game3 .bod{line-height: 2em;}
.article_game3 .bod img{max-width: 100% !important; height: auto !important; margin: 15px 0;}

/* 资讯详情 */
.article_news1{margin: 20px 0;}
.article_news1 .tit{text-align: center; font-size: 16px; line-height: 1.6em;}
.article_news1 .xx{margin: 15px 0; padding-bottom: 15px; border-bottom: 1px dashed #C1C1C1; font-size: 12px; color: #888; font-size: 12px; text-align: center; line-height: 1.5em;}
.article_news1 .xx span{margin: 0 10px; white-space: nowrap;}
.article_news1 .bod{line-height: 2em;}
.article_news1 .bod img{max-width: 100% !important; height: auto !important; margin: 15px 0;}
.article_news1 .bod iframe{width: calc(100% - 4em) !important; height: auto !important;}

/* 礼包详情 */
.article_pack1{margin: 20px 0;}
.article_pack1 .item{display: flex; align-items: center;}
.article_pack1 .item .img{width: 90px; height: 90px; flex-shrink: 0; margin-right: 10px; border-radius: 8px; overflow: hidden;}
.article_pack1 .item dl{flex-grow: 1; overflow: hidden;}
.article_pack1 .item dl dt{font-weight: normal; margin-bottom: 5px;}
.article_pack1 .item dl dd{font-size: 12px; color: #878787; display: flex; align-items: center; overflow: hidden;}
.article_pack1 .item dl dd span{white-space: nowrap;}
.article_pack1 .item dl dd p{flex-grow: 1; height: 4px; border-radius: 4px; background: #DADADA; margin: 0 8px 0 0;}
.article_pack1 .item dl dd p em{display: block; height: 100%; border-radius: 4px; background: var(--maincolor);}
.article_pack1 .item dl .more{width: 80px; height: 24px; line-height: 24px; text-align: center; display: block; border-radius: 30px; background: var(--maincolor); color: #fff; font-size: 12px; margin-top: 5px;}
.article_pack1 .content .item dl .oneline{font-size: 14px;font-weight: normal;margin-bottom: 5px;}

.article_pack2{margin: 20px 0;}
.article_pack2 .bod{padding-bottom: 15px; border-bottom: 1px solid #E8E8E8;}

/* 图库详情 */
.article_gallerybj{min-height: calc(100vh - 190px);}

.article_gallery1 .swiper-slide .img{padding-bottom: 54%; position: relative; border-radius: 5px; overflow: hidden;}
.article_gallery1 .swiper-slide .img img{position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.article_gallery1 .swiper-slide .info{padding: 10px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #F4F4F4;}
.article_gallery1 .swiper-slide .info h1{font-size: 16px;}
.article_gallery1 .swiper-slide .info .more{width: 70px; height: 24px; line-height: 24px; flex-shrink: 0; border-radius: 24px; background: var(--maincolor); color: #fff; text-align: center; font-size: 12px;}
.article_gallery1 .swiper-pagination{bottom: 50px;}
.article_gallery1 .swiper-pagination span{opacity: 1; background: #AEAEAE; border-radius: 8px;}
.article_gallery1 .swiper-pagination span.swiper-pagination-bullet-active{background: #F8AB1D; width: 16px;}

.article_gallery2{margin: 20px 0;}
.article_gallery2 .bod{display: flex; justify-content: space-between; flex-wrap: wrap;}
.article_gallery2 .bod dl{width: 48.5%; margin-top: 10px;}
.article_gallery2 .bod dl:nth-of-type(-n+2){margin-bottom: 0;}
.article_gallery2 .bod dl dt{padding-bottom: 60%; position: relative; border-radius: 5px; overflow: hidden;}
.article_gallery2 .bod dl dt img{position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;}
.article_gallery2 .bod dl dd{margin-top: 10px; text-align: center;}

/* 关于我们 */
.about{margin: 20px 0; min-height: calc(100vh - 200px);}
.about .content{line-height: 2em;}
.about .content img{max-width: 100% !important; height: auto !important; margin: 10px 0;}

/* 搜索 */
.search_tit{text-align: center; margin-bottom: 10px; color: #999;}
.search_tit span{color: #FF6459;}


/* 404/500 */
.page404{min-height: calc(100vh - 200px); padding: 50px 0; text-align: center;}
.page404 img{max-width: 72%;}
.page404 p{color: #999999; margin: 40px 0 20px;}
.page404 a{height: 40px; line-height: 40px; padding: 0 20px; background: var(--maincolor); color: #fff; border-radius: 6px; display: inline-block; margin: 0 auto;}

.game-hide{display: none;}

.article_gamecx1{margin: 20px 0;}
.article_gamecx1 .img{width: 120px; height: 120px; margin: 0 auto; border-radius: 20px; overflow: hidden; box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);}
.article_gamecx1 h1{font-size: 16px; font-weight: bold; text-align: center; margin: 20px 0 10px;}
.article_gamecx1 p{text-align: center; color: #999;}
.article_gamecx1 ul{display: flex; justify-content: center; margin: 15px 0 20px;}
.article_gamecx1 ul li{padding: 3px 6px; color: var(--maincolor); border: 1px solid var(--maincolor); border-radius: 5px; margin: 0 3px;}
.article_gamecx1 .xz a{padding: 0 84px; height: 40px; line-height: 40px; text-align: center; color: #fff; font-weight: bold; font-size: 18px; background: var(--maincolor); border-radius: 10px; box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);}
.article_gamecx1 .xz span{background-color: #999;color: white;border-radius: 10px; box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);padding: 0 84px;font-weight: bold; font-size: 18px;line-height: 40px;}
.article_gamecx1 .xz{display: flex;justify-content: center}
.article_gamecx2{margin: 20px 0;}
.article_gamecx2 .bod{display: flex; overflow-y: scroll;}
.article_gamecx2 .bod img{height: 234px; margin-right: 10px; border-radius: 5px;}

.article_gamecx3{margin: 20px 0;}
.article_gamecx3 .tit{padding-bottom: 20px; border-bottom: 1px dashed #dcdcdc; position: relative;}
.article_gamecx3 .tit:before{content: ""; position: absolute; bottom: -5px; left: 40px; width: 10px; height: 10px; border-radius: 5px; background: #fff; border: 2px solid var(--maincolor);}
.article_gamecx3 .tit p{width: 90px; height: 34px; text-align: center; line-height: 34px; background: var(--maincolor); color: #fff; border-radius: 20px; font-size: 16px; font-weight: bold; position: relative;}
.article_gamecx3 .tit p:before{content: ""; width: 10px; height: 10px; background: var(--maincolor); position: absolute; bottom: -5px; left: 40px; transform: rotate(45deg);}
.article_gamecx3 .bod{position: relative; margin: 20px 0;}
.article_gamecx3 .bod h3{font-size: 16px; font-weight: bold; color: var(--maincolor);}
.article_gamecx3 .bod p{margin: 10px 0; line-height: 2;text-indent: 2em;}





.menus{display:block;width:25px;height:25px;top:12px;right:12.5px;background:url(../images/menu.png) no-repeat;background-size:25px 25px;margin:  0 6px 0 0}
.menuwrap{width:100%;background:#fff;top:40px;z-index:99999;padding-bottom:10px;}
.menuwrapmain{}
.menuwrapmain .as{background:#eee;float:left;width:23%;margin:3px 1%;font-size:14px;text-align:center;line-height:26px;height:26px;border-radius:2px;}
.menuwrapmain a.cul{width:48%;margin:3px 1%;font-size:16px;text-align:center;line-height:32px;height:32px;border-radius:2px;}
.menuwrapmain h3{font-size:18px;line-height:30px;height:30px;padding-left:10px;margin:15px 0 5px;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{zoom:1;}
.pos-a{position:absolute;}






.row1 {
    word-break: break-word !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.row2 {
    word-break: break-word !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.row3 {
    word-break: break-word !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.row4 {
    word-break: break-word !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.row5 {
    word-break: break-word !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}


.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    /*background: #fff;*/
    padding: 0 0.3rem;
}

.pagination li {
    list-style: none;
}

.pagination li a {
    margin: 14px 5px;
    display: inline-block;
    line-height: 30px;
    border-radius: 4px;
    text-align: center;
    background: #e3e3e3;
    color: #333;
    font-size: 14px;
    position: relative;
    padding: 5px 10px;
    border: none;
    height: auto;
}

.pagination span {
    margin: 14px 5px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    padding: 5px 10px;
    border-radius: 4px;
    height: auto;
}

.pagination li:last-child a {
    background: #e3e3e3;
    color: #333;
}

.pagination li:first-child a {
    background: #e3e3e3;
    color: #333;
}

.disabled span {
    background: #e3e3e3;
    color: #333;
}

.pagination .active span {
    background: #3298FB;
    color: #fff;
}


.selhover {
    color: #fff !important;
    background-color: #3298FB;
}

.listnav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: auto;
    margin-bottom: 0.2rem;
    /*background: #fff;*/
    /*padding-left: 20px;*/

}

.listnav a {
    display: block;
    padding: 5px 10px;
    color: #222;
    margin: 5px 0;
    border-radius: 4px;
    font-size: 16px;
}