@charset "UTF-8";
footer.game_footer{padding-left: 50px;margin-top: 100px;}

*::-webkit-input-placeholder {
    color: rgba(38,38,38,0.3);
}
*:-moz-placeholder {
    color: rgba(38,38,38,0.3);
}
*:-ms-input-placeholder {
    color: rgba(38,38,38,0.3);
}

.game_main{max-width: 1030px;margin: 0 auto;float: none;padding-top: 100px;}
.bread_crumb_nav,.bread_crumb_nav a{font-size:12px;line-height:20px;color:#A5AAB8;}
.bread_crumb_nav a:hover{color: #262626;}

.game_box.main{max-width: 700px;width:100%;float: left;}
.game_box.right{width: 300px;margin-top: 40px;margin-bottom: 20px;}
.game_box>h2{font-size: 22px;line-height: 30px;min-height:30px;color: #262626;margin:0px 0 0;font-weight: bold;width: 100%;float: left;}
.game_box>p{font-size: 14px;line-height: 30px;color: #262626;min-height:30px;width: 100%;float: left;}

.game_focus_map{width: 100%;float: left;margin-bottom: 20px;}
.game_focus_big{width: 100%;height:440px;float: left;overflow: hidden;border-radius: 5px;text-align: center;transition: opacity 0.3s;background-color: #000;position: relative;}
.game_focus_big img{max-width:100%;max-height: 100%;float: none;width: 100%;position: relative;z-index: 1;}
.game_focus_big .game_focus_big_arrow{position: absolute;top: 0;width:50%;height: 100%;z-index: 2;}
.game_focus_big .game_focus_big_arrow[data-way="left"]{left: 0;cursor: url("/resources/img/album_prev.cur"),auto;}
.game_focus_big .game_focus_big_arrow[data-way="right"]{right: 0;cursor: url("/resources/img/album_next.cur"),auto;}

/*.game_focus_big.shine{opacity: 0.6;}*/

.game_focus_lbox{width: 100%;height:73px;float: left;overflow: hidden;margin:0 0 10px 0;padding-top: 10px;position: relative;}

.game_focus_list{width: 100%;float: left;position: absolute;top:10px;left:0;z-index: 1;}
.game_focus_list li{position: relative;width:108px;height:63px;margin-right: 10px;float: left;border:2px solid rgba(0,0,0,0);cursor: pointer;opacity: 0.6;transition:all 0.3s;border-radius: 3px;}
.game_focus_list li:hover{opacity:1;}
.game_focus_list li:last-child{margin-right: 0;}
.game_focus_list li.onit{border: 2px solid #50E3C2;opacity: 1;}
.game_focus_list li.onit:before{content:"";position: absolute;top: -10px;left:50%;margin-left: -13px;
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 10px solid #50E3C2;
}
.game_focus_list li img{max-width: 100%;max-height: 100%;float: none;width: 100%;height:100%;background: #000;}
.game_focus_list li p{display: none;}
.game_focus_scroll{width: 100%;padding-right:50px;float: left;height: 16px;overflow: hidden;border-radius: 24px;background: #EAEEF4;position: relative;cursor: pointer;}
.game_focus_scroll #gf_sb_move{width:100px;height:16px;position: absolute;top:0;left: 0;background:#A5AAB8;border-radius: 24px;cursor: pointer;}
.gf_sb_arrow{width:25px;height:16px;float: right;font-size: 12px;line-height: 16px;text-align: center;position: absolute;top:0;right: 0;}
.gf_sb_arrow[data-way=left]{right: 25px;}
.gf_sb_arrow[data-way=right]{right: 0;}
.gf_sb_arrow:before{content:"";font-size: 12px;line-height: 17px;color: #A5AAB8;}
.gf_sb_arrow:hover{background-color: #DCDEE6;border-radius: 24px;}
.gf_sb_arrow[data-way=left]:hover{border-radius: 24px 0 0 24px;}
.gf_sb_arrow[data-way=right]:hover{border-radius:0 24px 24px 0;}
.gf_sb_arrow[data-way=left]:before{content: "\25C0"}
.gf_sb_arrow[data-way=right]:before{content: "\25B6"}

.game_info_nav{width: 100%;float:left;margin: 10px 0;}
.game_info_nav span{float: left;padding:0 16px; margin:0 20px 8px 0;text-align: center; font-size: 16px;line-height: 32px;color:#262626;background-color: #fff; border:1px solid rgba(0,0,0,0.1);border-radius: 16px;cursor: pointer;}
.game_info_nav span.onit{background-color:#f7f7f7;color:rgba(38,38,38,0.3);}

/*.game_description p{max-height: 60px;overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;}
.game_description p.show{max-height: inherit;-webkit-line-clamp: inherit;}
.game_description .game_description_more{font-size:14px;line-height:20px;color: #2ABACA;cursor: pointer;}
.game_description .game_description_more:before{content:"展开";}
.game_description .game_description_more.show:before{content:"收起";}
*/
.game_box_list{margin:10px 0 20px;}
.game_box_list p.game_description{width: 100%;float:left;font-size: 14px;line-height: 24px;color: #262626;}

.read_more{line-height: 42px;}
.read_more .more_btn{opacity: 0.4;transform: scale(0.6);}

.game_box_list .vg_list>li{width: 100%;border-radius: 3px; box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15), 0px 2px 4px 0px rgba(0,0,0,0.10);border: 1px solid rgba(165,170,184,0.10);background: #FFFFFF;padding:20px;transition:box-shadow 0.2s;-webkit-transition:box-shadow 0.2s;}
.game_box_list .vg_list>li:hover{box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.12), 0px 6px 16px 0px rgba(0,0,0,0.15);}
.game_box_list .vg_list>li .info_box{width: calc(100% - 240px);float:left;padding-right: 20px;margin:0;}
.game_box_list .vg_list>li .img_box{width: 240px;float: right;margin:10px 0 0;}
.game_box_list .vg_list>li .info_box .vg_tab{margin:0 0 10px 0;}
.game_box_list .vg_list>li .info_box h2{line-height: 28px;}
.game_box_list .vg_list>li .info_box .re_c_box{width:50%;padding:0 20px 0 35px;border:none;max-height:60px;overflow: hidden;line-height: 20px;}
.game_box_list .vg_list>li .info_box .re_c_box span{}
.game_box_list .vg_list>li .info_box .sel_tab{max-height: 76px;}
.game_box_list .vg_list>li .info_box .sel_tab a{font-size: 12px;line-height: 20px;margin:0 10px 5px 0;color: #A5AAB8;}
.game_box_list .vg_list>li.news .info_box{width: calc(100% - 190px);}
.game_box_list .vg_list>li.news .img_box{width: 190px;}
.game_box_list .vg_list>li.forum{padding:0 20px 10px;}
.game_box_list .vg_list>li.forum .info_box{width:100%;max-height: 100px;position: relative;overflow: hidden;}
.game_box_list .vg_list>li.forum .info_box p{height: auto;max-height: initial;}
.game_box_list .vg_list>li.forum .info_box .cshow_more{position: absolute;left:0;bottom:0px;width:100%;height:50px;background:url(../img/comment_cover.png) repeat-x;cursor: pointer;}
.game_box_list .vg_list>li.forum .info_box .cshow_more:before{content:"";position: absolute;bottom:10px;left: 50%;height: 7px;width: 7px;border-bottom: 2px solid #000;border-right: 2px solid #000;transform: rotate(45deg);-webkit-transform: rotate(45deg);margin:-7px 0 0 0px;}
.game_box_list .vg_list>li.forum .game_pf{width: 35px;padding-right:0;}

/* 新结构 */
.user_info{width: 100%;float: left;margin-bottom: 10px;position: relative;}
.user_info img{width: 30px;height: 30px;border-radius: 100%;float: left;}
.user_info .user_name{font-size: 14px;line-height: 30px;color: #1D1D1D;margin-left: 10px;float: left;font-weight: bold;}
.user_info .user_status{font-size: 12px;color: #9497A0;line-height: 30px;float: left;margin-left: 10px;}
.user_info .user_language{font-size: 12px;color: #9497A0;line-height: 30px;float: right;}
.user_info .user_platforms{font-size: 12px;color: #9497A0;line-height: 30px;float: right;margin-left: 10px;}
.user_info .user_score{border-left: 4px solid #AC92EC;padding-left:10px;font-size: 18px;line-height: 26px;color: #000;float: right;width: 37px;margin:2px 0 2px 10px;}
.user_info .comm_num{float:right;background-color: #000000;border-radius: 2px 2px 0;color: #fff;min-width: 30px;padding: 0 5px;text-align: center;font-size: 12px;position: relative;}
.user_info .comm_num:before{content: "";
    border-color: #000 transparent transparent;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    bottom: -12px;
    position: absolute;
    right: 0;}
.user_info .comm_num.ques{min-width: 60px;height: 26px;border: 1px solid #A5A5A5;border-radius: 3px;color: #A5A5A5;font-size: 12px;line-height: 26px;text-align: center;background: none;}
.user_info .comm_num.ques:before{position:relative;top:auto;left:auto;right:auto;bottom:auto;width: 13px;height: 12px;margin:5px 10px -1px 0;border:none;display: inline-block;background-image:url(/resources/img/spri_01.svg);background-position: -415px -30px;}
.user_info .comm_num.solve{background-color: #AC92EC;color:#fff;border-color:#AC92EC;}
.user_info .comm_num.solve:before{ background-position: -142px -31px;}
/*默认标题、摘要、图片*/
.content_box{width: 100%;float: left;}
.content_box h2{font-size: 18px;color: #262626;line-height: 28px;max-height:56px;overflow: hidden;margin-bottom: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.content_box h2 img{width: 18px;height:18px;float: none;}
.content_box p{font-size: 14px;line-height: 20px;color: #262626;max-height: 40px;overflow: hidden;margin-bottom: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.content_box p img{width: 14px;height:14px;float: none;}
.content_box .img_list{width: 100%;float: left;margin-bottom: 5px;}
.content_box .img_list li{margin:0 10px 0 0;float: left;}
.content_box .img_list li img{width:70px;float: left;}
/*短文收起展开*/
.user_content{width:100%;margin-bottom: 5px;float: left;}
.user_content a{width:100%;float:left;font-size: 14px;line-height: 20px;color: #262626;overflow: hidden;display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;}
.user_content a:hover{color: #2ABACA;}
/*.user_content .cshow_more{position: absolute;left:0;bottom:0px;width:100%;height:50px;background:url(../img/comment_cover.png) repeat-x;cursor: pointer;}*/
/*.user_content .cshow_more:before{content:"";position: absolute;bottom:10px;left: 50%;height: 7px;width: 7px;border-bottom: 2px solid #000;border-right: 2px solid #000;transform: rotate(45deg);-webkit-transform: rotate(45deg);margin:-7px 0 0 0px;}*/

.vg_list>li .fot_box{margin:5px 0 0 0;height: auto;}
#game_new_list>li .fot_box{margin:15px 0 0 0;}

.remark .fot_box span{color:#9497A0;font-size:12px;line-height:22px;float:right;height:22px;margin:0 10px;}
.remark .fot_box span.time_box{float: left;margin: 0;}
.remark .fot_box span.cicon{cursor:pointer;}
.remark .fot_box span.cicon:before{content:"";width:22px;height:22px;background: url(../img/spri_01.svg) 0 0 no-repeat;float:left;margin-right:2px;}
.remark .fot_box span.praise{color:#2ABACA;}
.remark .fot_box span.praise:before{background-position: -285px -121px;}
.remark .fot_box span.praise:hover:before{background-position:-285px -144px;}
.remark .fot_box span.praise[data-like="true"]:before{background-position:-285px -144px;}
.remark .fot_box span.praise.onit:before{background-position:-285px -144px;}
.remark .fot_box span.reply{margin-right:0;}
.remark .fot_box span.reply:hover{color:#2ABACA;}
.remark .fot_box span.reply:before{background-position: -321px -121px;}
.remark .fot_box span.reply:hover:before{background-position:-321px -144px;}

.remark .list_source{margin: 10px -20px -20px -20px;width: calc(100% + 40px);float: left;font-size:12px;line-height: 20px; background-color: #FAFAFA;padding:7px 20px;color:#888084;position: relative;}
.remark .list_source a{color:#888084;}
.remark .list_source:before{content: '';width: 100%;height: 10px;position: absolute;left: 0;top:0; background: url(../img/box_tit_shadow.png) left top repeat-x;opacity: 0.3;}

.load_more{margin: 30px 0;}
.no_more_page{width: 100%;float: left;text-align: center;font-size: 14px;line-height: 48px;color: #ddd;/*margin: 30px 0;*/}

/* 图集列表*/
.album_num_box{color:#262626;font-size:14px;line-height: 22px;margin-top:6px;}
.album_num_box .number{margin-right:6px; box-shadow: 0 -3px 0 #b4e7f8 inset;}
.album_num_box>*{color: #262626; padding:0 6px;}
.album_item{margin-bottom:20px;width: 100%;float: left;}
.album_item>a{float:left;width: 100%;}
.album_item>a .album_name{display:block; color:#000;}
.album_name_box{width: 48%;}
.album_name_box .img_box{float: left; width: 50px;margin:0 10px 0 0;position: relative;max-height: 40px;}
.album_name_box .img_box img{max-height:40px;}
.album_name_box .img_box:before{content:'';display:block;width: 100%;height: 6px; background: url(../img/book_tit_bg.svg) 0 0 no-repeat;background-size: 100% auto;-webkit-background-size: 100% auto;}
.album_name_box .album_name{font-size:14px;line-height: 18px;height:18px;overflow:hidden;margin:3px 0px;display: block;
    text-overflow: ellipsis;
    white-space: nowrap;}
.album_name_box .time_box{float: left; color:rgba(0,0,0,0.3);font-size: 12px;}

.album_img{width: 48%;}
.album_img .img_box{float:left; width:calc((100% - 8px)/4);width:-webkit-calc((100% - 8px)/4);margin:1px;overflow:hidden;transition:all 0.2s;background: #000;}
.album_img .img_box.other{opacity: 0.3;}
.album_img .img_box.hover{opacity: 1;box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.66); transform:scale(1.2);-webkit-transform:scale(1.2);position: relative;z-index: 10;}
.album_img .img_box img{width:auto;height: auto;max-height: 100%; max-width:100%;}

/* list_nav */
.game_list_nav{width: 100%;float: left;}
.game_list_nav a{min-width:100px;height: 30px;margin:10px 10px 10px 0;padding:0 13px;border: 1px #D6DAE3 solid;background-color: #FAFAFA;font-size: 12px;color: #383A48;line-height: 30px;text-align: center;float: left;border-radius:3px;}
.game_list_nav a:last-child{margin-right: 0;}
.game_list_nav a:hover{color:#383A48;border: 1px #D6DAE3 solid;background-color: #EAEEF4;}
.game_list_nav a:before{content:"";width: 18px;height: 18px;display: inline-block;background:url("/resources/img/g_tplist.png") no-repeat center center;background-size:16px 16px;vertical-align: middle;margin-right:5px;}
.game_list_nav a.tplist:before{background-image: url("/resources/img/g_tplist.png");}
.game_list_nav a.rmlist:before{background-image: url("/resources/img/g_rmlist.png");}
.game_list_nav a.clist:before{background-image: url("/resources/img/g_clist.png");}
.game_list_nav a.ablist:before{background-image: url("/resources/img/g_ablist.png");}

/* tag game list */
.tag_glist_ul{display: none;}
.tag_glist_short_sel_box{float: right;height: 34px;}
.tag_glist_short_sel_box a{height: 34px;line-height: 33px;}
.tag_glist_short_sel_box .down_btn{top: 7px;}
#tag_glist_type{margin-left: 15px;}
#tag_glist_type a{font-size: 14px;line-height: 28px;margin:2px 6px 2px 0;}

/* menu list */
.strategy_menu_list{width: 100%;float: left;}
.strategy_menu_list dd{padding:0 15px;width: 50%;float: left;margin-bottom: 0;font-size: 14px;line-height: 30px;color: #6D6D6D;height: 30px;overflow: hidden;position: relative;}
.strategy_menu_list dd:before{content:"-";font-size:14px;line-height: 30px;color: #D8D8D8;height: 30px;position: absolute;top: 0;left: 0;}
/*.strategy_menu_list dd:hover:before{color:#2ABACA }*/

@media screen and (max-width: 1050px) {

    .strategy_menu_list dd{width: 100%;}
    .strategy_menu_list dd:nth-of-type(n+3){display: none;}

    .game_list_nav{display: none;}
    .game_main{width:100%;padding:100px 20px 0 70px;float: left;}
    .game_box.main{width:calc(100% - 300px);}
    .game_box.right{width: 280px;}
    .game_box_list .vg_list>li{padding: 10px;margin-bottom: 10px;}

    .remark .list_source{margin: 10px -10px -10px -10px;width: calc(100% + 20px);padding:7px 10px;}

    .game_box_list #game_new_list>li{padding:20px;}
    .game_box_list #game_new_list>li .info_box{width: calc(100% - 100px);padding-right: 10px;}
    .game_box_list #game_new_list>li .img_box{width: 100px;margin-top: 33px;}
    .album_item{margin-bottom:10px;}

    .game_focus_big{max-height:440px;height: auto;}
}
@media screen and (max-width: 900px) {
    .game_box.main{width:100%;}
    .game_box.right{width:100%;margin-top: 10px;}

    .album_name_box{width: 100%;margin-bottom: 10px;}
    .album_name_box .album_name{font-size: 16px;line-height: 34px;height: 34px;}
    .album_name_box .time_box{display: none;}
    .album_img{width: 100%;}
    .album_img .img_box img{width: 100%;}

    .mobliehidden{display: none;}
}
@media screen and (max-width: 720px) {
    footer.game_footer{padding-left: 0px;}
    .game_main{width:100%;padding:80px 10px;float: left;}
    .game_box_list .vg_list>li .info_box h2{line-height: 20px;}
    .game_box_list .vg_list>li .info_box .sel_tab{height: 50px;}

    .game_box_list .vg_tit h2{width: 100%;}
    #tag_glist_type{margin-left: 0;}
    .tag_glist_short_sel_box{margin-right: 0;}
}

.caret{
    border-top-color: #666 !important;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  
  }