@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;}
}

    .cat-link{clear:both;padding-bottom:15px;margin-bottom:15px;background:#FFF;overflow:hidden;}
    .cat-link ul{clear:both;}
    .cat-link ul li{float:left;margin:15px 0px 0px 15px;}
    .cat-link a{padding:10px 15px;background:#EEE;color:#666;border-radius:3px;display:inline-block;}
    .cat-link a.active,.cat-link a:hover{color:#FFF;background:ejrma;}

.title-h1{background:#FFF;font-size:18px;border-bottom:1px solid #EEE;line-height:48px;padding-left:20px;}
.ask-list{clear:both;display:flex;flex-wrap:wrap;justify-content:space-between;padding-top:10px;}
.ask-list li{padding:15px;margin-bottom:20px;background:#FFF;width:390px;}
.ask-list-title{display:flex;position:relative;-webkit-box-orient:vertical;-webkit-line-clamp:1;height:21px;overflow:hidden;}
.ask-list-title:before{content:'问';display:inline-block;left:0px;width:20px;height:20px;line-height:20px;text-align:center;color:#fff;border-radius:3px;margin-right:15px;background:ejrma;}
.ask-list-title a{color:#4c4c4c;font-size:16px;width:calc(100% - 100px);}
.ask-list-title span{position:absolute;right:0px;font-size:12px;color:#999;}
.ask-list-title span a{color:red;font-size:14px;padding:0px 3px;}
.ask-list-answer{clear:both;color:#999;margin-top:10px;font-size:12px;line-height:20px;height:20px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.ask-list-answer:before{content:'答';display:inline-block;width:20px;height:20px;text-align:center;line-height:20px;color:#fff;border-radius:3px;margin-right:15px;vertical-align:top;background:ejrma;}
@media screen and (max-width:1000px) {
	.cat-link{margin-bottom:5px;}
	.ask-list{padding-top:1px;}
    .ask-list li{padding:12px;margin-bottom:1px;}
    .ask-list-answer{height:auto;-webkit-line-clamp:3;}
}

.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;}

    .right-question{background:#FFF;clear:both;margin-bottom:15px;}
    .right-question ul{clear:both;overflow:hidden;padding:15px;}
    .right-question ul li{clear:both;overflow:hidden;}
    .right-question ul li .ask-user{line-height:35px;color:#999;}
    .right-question ul li .ask-user img{width:35px;height:35px;border-radius:35px;margin-right:8px;}
    .right-question ul li .ask-user span{float:left;margin-right:10px;color:#666;}
    .right-question ul li .ask-q{clear:both;height:35px;line-height:35px;overflow:hidden;}
    .right-question ul li .ask-meta{clear:both;font-size:12px;color:#AAA;}

.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;}
}