/*header start*/
/*导航*/

/*轮播*/
.all{
    width: 1920px;
    height: 430px;
    overflow: hidden;
    position: absolute;
}
.top-img{
    width: 1920px;
    height: 430px;
    font-size: 0;
    position: relative;
}
.activeimg{
    overflow: hidden;
    height: 430px;
    position: relative;
}
.top-img .activeimg img{
    width: 1920px;
    height: 430px;
}

/*轮播*/
.pubg{
    width: 100%;
}
.pubg-header{
    width: 100%;
    height: 430px;
    /*background: url("../img/pubg-desert-map2.png") no-repeat center;*/
}
.nav_bg{
    height: 75px;
    width: 100%;
    background: rgba(0,0,0,.3);
    position: absolute;
    z-index: 100;
}
.nav1{
    height: 75px;

    left: 50%;
    margin-left: -600px;
}
.pubg-logo,.navbar,.input-box{
    float: left;
    line-height: 75px;
}
.navbar{
    margin-left: 50px;
}
.navbar li{
    float: left;
    text-align: center;
    /*width: 70px;*/
    width: 96px;
}
.navbar li a{
    color: #FFF;
}
.input-box{
    position: relative;
    margin-left: 60px;
}
.input-text{
    border: none;
    width: 285px;
    height: 34px;
    background: url("../img/input-bg.png") no-repeat center;
    text-indent: 20px;
    font-size: 12px;
    outline: none;/*去除input得焦时蓝色边框*/
}
.input-box a{
    display: inline-table;
    width: 69px;
    height: 34px;
    background: url("../img/serch-bg.png") no-repeat center;
    line-height: 75px;
    color: #221602;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 2px;
    left: 275px;
}
/*文章*/
.article-con{
    width: 255px;
    height: 355px;
    position: relative;
    left: 74%; 
}
.article-box{
    width: 255px;
    height: 308px;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 100;
}
.article-box span{
    color: white;
}
.num-box{
    float: left;
    /*padding-top: 15px;*/
    height: 300px;
}
.article-box ul{
    width: 200px;
    height: 280px;
    overflow: hidden;
    padding-top: 15px;
    float: left;
}
.article-box ul li{
    width: 100%;
    height: 54px;
    display: flex;
    align-items: center;
}
.li-num{
    display: inline-block;
    font-size: 24px;
    color: #f9bf0a;
    width: 32px;
    height: 30px;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 24px;
}
.li-con{
    width: 167px;
    border-bottom: 1px dashed #f9bf0a;
    height: 100%;
    font-size: 12px;
    display: flex;
    align-items: center;
    color: white;
}
.li-con span:hover{
    color: #f9bf0a;
}
li.active2 .li-con span{
    color: #f9bf0a!important;
}
.article-box ul li:nth-child(5) .li-con{
    border-bottom: none;
}
/*header end*/
/*推荐start*/
.pubg-recommend{
    width: 100%;
    height: 272px;
    background: #282828;
}
.recommend-top{
    width: 100%;
    height: 60px;
    line-height: 60px;
}
.rem-l{
    float: left;
    margin-top: 7px;
}
.rem-r{
    float: right;
    font-size: 14px;
    color: white;
    cursor: pointer;
}
.rem-r span:hover{
    color: #f0932e;
}
.active3{
    color: #f0932e;
}
.recommend-but{
    width: 100%;
    height: 212px;
    display: flex;
    justify-content: space-between;
}
.recommend-but dl{
    float: left;
    width: 230px;
}
.recommend-but dl dd{
    position: relative;
}
.recommend-but dl dd>img{
    width: 230px;
    height: 140px;
}

.period{
    color: #FFF;
    display: inline-block;
    width: 230px;
    height: 21px;
    overflow: hidden;
}
.period-but{
    width: 100%;
    height: 50px;
}
.period-author{
    display: inline-block;
    width: 179px;
    font-size: 12px;
    color: #cbcbcb;
}
.period-time{
    display: inline-block;
    width: 46px;
    height: 18px;
    background: #434343;
    color: #e3a600;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
}
.img-label{
    display: inline-block;
    width: 42px;
    height: 24px;
    font-size: 14px;
    color: #151515;
    text-align: center;
    line-height: 24px;
    position: absolute;
    right: 0;
    top: 105px;
}

