@import url(public.css);.main-nav-wrap{height:46px;padding:15px 0px;background:#2C63BF}
.main-nav-logo{margin-top:3px;float:left}
.main-nav-logo img{height:40px;}
.main-nav{padding-left:140px;float:left;}
.main-nav li{line-height:46px;float:left;font-size:15px}
.main-nav li a{padding-left:20px;padding-right:20px;display:block;color:#f0f0f0}
.main-nav li a:hover{color:#fff}
.main-nav li a.new:after{content:"";position:absolute;right:9px;top:11px;display:block;width:7px;height:7px;border-radius:50%;background:#e8403d}
.main-nav li.active a{background:#2e363b}
#menu-toggle {display: none;}
@media screen and (max-width: 1000px) {
    .main-nav-logo img{height:40px;}
    .main-nav{display:none;padding-left:0px;position:fixed;top:45px;left:140px;width:100%;height:100%;background:#000;}
    .main-nav li{float:none;}
    .menu-button-container {height: 100%;width: 30px;cursor: pointer;flex-direction: column;justify-content: center;align-items: center;float:right;margin-right:10px;}
    .menu-button,
    .menu-button::before,
    .menu-button::after {display: block;background-color: #ddd;position: absolute;height: 4px;width: 30px;transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);border-radius: 2px;}
    .menu-button{margin-top:17px;}
    .menu-button::before {content: "";margin-top: -10px;}
    .menu-button::after {content: "";margin-top: 10px;}
    #menu-toggle:checked + .menu-button-container .menu-button::before {margin-top: 0px;transform: rotate(405deg);}
    #menu-toggle:checked + .menu-button-container .menu-button {background: rgba(255, 255, 255, 0);}
    #menu-toggle:checked + .menu-button-container .menu-button::after {margin-top: 0px;transform: rotate(-405deg);}
    #menu-toggle ~ .header_box li {clear:both;  height: 0;  margin: 0;  padding: 0;  border: 0;  transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);}
    #menu-toggle:checked ~ .header_box a {border: 1px solid #333;  height: 2.5em;  padding: 0.5em;  transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);}
}

.game-recommend-tab{margin-bottom:20px;background:#FFF;}
.game-recommend-tab-title{position:relative;}
.game-recommend-tab-title:before{content:"";border-bottom:1px solid #EEE;position:absolute;bottom:0px;width:100%;}
.game-recommend-tab-title span{margin-left:20px;position:relative;display:inline-block;height:48px;line-height:48px;font-size:15px;cursor: pointer;color:#666;}
.game-recommend-tab-title span.active{color:#eb4e18;font-weight:bold;}
.game-recommend-tab-title span.active:before {content:"";border-bottom:2px solid #2C63BF;position:absolute;bottom:0px;left:0px;width:100%;}
.game-recommend-list{display:none;}
.game-recommend-list.active{display:block;}
.game-recommend-list ul{overflow:hidden;padding:20px 0px 0px 20px;}
.game-recommend-list ul li{float:left;text-align:center;width:117px;padding-bottom:15px;}
.game-recommend-list ul li p{line-height:24px;height:24px;overflow:hidden;}
.game-recommend-list ul li a{font-size:12px;}
.game-recommend-list ul li img{width:86px;height:86px;border-radius:15px;}
@media screen and (max-width:1000px) {
    .game-recommend-tab{margin-bottom:5px;}
    .game-recommend-tab-title span{margin-left:0px;padding:0px 5px;font-size:14px;}
    .game-recommend-list ul{overflow:auto;display:-webkit-flex;display:flex;padding:20px 20px 0px 0px;}
    .game-recommend-list ul li{margin-left:15px;}
    .game-recommend-list ul li img{width:66px;height:66px;}
}

.sub-tit{overflow:hidden;text-indent:15px;font-size:17px;border-radius:0 4px 4px 0;color:#333;line-height:20px;padding:15px 10px 10px 10px;}
.sub-tit h1{float:left;font-size:17px;position:relative;font-weight:bold;}
.sub-tit h1::before{content:'';position:absolute;left:0px;width:7px;height:20px;border-radius:5px;background:{{title_bg_color}};display:block;}
.sub-tit span{font-size:14px;}

#category-info{background:#FFF;overflow:hidden;}
#category-desc{padding:15px;color:#666;line-height:24px;font-size:16px;max-height:200px;overflow-x:hidden;}

.sub-tit{overflow:hidden;text-indent:15px;font-size:17px;border-radius:0 4px 4px 0;color:#333;line-height:20px;padding:15px 10px 10px 10px;}
.sub-tit h2{float:left;font-size:17px;position:relative;font-weight:bold;}
.sub-tit h2::before{content:'';position:absolute;left:0px;width:7px;height:20px;border-radius:5px;background:{{title_bg_color}};display:block;}
.sub-tit a{font-size:14px;}

.category-article{background:#FFF;margin-top:15px;clear:both;}
.category-article-data{clear:both;overflow:hidden;padding:15px;}

.article-list-img3{display:flex;flex-wrap:wrap;justify-content:space-between;width:350px;float:left;}
.article-list-img3 li{width:168px;margin-top:15px;position:relative;}
.article-list-img3 li img{width:100%;height:105px;}
.article-list-img3 li:nth-child(1){width:100%;margin-top:0px;}
.article-list-img3 li:nth-child(1) img{height:210px;}
.article-list-img3 p{position:absolute;z-index:3;left:0px;bottom:0px;height:30px;line-height:30px;overflow:hidden;width:100%;text-align:center;color:#CCC;}
.article-list-img3 p::before{content:'';position:absolute;left:0px;top:0px;z-index:2;background:linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 1));;width:100%;height:35px;opacity:0.5}

.article-list-lst{padding:5px 0px 0px 8px;width:380px;}
.article-list-lst li{position:relative;padding:8px 0px 10px 23px;border-left:1px solid #EEE;height:65px;}
.article-list-lst li::before{content:'';position:absolute;top:0px;left:-5px;width:8px;height:8px;border-radius:8px;background:#FFF;border:1px solid #EEE;}
.article-list-lst li:hover::before{background:#3C82FA;left:-8px;top:-2px;width:10px;height:10px;border-radius:10px;border:2px solid #DDD;}
.article-list-lst li img{width:90px;height:65px;float:left;margin-right:10px;}
.article-list-lst p span,.article-list-lst p time{font-size:12px;color:#999;margin-right:15px;}

.article-list-txt{clear:both;padding-top:10px;}
.article-list-txt li{float:left;width:370px;line-height:38px;height:38px;overflow:hidden;margin:0px 10px;}
.article-list-txt li::before{content:'';width:5px;height:5px;background:#CCC;border-radius:5px;display:inline-block;margin-right:6px;vertical-align:middle;}
.article-list-txt li a{max-width:280px;display:inline-block;}
.article-list-txt li span{float:right;color:#999;font-size:12px;}

.category-question {clear:both;background:#FFF;margin-top:15px;}
.category-question ul{clear:both;overflow:hidden;padding:15px;}
.category-question li{float:left;width:370px;line-height:38px;height:38px;overflow:hidden;margin:0px 10px;}
.category-question li::before{content:'';width:5px;height:5px;background:#CCC;border-radius:5px;display:inline-block;margin-right:6px;vertical-align:middle;}
.category-question li a{max-width:280px;display:inline-block;}
.category-question li span{float:right;color:#999;font-size:12px;}

.game-vs-update{background:#FFF;overflow:hidden;}
.game-vs-update ol{padding:15px 0px;overflow:hidden;}
.game-vs-update ol li{float:left;padding-left:15px;width:280px;height:30px;line-height:30px;overflow:hidden;}
.index-friends{background:#FFF;}
.index-friends .t {padding:0px 15px;font-size:16px;line-height:38px;height:38px;position:relative;border-bottom:1px solid #EEE;}
.index-friends .t .more {position:absolute;right:15px;top:0;font-size:12px}
.index-friends .b{padding:15px}
.index-friends .b a {float:left;margin:10px 0 0 0;line-height:20px;padding-right:15px}
.index-friends .b a+a {border-left:1px solid #eee;padding:0 15px}
.foot {width:100%;background-color:#fff;border-top:3px solid #0cc6c6;margin-top:20px;}
.foot-line {text-align:center;line-height:60px;width:100%;overflow:hidden;border-bottom:1px solid #eee;border-top:1px solid #eee;position:relative}
.foot-line a{margin:0px 8px;vertical-align:middle}
.foot-line a,.copyright a {color:#a0a0a0}
.foot-line a:hover,
.copyright a:hover {color:#0cc6c6}
.copyright {text-align:center;color:#a0a0a0;padding:15px 0}
.copyright p {margin:5px 0}
.mobile-nav{display:none;}
@media screen and (max-width:1000px) {
    .game-vs-update ul li{float:none;width:auto;}
    .footer{display:none}

    .mobile-nav{position:fixed;display:block;bottom:0px;left:0px;width:100%;text-align:center;background:#2C63BF;z-index:9999;}
    .mobile-nav ul{display:flex;}
    .mobile-nav li{width:20%;}
    .mobile-nav li a{display:block;padding:5px 0px;color:#FFF;}
    .mobile-nav li p:nth-child(1){padding-bottom:3px;font-size:13px;}
    .mobile-nav li p .icons{font-size:20px;}
}