.label-bg1{
    background: #a1b8e1;
}
.label-bg2{
    background: #f0932e;
}
.label-bg3{
    background: #aaffcc;
}
.label-bg4{
    background: #e5ce88;
}
.label-bg5{
    background: #caa7d7;
}
/*推荐end*/

/*con start*/
.pubg-con{
    background-color: rgba(255,255,255,0.3);
}
@media (min-width: 900px){
    .pubg-con {
        /*background-image: linear-gradient(to bottom,rgba(0,0,0,.6),rgba(0,0,0,.9) 405px),url("../images/fixed-bg.png") !important;*/
        background-image: url("../img/fixed-bg.png") !important;
        background-attachment: fixed;
        background-size: cover !important;
        background-position: center;
        background-repeat: no-repeat;
        background-position-y: unset !important;
    }
}
/*今日更新*/
.update-today{
    width: 522px;
    float: left;
}
.update-top{
    width: 100%;
    height: 46px;
}
.update-top img{
    float: left;
    margin-right: 9px;
    margin-top: 19px;
}
.top-ul{
    float: left;
    margin-top: 22px;
}
.top-ul li{
    float: left;
    width: 71px;
    height: 22px;
    color: #4c4c4c;
    background: #cacaca;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    margin-left: 6px;
    cursor: pointer;
}
.top-ul li:hover{
    background: #a10000;
    color: #fff;
}
.top-ul .active4{
    background: #a10000;
    color: #fff;
}
.update-con{
    width: 100%;
    /*height: 100%;*/
}

.update-article{
    display: inline-block;
    width: 100%;
    height: 133px;
    border-bottom: 1px dashed #ccc;
}
.update-article:last-child{
    border-bottom: none;
}
.article-l{
    float: left;
    margin-top: 10px;
    width: 200px;
    height: 113px;
}
.article-r{
    float: left;
    width: 310px;
    margin-left: 10px;
}
.article-r span>img{
    margin-right: 5px;
}
.article-tit{
    display: inline-block;
    font-size: 18px;
    color: #000;
    margin-top: 12px;
    height: 47px;
}
.mini-author{
    width: 170px;
}
.mini-time{
    width: 65px;
}
.mini-eyes{
    width: 70px;
}
.mini-author,.mini-time{
    display: inline-block;
    height: 20px;
    margin-top: 18px;
}
.mini-eyes{
    display: inline-block;
    height: 20px;
}

.mini-author img,.mini-time img,.mini-eyes img{
    vertical-align: middle;
}
.mini-author span,.mini-time span,.mini-eyes span{
    display: inline-block;
    font-size: 12px;
    color: #5d5d5d;
    line-height: 20px;
}
.loading-more{
    display: inline-block;
    width: 100%;
    height: 34px;
    text-align: center;
}
.loading-more img{
    margin-top: 10px;
}
.kinds-box{
    float: left;
    width: 648px;
    margin-left: 30px;
}
/*分各大类*/
/*欢迎回来*/
.wel-box{
    font-size: 18px;
    color: #5f2e00;
    height: 188px;
}
.wel-box h3{
    float: left;
    margin-top: 16px;
}
.wel-box h3 a{
    color: #e3a600;
}
.research{
    float: left;
    margin-left: 134px;
    margin-top: 16px;
    display: inline-block;
    height: 29px;
}
.wel-box-bot>img{
    float: left;
    margin-top: 9px;
}
.wel-detail{
    float: left;
    width: 498px;
    height: 134px;
    margin-left: 16px;
}
.detail-top ul{
    width: 498px;
    height: 52px;
}
.detail-top ul li{
    float: left;
    width: 55px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    color: #522000;
    background: #d5b4a0;
    margin-left: 6px;
    margin-top: 30px;
    cursor: pointer;
}
.active7{
    background: #522000 !important;
    color: #ffa800 !important;
}
.detail-bot p{
    font-size: 12px;
    color: #522000;
    float: left;
    margin-left: 10px;
}
.detail-bot p a{
    font-size: 18px;
    color: #522000;
    font-weight: bold;
}
/*传送门*/
.transfer>img{
    margin-top: 20px;
}
.transfer-bot{
    width: 645px;
    display: flex;
    justify-content: space-between;
}
.transfer-bot dl{
    float: left;
    text-align: center;
    font-size: 14px;
    color: #5c4300;
    margin-top: 10px;
}
.transfer-bot dl dd{
    height: 96px;
    min-width: 95px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: url("../img/transfer-bg1.png") no-repeat center;
    margin-bottom: 10px;
}
.active8 dl dd{
    background: url("../img/transfer-bg2.png") no-repeat center;
}
.transfer-bot a:hover dl dd{
    background: url("../img/transfer-bg2.png") no-repeat center;
}
/*视频 GIF*/
.video-top,.gif-top,.column-top,.topic-top,.anchor-top{
    width: 645px;
    height: 26px;
    margin-top: 15px;
}
.video-top>img{
    float: left;
    margin-right: 77px;
}
.gif-top>img{
    float: left;
    margin-right: 350px;
}
.video-top .video-kinds,.gif-top .gif-kinds{
    float: left;
    font-size: 14px;
    color: #555;
    line-height: 26px;
    cursor: pointer;
}
.gif-kinds span a{
    color: #555;
}
.video-bot,.gif-bot{
    width: 645px;
    height: 310px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 9px;
    overflow: hidden;
}
.video-bot a dl,.gif-bot div dl{
    display: inline-block;
    width: 200px;
    float: left;
    font-size: 12px;
    color: #000;
    overflow: hidden;
}
.video-bot a dl dd{
    position: relative;
}
.video-bot a dl dd>.img,.gif-bot div dl dd>img{
    width: 200px;
    height: 113px;
}
.video-kinds span:hover{
    color: #8f5c2d;
}
.active5{
    color: #8f5c2d;
}
.dt-tit,.gif-tit{
    padding-top: 2px;
    height: 30px;
    color: #000;
    /*30+10=40*/
}
.video-bot a dl dd:hover .play{
    display: block;
}
.play{
    display: none;
    position: absolute;
    left: 82px;
    top: 39px;
}
/*专栏推荐*/
.column-bot{
    width: 645px;
}
.column-box{
    height: 190px;
    margin-top: 12px;
}
.column-box>img{
    float: left;
}
.column-r{
    float: left;
    width: 300px;
    margin-left: 12px;
}
.column-time{
    background: url("../img/update-time-bg.png") no-repeat;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    padding-left: 50px;
}
.column-tit{
    font-size: 16px;
    color: #424242;
    font-weight: bold;
    margin-top: 10px;
}
.column-tit:hover{
    color: #9d6c2c;
}
.column-r a{
    display: inline-block;
    font-family: "宋体";
    color: #000;
    font-size: 12px;
    margin-top: 9px;
}
.column-r a:hover{
    color: #bf8f00;
}
/*专题推荐*/
.topic-bot,.anchor-bot{
    width: 645px;
    margin-top: 9px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.topic-bot dl dt{
    color: #317b9c;
    font-size: 14px;
    text-align: center;
}
.dt-bg{
    height: 28px;
    line-height: 28px;
    margin-top: 5px;
    color: #000 !important;
    font-size: 12px !important;
    font-family: 宋体;
    background: url("../img/issue-time-bg.png") no-repeat center;
}
/*吃鸡主播*/
.anchor-bot{
    height: 275px;
    overflow: hidden;
}
.anchor-bot div{
    width: 95px;
    height: 130px;
    margin-bottom: 10px;
}
.anchor-bot div a{
    font-size: 14px;
    color: #636363;
    text-align: center;
}
.anchor-bot div a dt{
    font-size: 14px;
}
.h-img{
    width: 95px;
    height: 96px;
    border-radius: 50px;
}
/*吃鸡百科*/
.bk-top{
    width: 645px;
    height: 34px;
    margin-top: 15px;
    display: flex;
    align-items: center;
    position: relative;
}
.bk-top input{
    outline: none;
    width: 203px;
    height: 34px;
    background: url("../img/input-bg.png") no-repeat;
    text-indent: 20px;
    border: none;
    margin-left: 18px;
}
.bk-top button{
    width: 69px;
    height: 34px;
    background: url("../img/bk-but.png") no-repeat center;
    outline: none;
    position: absolute;
    left: 284px;
    top: 0;
    border: none;
    cursor: pointer;
}
.bk-top span{
    display: inline-block;
    width: 100px;
    line-height: 34px;
    text-align: left;
    margin-left: 168px;
    font-size: 18px;
    font-weight: bold;
    color: #606060;
}
.bk-bot-l{
    width: 350px;
    height: 218px;
    float: left;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 50px;
}
.qa-box{
    height: 218px;
}
.bl-bot-qa{
    height: 200px;
    overflow: hidden;
}
.bk-bot-r{
    float: right;
    width: 268px;
    height: 201px;
    text-align: center;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px;
}
.bl-bot-qa{
    display: none;
}
.bl-bot-qa p{
    height: 20px;
    line-height: 20px;
    margin-bottom: 6px;
}
.bl-bot-qa p span{
    /*display: inline-block;*/
    width: 62px;
    height: 20px;
    background: #d0d0d0;
    color: #505050;
    text-align: center;
    margin-right: 6px;
}
.bl-bot-qa p a{
    color: #505050;
}
.bl-bot-qa p a:hover{
    color: #ac8f37;
}
.bl-bot-button{
    text-align: center;
}
.bl-bot-button span{
    display: inline-block;
    width: 24px;
    height: 5px;
    background: #d2d2d2;
    border-radius: 2px;
    cursor: pointer;
}
.active6{
    background: #ac8f37 !important;
}
.bk-bot-r a{
    display: inline-block;
    width: 81px;
    height: 28px;
    line-height: 28px;
    background: #dcdcdc;
    color: #373737;
}
.bk-bot-r a:hover{
    background: #373737;
    color: #FFF;
}
/*百科over*/

/*热点推荐start*/
.hot{
    width: 648px;
    height: 450px;
    overflow: hidden;
}
.hot li{
    float: left;
    margin-right: 12px;
    width: 317px;
    height: 184px;
    margin-top: 14px;
    position: relative;
    font-size: 12px;
}
.hot li:nth-child(2n){
    margin-right: 0px;
}
.hot li a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.hot li img{
    width: 317px;
    height: 184px;
}
.hot_desc{
    display: inline-block;
    width: 317px;
    height: 40px;
    line-height: 40px;
    color: #FFF;
    text-indent: 20px;
    background: rgba(0,0,0,.3);
    position: absolute;
    bottom: 0;
    left: 0;
}
/*热点推荐over*/

/*焦点新闻start*/
.focus{
    width: 648px;
}
.focus_ul{
    width: 100%;
}
.focus_ul li{
    width: 648px;
    height: 142px;
    border-bottom: 1px dashed #ccc;
}
.focus_li a div{
    float: left;
}
.focus_li_left{
    width: 200px;
    height: 113px;
    margin-right: 20px;
    margin-top: 14px;
}
.focus_li_left img{
    width: 200px;
    height: 113px;
}
.focus_li_right{
    width: 403px;
    height: 113px;
    margin-top: 14px;

}
.focus_tit{
    font-size: 16px;
    color: #424242;
    margin-top: 13px;
    height: 66px;
}
.focus_by{
    font-size: 12px;
    color: #5d5d5d;
}
/*焦点新闻over*/
/*con end*/

.pubg-footer{
    height: 354px;
    background: #140025;
}

.fixed_top1{
    position: fixed;
    top: 20px;
}
.fixed_top2{
    position: fixed;
    top: 470px;
}
.fixed_bottom1{
    position: fixed;
    top: -410px!important;
}
.fixed_bottom2{
    position: fixed;
    top: 31px!important;
}
.kinds-box{
    position: relative;
}
.fixed_reference{
    overflow: hidden;
}
.postion_fixed{
    position: fixed;
    bottom:4px;
}
.postion_absolute{
    position: absolute;
    bottom: 0px;
}

#follow_con{
    position: relative;
}