/*标签(合集)详情页*/
/*主页*/
/*broadcast*/
.index_top_swiper {
    width: 100%;
    height: 43.25vw;
    max-height: 332px;
    margin-top: 8px;
    padding: 4px 0;
}

.index_top_swiper .swiper-slide {
    width: 92%;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 4px 0 rgba(48,48,48,0.3);
}

.index_top_swiper .swiper-slide img {
    display: block;
    width: 100%;
    min-height: 100%;
}

.index_top_swiper .swiper-slide h3 {
    width: 96%;
    padding: 0 2%;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    text-align: center;
    background: rgba(0,0,0,0.5);
    position: absolute;
    bottom: 0;
    left: 0;
}

/*全查推荐*/
.index_allRecom {
    display: block;
    width: 100%;
    height: 64px;
    margin-top: 14px;
    background: #EBF2FA;
}

.index_allRecom h2 {
    float: left;
    width: 54px;
    height: 64px;
    color: #FFFFFF;
    margin-right: 17px;
    background: url(../images/bg1.png) no-repeat 0 -105px;
    background-size: 250px 250px;
}

.index_allRecom ul {
    height: 40px;
    padding: 12px 17px 0 0;
    overflow: hidden;
}

.index_allRecom li {
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    margin-top: 6px;
}

.index_allRecom li.one {
    margin-top: 0;
}

/*文章推荐*/
.index_artRecList li {
    width: 96%;
    padding: 15px 2% 0;
    margin-top: 15px;
}

.index_artRecList li.one {
    margin-top: 0;
    border: none;
}

.index_artRecList li img {
    float: left;
    width: 134px;
    height: 76px;
    border-radius: 2px;
    margin-right: 7px;
    border-radius: 7px;
}

.index_artRecList dt {
    font-size: 14px;
    height: 40px;
    margin-bottom: 12px;
    overflow: hidden;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.index_artRecList dt em {
    display: inline-block;
    vertical-align: middle;
    margin: 0 7px 0 0;
    padding: 0 4px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    border-radius: 2px;
    text-align: center;
}

.index_artRecList dt em.btn_tj {
    color: #FB9C49;
    border: thin solid #FB9C49;
}

/* .index_artRecList dt i{ display: inline-block; vertical-align: middle; width: 18px; height: 18px; margin:-4px 5px 0 0; background: url(../images/bg1.png) no-repeat; background-size: 250px 250px; } */
.index_artRecList dt i.i_tj {
    background-position: -150px -20px;
}

.index_artRecList dd {
    color: #999999;
    font-size: 14px;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
}

.index_artRecList dd span {
    display: block;
    float: left;
    margin-right: 5px;
}

.index_artRecList dd span.right {
    float: right;
    color: #e34230 ;
}

.index_artRecList dd span em {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    margin: -4px 5px 0 0;
    background: url(../images/bg1.png) no-repeat;
    background-size: 250px 250px;
}

.index_artRecList dd span em.i_time {
    background-position: 0 -30px;
}

/* 相关文章 */
.index_artaboutList {
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.index_artaboutList li {
    border-bottom: 1px solid #EEEEEE;
    height: 40px;
    line-height: 40px;
}

.index_artaboutList li .btn_tj {
    background-color: #ffc165;
    color: #fff;
    margin-right: 10px;
    padding: 2px 5px;
    border-radius: 3px;
}

.index_artaboutList li .aBlack {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*视频推荐*/
.index_vedRecBox {
    width: 96%;
    margin: 15px auto 0;
    padding: 10px 2% 0;
    border-top: thin solid #EEEEEE;
}

.index_vedRecBox h2 {
    font-size: 16px;
    line-height: 26px;
    max-height: 52px;
    overflow: hidden;
}

.index_vedRecBox .img_box {
    display: block;
    width: 100%;
    height: 53.7vw;
    max-height: 413px;
    border-radius: 4px;
    margin-top: 10px;
    overflow: hidden;
    position: relative;
}

.index_vedRecBox .img_box em {
    display: block;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(0,0,0,0.5);
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -32px 0 0 -32px;
}

.index_vedRecBox .img_box em i {
    display: block;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    margin: 6px auto 0;
    background: url(../images/bg1.png) no-repeat 0 -50px;
    background-size: 250px 250px;
}

.index_vedRecBox .img_box img {
    display: block;
    width: 100%;
    min-height: 100%;
}

.index_vedRecBox h3 {
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    margin-top: 12px;
}

.index_vedRecBox h3 span {
    float: left;
    margin-right: 10px;
    color: #999999;
}

.index_vedRecBox h3 span.bBlue {
    color: #1968b5;
}

.index_vedRecBox h3 span.right {
    float: right;
}

.index_vedRecBox h3 span em {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    margin: -4px 5px 0 0;
    background: url(../images/bg1.png) no-repeat;
    background-size: 250px 250px;
}

.index_vedRecBox h3 span em.i_time {
    background-position: 0 -30px;
}

/*热门游戏*/
.index_tit1 {
    width: 96%;
    margin: 15px auto 0;
}

.index_tit1 h2 {
    float: left;
    height: 22px;
    line-height: 22px;
    font-size: 18px;
    position: relative;
}

.index_tit1 h2:before {
    content: '';
    display: block;
    float: left;
    width: 8px;
    height: 20px;
    border-radius: 4px;
    background: #FB9C49;
    margin: 2px 10px 0 0;
}

.index_tit1 h2 em {
    display: inline-block;
    vertical-align: top;
    margin: -5px 0 0 5px;
    width: 37px;
    height: 19px;
    background: url(../images/bg1.png) no-repeat -35px -30px/250px 250px;
}

.index_tit_more {
    display: block;
    float: right;
    height: 18px;
    line-height: 18px;
    color: #999999;
    margin: 2px 0 0 10px;
    text-decoration: none;
}

.index_tit_more b {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin: -4px 0 0 5px;
    background: url(../images/bg1.png) no-repeat -15px -30px/250px 250px;
}

.indexGame_hotList li {
    width: 96%;
    padding: 15px 2% 0;
    margin-top: 15px;
    border-top: thin solid #EEEEEE;
}

.indexGame_hotList li.one {
    padding-top: 0;
    border: none;
}

.indexGame_hotList img {
    width: 64px;
    height: 64px;
    border-radius: 12px;
    float: left;
    margin-right: 15px;
}

.indexGame_hotList dl {
    padding-top: 8px;
}

.indexGame_hotList dt {
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}

.indexGame_hotList dd {
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    margin-top: 10px;
    color: #999999;
}

.indexGame_hotBtn {
    display: block;
    float: right;
    width: 72px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
    border-radius: 2px;
    margin: 15px 0 0 10px;
    background: #4298e7;
    color: #FFFFFF;
}

.indexGame_hotBtn b {
    display: inline-block;
    width: 16px;
    height: 14px;
    vertical-align: middle;
    margin: -2px 5px 0 0;
    background: url(../images/bg1.png) -75px -30px/250px 250px;
}

/*必备软件*/
.indexGame_needList li {
    float: left;
    width: 21%;
    margin: 15px 2% 0;
    text-align: center;
}

.indexGame_needList img {
    width: 64px;
    height: 64px;
    display: block;
    border-radius: 12px;
    margin: 0 auto;
}

.indexGame_needList h3 {
    font-size: 14px;
    line-height: 18px;
    height: 18px;
    overflow: hidden;
    text-align: center;
    margin-top: 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.indexGame_needList li a span {
    background: #4298e7;
    line-height: 22px;
    color: #fff;
    display: block;
    width: 50%;
    margin: 7px auto 0;
}

.indexGame_needBtn {
    display: block;
    width: 68px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
    border-radius: 2px;
    margin: 8px auto 0;
    background: #4298e7;
    color: #FFFFFF;
}

.indexGame_needBtn b {
    display: inline-block;
    width: 16px;
    height: 14px;
    vertical-align: middle;
    margin: -2px 5px 0 0;
    background: url(../images/bg1.png) -75px -30px/250px 250px;
}

.index_look_more {
    display: block;
    width: 96%;
    height: 36px;
    line-height: 36px;
    margin: 15px auto 0;
    text-align: center;
    overflow: hidden;
    border-radius: 4px;
    text-decoration: none;
    background: #4298e7;
    color: #FFFFFF;
}

.index_look_more b {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin: -2px 0 0 10px;
    background: url(../images/bg1.png) no-repeat -65px 0/250px 250px;
}

.index_link_tit {
    width: 96%;
    margin: 15px auto 0;
}

.index_link_tit h2 {
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    color: #999999;
}

.index_link_box {
    width: 96%;
    padding-top: 3px;
}

.index_link_box a {
    display: block;
    float: left;
    height: 18px;
    line-height: 18px;
    margin: 12px 0 0 4%;
}

/* 主页end old */
/*banner*/
.qcLabIn_banner {
    width: 100%;
    height: 48.5vw;
    max-height: 373px;
    overflow: hidden;
    position: relative;
}

.qcLabIn_banner img {
    display: block;
    width: 100%;
    height: 48.5vw;
}

.qcLabIn_banner h1 {
    display: table;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
}

.qcLabIn_banner h1 em {
    display: block;
    vertical-align: middle;
    font-size: 24px;
    line-height: 35px;
    background: rgba(0,0,0,0.7);
}

.qcLabIn_banner h1 em i {
    display: block;
    vertical-align: middle;
    font-style: normal;
    font-size: 16px;
    padding: 5px 25px;
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

/*简介*/
.qcLabIn_base {
    width: 96%;
    margin: 0 auto;
    padding-top: 5px;
    height: 55px;
    overflow: hidden;
}

.qcLabIn_base p {
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-indent: 2em;
}

/*标签*/
.qcLabIn_labList {
    width: 100%;
}

.qcLabIn_labList li {
    float: left;
    width: 33.33%;
    margin-top: 15px;
}

.qcLabIn_labList li a {
    display: block;
    width: 80%;
    padding: 0 7px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    overflow: hidden;
    text-decoration: none;
    margin: 0 auto;
    border-radius: 13px;
    box-sizing: border-box;
    background: #EEEEEE;
    color: #0078FF;
}

/*游戏列表*/
.qcLabIn_gameList {
    padding-top: 5px;
}

.qcLabIn_gameList li {
    width: 96%;
    padding: 15px 2% 0;
    border-top: thin solid #EEEEEE;
    margin-top: 15px;
}

.qcLabIn_gameList li.one {
    margin-top: 0;
    border-top: 0;
}

.qcLabIn_gameList img {
    float: left;
    width: 64px;
    height: 64px;
    border-radius: 15px;
    margin-right: 15px;
}

.qcLabIn_gameList dt {
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}

.qcLabIn_gameList dd {
    color: #999999;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    margin-top: 4px;
}

.qcLabIn_gameList .indexGame_hotBtn {
    margin-top: 17px;
}

.qcLabIn_gameMore {
    display: block;
    width: 96%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 15px;
    border: thin solid #4298e7;
    color: #4298e7;
    margin: 20px auto 0;
    text-decoration: none;
}

.qcLabIn_gameMore b {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    margin: -2px 0 0 5px;
    background: url(../images/bg1.png) no-repeat -120px -0px/250px 250px;
}

.con_tit1 {
    width: 100%;
    margin-top: 12px;
    height: 34px;
    margin-bottom: 2px;
}

.con_tit1 h2 {
    float: left;
    font-size: 16px;
    height: 21px;
    color: #4298e7;
    width: 85px;
    text-align: center;
    line-height: 21px;
    color: #4298e7;
    margin: 0 10px;
    border-left: #4298e7 5px solid;
    padding-left: 5px;
}

.con_tit1 h2 span {
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    font-weight: bold;
    font-family: '楷体';
    font-size: 20px;
}

.con_tit1 .index_tit_more {
    margin-top: 5px;
}

/*热门合集*/
.qcLabIn_topicList li {
    float: left;
    width: 46%;
    border-radius: 5px;
    margin: 15px 2% 0;
    position: relative;
    overflow: hidden;
}

.qcLabIn_topicList img {
    display: block;
    width: 100%;
    min-height: 100%;
    height: 96px;
    background: #EFEFEF;
    border-radius: 15px;
}

.qcLabIn_topicList h3 {
    height: 24px;
    padding: 0 7px;
    text-align: center;
    line-height: 24px;
    overflow: hidden;
    margin-top: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

/*热门标签*/
.qcLabIn_hotBox {
    width: 96%;
    box-sizing: border-box;
    margin: 15px auto 0;
    border-radius: 10px;
    padding: 5px 10px 15px 0;
    background: #FFFFFF;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}

.qcLabIn_hotBox a {
    display: block;
    float: left;
    padding: 0 7px;
    height: 24px;
    line-height: 24px;
    border-radius: 12px;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    margin: 10px 0 0 10px;
}

.qcLabIn_hotBox a.a1 {
    background: #C299F1;
}

.qcLabIn_hotBox a.a2 {
    background: #6BD47D;
}

.qcLabIn_hotBox a.a3 {
    background: #FF6F6F;
}

.qcLabIn_hotBox a.a4 {
    background: #37AFFF;
}

.qcLabIn_hotBox a.a5 {
    background: #777197;
}

.qcLabIn_hotBox a.a6 {
    background: #FF8B62;
}

.con_tit2 {
    width: 96%;
    margin: 15px auto 0;
}

.con_tit2 h2 {
    float: left;
    height: 22px;
    line-height: 22px;
    font-size: 18px;
    position: relative;
}

.con_tit2 h2:before {
    content: '';
    display: block;
    float: left;
    width: 6px;
    height: 18px;
    border-radius: 3px;
    background: #FB9C49;
    margin: 3px 10px 0 0;
}

/*标签(合集)列表页*/
.qcLab_labList {
    padding-top: 10px;
}

.qcLab_labList li {
    float: left;
    width: 25%;
    margin-top: 10px;
}

.qcLab_labList li a {
    display: block;
    width: 90%;
    height: 24px;
    text-align: center;
    line-height: 24px;
    padding: 0 7px;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 auto;
    color: #333333;
    text-decoration: none;
    box-sizing: border-box;
    background: #EFEFEF;
}

.qcLab_labMore {
    text-align: center;
}

.qcLab_labMore button {
    width: 90%;
    height: 24px;
    line-height: 22px;
    text-align: center;
    border: thin solid #4298e7;
    outline: none;
    border-radius: 5px;
    color: #4298e7;
}

.qcLab_labBox {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
    justify-content: space-between;
}

.qcLab_labBox li {
    width: 48%;
    margin: 9px 0 0;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.qcLab_labBox img {
    display: block;
    width: 100%;
    height: 110px;
    background: #EFEFEF;
    border-radius: 15px;
}

.qcLab_labBox h3 {
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    text-align: center;
    padding: 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.qcLab_labBox em {
    max-width: 100%;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    padding: 0 7px;
    font-size: 12px;
    box-sizing: border-box;
    border-radius: 0 12px 12px 0;
    position: absolute;
    left: 0;
    top: 20px;
}

.qcLab_labBox em.em1 {
    background: -moz-linear-gradient( 90deg, #0ABACF 0%, #0287E1 100%);
    background: -webkit-linear-gradient( 90deg, #0ABACF 0%, #0287E1 100%);
    background: -ms-linear-gradient( 90deg, #0ABACF 0%, #0287E1 100%);
    background: -o-linear-gradient( 90deg, #0ABACF 0%, #0287E1 100%);
    background: linear-gradient( 90deg, #0ABACF 0%, #0287E1 100%);
}

.qcLab_labBox em.em2 {
    background: -moz-linear-gradient( 90deg, #F59D3E 0%, #F68348 100%);
    background: -webkit-linear-gradient( 90deg, #F59D3E 0%, #F68348 100%);
    background: -ms-linear-gradient( 90deg, #F59D3E 0%, #F68348 100%);
    background: -o-linear-gradient( 90deg, #F59D3E 0%, #F68348 100%);
    background: linear-gradient( 90deg, #F59D3E 0%, #F68348 100%);
}

.qcLab_labBox em.em3 {
    background: -moz-linear-gradient( 90deg, #EC89b3 0%, #CB5FDB 100%);
    background: -webkit-linear-gradient( 90deg, #EC89b3 0%, #CB5FDB 100%);
    background: -ms-linear-gradient( 90deg, #EC89b3 0%, #CB5FDB 100%);
    background: -o-linear-gradient( 90deg, #EC89b3 0%, #CB5FDB 100%);
    background: linear-gradient( 90deg, #EC89b3 0%, #CB5FDB 100%);
}

/*视频分栏*/
.banner_siwper {
    width: 100%;
    height: 52.2vw;
    max-height: 403px;
}

.banner_siwper .swiper-slide {
    position: relative;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.banner_siwper a {
    display: block;
    height: 100%;
    text-align: center;
}

.banner_siwper img {
    height: 100%;
}

.banner_siwper h3 {
    padding: 0 120px 0 15px;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    text-align: left;
    background: rgba(0,0,0,0.6);
    font-size: 14px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.banner_siwper h3 span {
    display: inline-block;
    height: 100%;
    overflow: hidden;
}

.banner_siwper .swiper-pagination {
    width: auto;
    left: initial;
    right: 12px;
    bottom: 7px;
}

.banner_siwper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 3px;
    opacity: 1;
    background: #FFFFFF;
}

.banner_siwper .swiper-pagination-bullet-active {
    background: #4298e7;
}

.video_list {
    width: 100%;
    padding-top: 3px;
}

.video_list li {
    float: left;
    width: 46vw;
    max-width: 353px;
    margin: 15px 0 0 0;
    padding: 15px 2% 0;
    border-top: thin solid #EEEEEE;
}

.video_list li.one {
    border-top: 0;
    padding-top: 0
}

.video_list .img_box {
    width: 100%;
    height: 26.1vw;
    text-align: center;
    max-height: 201px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    background: #DDDDDD;
}

.video_list .img_box:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background: -moz-linear-gradient( 0deg, rgba(0,0,0,0.3) 0%, rgba(247,247,247,0) 100%);
    background: -webkit-linear-gradient( 0deg, rgba(0,0,0,0.3) 0%, rgba(247,247,247,0) 100%);
    background: -ms-linear-gradient( 0deg, rgba(0,0,0,0.3) 0%, rgba(247,247,247,0) 100%);
    background: -o-linear-gradient( 0deg, rgba(0,0,0,0.3) 0%, rgba(247,247,247,0) 100%);
    background: linear-gradient( 0deg, rgba(0,0,0,0.3) 0%, rgba(247,247,247,0) 100%);
}

.video_list .img_box img {
    display: block;
    width: auto;
    height: 100%;
    margin: 0 auto;
}

.video_list .img_box em {
    display: block;
    font-size: 12px;
    position: absolute;
    right: 8px;
    bottom: 4px;
    z-index: 2;
    color: #FFFFFF;
}

.video_list h3 {
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    margin-top: 10px;
}

/*视频列表*/
.video_kind_list {
    padding-top: 5px;
}

.video_kind_list:after {
    content: '';
    display: block;
    clear: both;
}

.video_kind_list li {
    width: 25%;
    margin-top: 11px;
    float: left;
}

.video_kind_list li a {
    display: block;
    width: 80%;
    padding: 0 3px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    overflow: hidden;
    background: #EFEFEF;
    border: thin solid #EFEFEF;
    border-radius: 5px;
    margin: 0 auto;
}

.video_kind_list li a.current {
    color: #FFFFFF;
    background: #4298e7;
    border: thin solid #4298e7;
}

/*视频及标题*/
.vedioIn_videoBox {
    width: 100%;
    margin-top: 12px;
}

.vedioIn_video {
    width: 100%;
    height: 56.25vw;
    max-height: 432px;
}

.vedioIn_videoBox h1 {
    width: 96%;
    font-size: 18px;
    line-height: 30px;
    margin: 10px auto 0;
    font-weight: bold;
}

.vedioIn_videoBox h3 {
    width: 96%;
    color: #999999;
    margin: 10px auto 0;
}

.vedioIn_videoBox h3 .aBlue {
    float: right;
}

.vedioIn_video.fixed_top {
    display: block;
    position: fixed;
    top: 0;
    z-index: 2;
}

/*导读及内容*/
.vedioIn_con {
    width: 96%;
    margin: 0 auto;
}

.vedioIn_con p {
    font-size: 16px;
    line-height: 30px;
    margin-top: 13px;
}

.vedioIn_con img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    height: auto !important;
}

.vedioIn_con blockquote {
    border-left: 4px solid #42A5FE;
    background: #EFF7FF;
    padding: 1px 10px 13px;
    margin-top: 15px;
    color: #666666;
}

.vedioIn_con h2 {
    font-size: 18px;
    line-height: 32px;
    font-weight: bold;
    overflow: hidden;
    margin-top: 15px;
}

.vedioIn_con h2:before {
    content: '';
    display: block;
    float: left;
    width: 6px;
    height: 20px;
    border-radius: 3px;
    margin: 7px 10px 0 0;
    background: #4298e7;
}

.vedioIn_con h3 {
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    overflow: hidden;
    margin-top: 15px;
}

.vedioIn_con h3:before {
    content: '';
    display: block;
    float: left;
    width: 4px;
    height: 20px;
    border-radius: 2px;
    margin: 5px 10px 0 0;
    background: #4298e7;
}

.vedioIn_con li {
    line-height: 32px;
    font-size: 16px;
}

.vedioIn_con ol li {
    list-style: inside decimal;
}

.vedioIn_con ul li {
    padding-left: 15px;
    position: relative;
}

.vedioIn_con ul li:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #E3E3E3;
    position: absolute;
    left: 0;
    top: 13px;
}

.vedioIn_con table {
    width: 100%;
    text-align: center;
    background: #FFF8F2;
    border-collapse: collapse;
}

.vedioIn_con td {
    font-size: 14px;
    width: 33.33%;
    height: 40px;
    border: thin solid #FFA632;
    background: #FFF8F2;
}

.vedioIn_con td span {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
}

.vedioIn_con thead td {
    font-size: 18px;
}

/*游戏推荐*/
.vedioIn_game_box {
    width: 96%;
    padding: 9px 2%;
    margin-top: 15px;
    background: #EFEFEF;
}

.vedioIn_game_box img {
    width: 64px;
    height: 64px;
    border-radius: 12px;
    float: left;
    margin-right: 15px;
}

.vedioIn_game_box dl {
    padding-top: 8px;
}

.vedioIn_game_box dt {
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}

.vedioIn_game_box dd {
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    margin-top: 10px;
    color: #999999;
}

.game_recom_tit {
    width: 96%;
    margin: 15px auto 0;
}

.game_recom_tit h2 {
    float: left;
    height: 22px;
    line-height: 22px;
}

.game_recom_tit h2 em {
    display: block;
    float: left;
    width: 30px;
    height: 22px;
    margin-right: 10px;
    background: url(../images/bg1.png) no-repeat;
    background-size: 250px 250px;
}

.game_recom_tit h2 em.icon1 {
    background-position: -95px -30px;
}

.soft_base_box {
    width: 96%;
    margin: 0 auto;
    padding: 30px 15px 15px;
    margin-top: 12px;
    box-sizing: border-box;
    border-radius: 10px;
    position: relative;
    background: #FFFFFF;
    box-shadow: 0 0 10px 0 rgba(221,221,221,0.7);
}

.soft_base_box .img_box {
    display: block;
    width: 112px;
    height: 112px;
    border-radius: 20px;
    overflow: hidden;
    margin: 0 auto;
}

.soft_base_box .img_box img {
    width: 100%;
    height: 100%;
}

.soft_base_box .soft_base_score {
    width: 54px;
    height: 54px;
    padding-top: 19px;
    background: url(../images/bg1.png) no-repeat -55px -90px/250px 250px;
    text-align: center;
    line-height: 54px;
    font-size: 26px;
    color: #FF3838;
    font-family: fantasy;
    position: absolute;
    right: 20px;
    top: 0;
    text-shadow: 1px 1px 0 #FFFFFF, -1px 1px 0 #FFFFFF, -1px -1px 0 #FFFFFF;
}

.soft_base_box dl {
    text-align: center;
}

.soft_base_box dt {
    font-size: 22px;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    margin-top: 20px;
}

.soft_base_box dd.cont1 {
    color: #999999;
    margin-top: 15px;
}

/* .soft_base_box dd.cont1 span{ display: inline-block; width: 120px; margin: 0 7px; } */
.soft_base_box dd.cont1 span {
    width: 120px;
    margin: 0 7px;
}

.soft_base_box dd.cont1 span:nth-child(odd) {
    text-align: right;
}

.soft_base_box dd.cont1 span:nth-child(even) {
    text-align: left;
}

.soft_base_box dd.cont2 {
    width: 100%;
    padding-top: 5px;
}

.soft_base_box dd.cont2 a {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    padding: 0 5px;
    border: thin solid #FB7E37;
    color: #FB7E37;
    text-decoration: none;
    border-radius: 2px;
    margin: 10px 5px 0;
}

.wdj_xz_box {
    width: 96%;
    padding: 0 2%;
    margin-top: 15px;
}

.frm_use_wdj {
    display: block;
    width: 13px;
    height: 13px;
    position: absolute;
    left: 0;
    top: 3px;
    background: url(../images/bg1.png) no-repeat -140px 0/250px 250px;
}

.wdj_xz_btn .btn_xz {
    display: block;
    width: 100%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    box-sizing: content-box;
    background: #FFFFFF;
    color: #4298e7;
    border: thin solid #4298e7;
    text-decoration: none;
    border-radius: 16px;
    margin: 0 auto;
}

.wdj_xz_btn .btn_xz.btn_safe {
    display: none;
    background: #4298e7;
    color: #FFFFFF;
}

.wdj_xz_btn.wdj_xz_safe .btn_xz {
    display: none;
}

.wdj_xz_btn.wdj_xz_safe .btn_xz.btn_safe {
    display: block;
}

.wdj_xz_box>p {
    max-width: 388px;
    text-align: left;
    font-size: 12px;
    color: #999999;
    line-height: 18px;
    padding-left: 20px;
    margin: 8px auto 0;
    position: relative;
}

.wdj_xz_btn.wdj_xz_safe+p .frm_use_wdj {
    background-position: -155px 0;
}

/*弹出框 安全下载*/
.alert_frmDown_layer {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background: rgba(0,0,0,0.6);
}

.alert_frmDown_box {
    width: 88.5%;
    padding-bottom: 75px;
    border: thin solid #4298e7;
    border-radius: 10px;
    overflow: hidden;
    background: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -44.3%;
    z-index: 5;
}

.alert_frmDown_box a {
    text-decoration: none;
}

.alert_tit {
    width: 96%;
    height: 35px;
    line-height: 35px;
    padding: 0 2%;
    color: #FFFFFF;
    font-size: 16px;
    background: #4298e7;
}

.alert_con h1 {
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    padding: 25px 15px 0;
}

.alert_con h2 {
    text-align: center;
    padding: 65px 0 40px;
    font-weight: normal;
    font-size: 18px;
}

.alert_con p {
    color: #999999;
    font-size: 12px;
    padding: 20px 15px 0;
    font-size: 14px;
    text-align: center;
    line-height: 28px;
}

.alert_btn_box {
    width: 100%;
    height: 50px;
    margin: 0 auto;
    overflow: hidden;
    border: 0;
    position: absolute;
    left: 0;
    bottom: 0
}

.alert_btn_box a,.alert_btn_box button {
    display: block;
    float: left;
    border: 0;
    width: 50%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    box-sizing: border-box;
}

.alert_con .frm_sub {
    background: #4298e7;
    color: #FFFFFF;
}

.alert_con .no_sub {
    background: #E7E7E7;
    color: #999999;
}

.alert_frmDown_box .i_close {
    display: block;
    width: 14px;
    height: 14px;
    background: url(../images/bg1.png) no-repeat -130px -20px/250px 250px;
    position: absolute;
    right: 10px;
    top: 10px;
}

/*弹出框 安全预约*/
.alert_order_tit {
    width: 100%;
    height: 48px;
    line-height: 48px;
    background: #4298e7;
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
}

.alert_order_box {
    width: 88.5%;
    padding-bottom: 25px;
    border: thin solid #4298e7;
    border-radius: 10px;
    overflow: hidden;
    background: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -44.3%;
    z-index: 5;
}

.alert_order_box input[type='text'] {
    display: block;
    width: 80%;
    height: 40px;
    text-align: center;
    margin: 20px auto 0;
    border-radius: 5px;
    border: thin solid #EEEEEE;
    color: #666666;
}

.alert_order_opt {
    text-align: center;
}

.alert_order_opt button,.alert_order_opt input[type='submit'] {
    width: 102px;
    height: 36px;
    line-height: 36px;
    border-radius: 3px;
    display: inline-block;
    box-sizing: content-box;
    margin: 20px 10px 0;
}

.alert_order_opt input[type='submit'] {
    background: #4298e7;
    color: #FFFFFF;
}

.alert_order_opt button {
    background: #EFEFEF;
    color: #999999;
}

/*游戏截图*/
.soft_base_imgBox {
    margin-top: 15px;
}

.soft_base_imgBox p {
    text-align: center;
    font-size: 12px;
    margin-top: 8px;
}

.soft_base_imgSwiper {
    width: 100%;
    height: 198px;
}

.soft_base_imgSwiper .swiper-slide {
    width: auto;
    height: 198px;
}

.soft_base_imgSwiper .swiper-slide img {
    width: auto;
    height: 198px;
}

/*简介菜单*/
.soft_cont_menu {
    display: table;
    width: 100%;
    padding-bottom: 10px;
    margin-top: 15px;
    height: 22px;
    border-bottom: thin solid #E3E3E3;
}

.soft_cont_menu li {
    display: table-cell;
    height: 22px;
    line-height: 22px;
    position: relative;
    font-size: 18px;
    text-align: center;
}

.soft_cont_menu li:before {
    content: '';
    display: block;
    width: 1px;
    height: 16px;
    background: #E3E3E3;
    position: absolute;
    left: 0;
    top: 5px;
}

.soft_cont_menu li.one:before {
    display: none;
}

.soft_cont_menu li a {
    color: #333333;
    text-decoration: none;
}

.soft_cont_menu li a,.soft_cont_menu li span {
    position: relative;
    z-index: 2;
    display: block;
}

.soft_cont_menu li.current,.soft_cont_menu li.current a {
    color: #FC723D;
}

.soft_cont_menu li.current:after {
    content: '';
    display: block;
    width: 28px;
    height: 8px;
    border-radius: 4px;
    position: absolute;
    bottom: -1px;
    left: 50%;
    margin-left: -14px;
    z-index: 0;
    background: #fdcea4;
}

/*简介*/
.softIn_con {
    width: 96%;
    margin: 0 auto;
    max-height: 230px;
    overflow: hidden;
}

.softIn_con p {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-top: 13px;
}

.softIn_con img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    height: auto !important;
}

.softIn_con h2 {
    font-size: 18px;
    line-height: 32px;
    font-weight: bold;
    overflow: hidden;
    margin-top: 15px;
}

.softIn_con h2:before {
    content: '';
    display: block;
    float: left;
    width: 6px;
    height: 20px;
    border-radius: 3px;
    margin: 7px 10px 0 0;
    background: #4298e7;
}

.softIn_con h3 {
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    overflow: hidden;
    color: #666666;
    margin-top: 13px;
}

.softIn_con h3:before {
    content: '';
    display: block;
    float: left;
    width: 4px;
    height: 20px;
    border-radius: 2px;
    margin: 5px 10px 0 0;
    background: #4298e7;
}

.softIn_con ol li {
    list-style: inside decimal;
}

.softIn_con li {
    line-height: 32px;
    font-size: 16px;
    color: #666666;
}

.softIn_con ul li {
    padding-left: 15px;
    position: relative;
}

.softIn_con ul li:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #E3E3E3;
    position: absolute;
    left: 0;
    top: 13px;
}

.softIn_con table {
    width: 100%;
    text-align: center;
    background: #FFF8F2;
    border-collapse: collapse;
}

.softIn_con td {
    font-size: 14px;
    width: 33.33%;
    height: 40px;
    border: thin solid #FFA632;
}

.softIn_con td span {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
}

.softIn_con thead td {
    font-size: 18px;
}

.softIn_con_more {
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    float: right;
    color: #4298e7;
    margin: 0px 2% 0 0;
}

/*热门攻略*/
.hotArt_menu_swiper {
    width: 100%;
}

.hotArt_menu_swiper .swiper-slide {
    height: 30px;
    margin-top: 15px !important;
}

.hotArt_menu_swiper .swiper-slide a {
    display: block;
    color: #333333;
    width: 80%;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    text-align: center;
    text-decoration: none;
    background: #EFEFEF;
    border-radius: 5px;
    margin: 0 auto;
}

.hotArt_menu_swiper .swiper-slide a.current {
    background: #4298e7;
    color: #FFFFFF;
}

.hotArt_menu_swiper .swiper-pagination {
    position: static;
    margin-top: 10px;
}

.hotArt_menu_swiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
}

.hotArt_menu_swiper .swiper-pagination-bullet {
    height: 0;
    width: 0;
    background: #e3e3e3;
    outline: none;
    opacity: 1;
    padding: 4px 8px;
    border-radius: 0
}

.hotArt_menu_swiper .swiper-pagination-bullet-active {
    background: #4298e7;
}

.hotArt_menu_swiper .swiper-pagination-bullet:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.hotArt_menu_swiper .swiper-pagination-bullet:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

/*热门视频*/
.softIn_video_list {
    width: 100%;
    padding-top: 3px;
}

.softIn_video_list li {
    float: left;
    width: 46vw;
    max-width: 353px;
    margin: 15px 0 0 0;
    padding: 15px 2% 0;
    border-top: thin solid #EEEEEE;
}

.softIn_video_list li.top1 {
    padding-top: 0;
    border-top: 0;
}

.softIn_video_list .img_box {
    width: 100%;
    height: 26.1vw;
    text-align: center;
    max-height: 201px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    background: #DDDDDD;
}

.softIn_video_list .img_box img {
    display: block;
    width: auto;
    height: 100%;
    margin: 0 auto;
}

.softIn_video_list .img_box em {
    display: block;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(0,0,0,0.5);
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -26px 0 0 -26px;
    z-index: 2;
}

.softIn_video_list .img_box em i {
    display: block;
    width: 42px;
    height: 42px;
    margin: 5px auto 0;
    background: url(../images/bg1.png) 0 -170px/250px 250px;
}

.softIn_video_list h3 {
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    margin-top: 10px;
}

.kindList_swiper {
    padding: 12px 0;
    border-bottom: thin solid #EEEEEE;
    margin-top: 10px;
    box-shadow: 0 -5px 5px 0 rgba(238,238,238,0.7);
}

.kindList_swiper .swiper-slide {
    margin: 0 15px;
    width: auto;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    height: 20px;
    position: relative;
}

.kindList_swiper .swiper-slide a {
    color: #333333;
    text-decoration: none;
}

.kindList_swiper .swiper-slide a.current {
    color: #FC723D;
}

.kindList_swiper .swiper-slide a.current:after {
    content: '';
    display: block;
    width: 28px;
    height: 8px;
    border-radius: 4px;
    background: #FDCEA4;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -14px;
    z-index: -1;
}

/*文章详情页*/
/*tit*/
.artIn_titBox {
    width: 100%;
    margin-top: 12px;
    text-align: center;
}

.artIn_titBox h1 {
    width: 96%;
    font-size: 18px;
    line-height: 30px;
    margin: 10px auto 0;
    font-weight: bold;
}

.artIn_titBox h3 {
    width: 96%;
    color: #999999;
    margin: 10px auto 0;
    font-size: 12px;
}

/*搜索页*/
.searchIn_searchBox {
    width: 96%;
    height: 40px;
    border-radius: 5px;
    background: #EFEFEF;
    margin: 20px auto 0;
}

.searchIn_searchBox input {
    outline: none;
}

.searchIn_searchBox input[type='text'] {
    float: left;
    width: 75%;
    height: 40px;
    margin: 0 0 0 15px;
    color: #555555;
}

.searchIn_searchBox input::-webkit-input-placeholder,.searchIn_searchBox input::-moz-placeholder,.searchIn_searchBox input:-moz-placeholder,.searchIn_searchBox input:-ms-input-placeholder {
    color: 555555;
}

.searchIn_searchBox input[type='submit'] {
    float: right;
    width: 24px;
    height: 24px;
    margin: 8px 15px 0 0;
    background: url(../images/bg1.png) no-repeat -35px 0;
    background-size: 250px 250px;
}

.searchIn_kind_swiper {
    padding-bottom: 12px;
    border-bottom: thin solid #E3E3E3;
    margin-top: 20px;
}

.searchIn_kind_swiper .swiper-slide {
    padding: 0 20px;
    width: auto;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    height: 20px;
    position: relative;
}

.searchIn_kind_swiper .swiper-slide:before {
    content: '';
    display: block;
    width: 1px;
    height: 16px;
    background: #E3E3E3;
    position: absolute;
    left: 0;
    top: 3px;
}

.searchIn_kind_swiper .swiper-slide:first-child:before {
    display: none;
}

.searchIn_kind_swiper .swiper-slide a {
    display: block;
    color: #333333;
    text-decoration: none;
}

.searchIn_kind_swiper .swiper-slide a.current {
    color: #FC723D;
}

.searchIn_kind_swiper .swiper-slide a.current:after {
    content: '';
    display: block;
    width: 28px;
    height: 8px;
    border-radius: 4px;
    background: #FDCEA4;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -14px;
    z-index: -1;
}

.searchIn_noCon {
    width: 100%;
    height: 78vw;
    max-width: 400px;
    max-height: 312px;
    margin: 15px auto 0;
    background: url(../images/bg2.png) no-repeat;
    background-size: 100% 100%;
}

/* 新版m站 */
a {
    color: #444;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

em, i, u, s, b,strong {
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

.top {
    position: relative;
    height: 42px;
    padding: 2px 50px 0 97px;
    z-index: 20;
    background: #4298e7;
}

#logo {
    position: absolute;
    top: 5px;
    left: 0;
    width: 94px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    white-space: nowrap
}

.soBox {
    -webkit-box-sizing: border-box;
    display: -webkit-box;
    -webkit-box-align: center;
    position: relative;
    height: 40px;
}

.soInput {
    position: relative;
    border: none;
    border-radius: 2px 0 0 2px;
    background: #fff;
    -webkit-box-flex: 1;
}

.soInput:before {
    content: '';
    position: absolute;
    top: 6px;
    right: 0;
    width: 1px;
    height: 17px;
    border-right: 1px solid #d9d9d9;
}

.soBtn {
    -webkit-box-sizing: border-box;
    position: relative;
}

.soBtn:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 29px;
    width: 5px;
    height: 27px;
    background: #4298e7;
    z-index: 3;
}

#bdcs-search-form-input {
    text-indent: 10px;
    font-size: 12px;
    border: none;
    border-radius: 7px 0 0 7px;
    height: 28px;
    color: #666;
    -webkit-box-sizing: border-box;
    vertical-align: middle;
    width: 100%;
}

#bdcs-search-form-submit {
    border: none;
    border-radius: 0 3px 3px 0;
    width: 28px;
    height: 28px;
    padding: 1px 0;
    background: #fff url(../images/all_ico.png) 1px -481px no-repeat;
    background-size: 28px auto;
    overflow: hidden;
    text-indent: -9999px;
    position: relative;
}

#mcate {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 40px;
    height: 40px;
    z-index: 1;
}

#mcate b {
    display: block;
    text-indent: -9999px;
    width: 36px;
    height: 36px;
    background: url(../images/all_ico.png) 3px -50px no-repeat;
    background-size: 32px auto;
}

#mcateCont {
    height: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 44px;
    z-index: 10000;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
}

#mcateCont p {
    margin: 10px 15px 5px 15px;
    border: 1px solid #fc6500;
    border-radius: 3px;
    -webkit-box-orient: horizontal;
    display: -webkit-box;
    height: 36px;
}

#mcateCont p span {
    -webkit-box-flex: 1;
    text-align: center;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #fc6500;
    display: block;
    position: relative;
}

#mcateCont p .cur {
    background: #fc6500;
    color: #fff;
}

#mcateCont p span:not(:last-child):after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 36px;
    background: #fc6500;
}

#mcateCont ul {
    margin: 0 10px 15px 10px;
    display: none;
}

#mcateCont .on {
    display: block;
}

#mcateCont li {
    float: left;
    width: 33.33%;
}

#mcateCont li a {
    display: block;
    text-align: center;
    margin: 5px;
    border: 1px solid #d6d6d6;
    padding: 12px 7px;
    color: #999;
}

#mcateCont li a span {
    display: block;
    color: #333;
    padding: 0 0 4px 0;
}

#xmCont {
    display: block;
    clear: both;
    width: 33.33%;
    height: 36px;
    line-height: 36px;
    margin: 0 auto 20px auto;
    border: 1px solid #ffae00;
    border-radius: 3px;
    background: #ffefcc;
    color: #f60;
    text-align: center;
}

/**导航**/
#nav,#nav1 {
    height: 44px;
    line-height: 44px;
    padding: 0 50px 0 0;
    border-bottom: 1px solid #d6d6d6;
    position: relative;
    background: #fff;
}

#nav1 {
    padding: 0 10px;
}

#nav1 .mainNav li {
    width: 16.6%;
}

#nav1 .mainNav li.cur {
    width: 17%;
}

.mainNav {
    zoom:1;clear: both;
}

.mainNav li {
    width: 20%;
    padding: 0;
    float: left;
    color: #333;
}

.mainNav li a {
    display: block;
    text-align: center;
    position: relative;
    font-size: 16px;
}

.mainNav .cur a {
    color: #4298e7;
    font-weight: 600;
}

.pullNav {
    position: absolute;
    width: 44px;
    height: 44px;
    top: 0;
    right: 10px;
    float: right;
}

.pullNav span {
    display: block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
}

.pullNav span i,#topNav span {
    display: inline-block;
    width: 14px;
    height: 10px;
    background: url(../images/all_ico.png) 0 -115px no-repeat;
    background-size: 20px auto;
    vertical-align: middle;
}

.open span i,#topNav li.sq span {
    background-position: 0 -125px;
}

.moreNav {
    display: none;
    position: absolute;
    right: 0;
    top: 44px;
    width: 100px;
    background: #fff;
    border: 1px solid #d6d6d6;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    z-index: 999;
    line-height: 34px;
}

.moreNav li {
    border-bottom: 1px solid #d6d6d6;
}

.moreNav li a {
    display: block;
    font-size: 16px;
    text-align: center;
}

/*头部导航*/
#topNav {
    line-height: 49px;
    background: #fff;
}

#topNav ul {
    overflow: hidden;
    *zoom:1;}

#topNav li {
    width: 20%;
    padding: 0;
    float: left;
    color: #333;
    text-align: center;
}

#topNav .hide {
    display: none;
}

/**图片**/
.img-focus {
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin-bottom: 10px;
}

.focus-pic li {
    width: 100%;
    height: 150px;
    overflow: hidden;
    float: left
}

.focus-pic img {
    width: 100%;
    height: 150px;
}

#wrapper8 {
    position: relative;
}

.circle {
    position: absolute;
    left: 0;
    top: 130px;
    height: 10px;
    width: 100%;
    text-align: center
}

.circle span {
    display: inline-block;
    margin: 0 2px;
    text-indent: -9999px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
}

.circle .active {
    background-color: #4dba50;
}

.list,.tszj,.yl,.bottom {
    clear: both;
}

.list ul li {
    padding: 10px 5px 10px 10px;
    overflow: hidden;
    zoom:1;position: relative;
    border-bottom: 1px solid #e8e8e8;
}

.list ul li .img {
    margin-right: 10px;
    display: block;
    width: 65px;
    float: left;
}

.list ul li img {
    width: 65px;
    height: 65px;
    border-radius: 8px;
}

.list ul li p {
    -webkit-box-flex: 1;
    color: #777;
    overflow: hidden;
    padding-right: 70px;
}

.list ul li p em {
    margin: 7px 0;
}

.list ul li p a {
    display: block;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    font-size: 15px;
    color: #000
}

.list ul li p span {
    display: block;
    line-height: 16px;
    height: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font: 12px "\5FAE\8F6F\96C5\9ED1";
}

.list ul li p u {
    margin: 0 6px;
    padding: 0 6px;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
}

.list ul li .btn {
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: #94c804;
    position: absolute;
    right: 10px;
    top: 25px;
    border-radius: 2px;
}

.spicSlide {
    height: 113px;
    overflow: hidden;
}

.zt,#wrapper {
    width: 100%;
    float: left;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

#wrapper {
    padding: 7px 0 0 0;
}

.zt > div,#scroller {
    width: 1100px;
    height: 100px;
    overflow: hidden;
    float: left;
    padding: 2px 2px 10px 10px;
    border-bottom: 1px solid #e2e2e2;
}

#scroller {
    border: none;
    padding: 2px 2px 3px 10px;
}

.zt ul,#thelist {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

.zt li,#thelist li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left;
    width: 200px;
    text-align: center;
    /*height:100px; margin:0 8px 0 0;*/
}

.zt li img,#wrapper li img {
    width: 200px;
    height: 100px;
    display: block;
    margin: 0 auto 3px auto;
    border-radius: 5px;
}

#cwrap,#cwrap1,#cwrap2 {
    width: 100%;
    position: relative;
    z-index: 1;
}

#cscroll,#cscroll1,#cscroll2 {
    height: 100%;
    float: left;
    padding: 0;
}

#cscroll > ul > li,#cscroll1 > ul > li,#cscroll2 > ul > li {
    float: left;
    width: 33.33%;
}

.tszj ul {
    padding-bottom: 10px;
}

.tszj li {
    font-size: 12px;
    float: left;
}

.tszj li a {
    display: block;
    border-radius: 20px;
    padding: 0 10px;
    background: #ECECEC;
    height: 32px;
    line-height: 32px;
    margin: 15px 0 0px 6px;
    overflow: hidden;
    text-align: center;
}

.yl ul li {
    float: left;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    margin: 10px 0 0 10px;
    font-size: 12px;
    border: 1px solid #ccc;
    border-radius: 10px;
}

footer.bottom {
    width: 100%;
    margin: 15px 0 0 0;
    border-top: 1px solid #d9d9d9;
    background: #ebebeb;
    text-align: center;
    position: relative;
    position: absolute;
    left: 0;
    right: 0;
}

.search-page .main {
    padding-bottom: 40px;
}

.search-page .main .sub-title {
    background: #f0f0f0;
    line-height: 40px;
    text-indent: 15px;
}

.search-page .main .sub-title strong {
    color: #f60;
    padding: 0 4px;
}

.search-page footer.bottom {
    position: fixed;
    bottom: 0;
}

#down-page {
    background: #f2f2f2;
}

#down-page .top h1 {
    display: inline;
    color: #94c804;
}

#down-page footer.bottom {
    position: relative;
    clear: both;
}

footer.bottom #goTop {
    position: absolute;
    right: 10px;
    top: 12px;
    text-indent: -9999px;
    width: 26px;
    height: 26px;
    background: #ccc url(../images/all_ico.png) 3px -271px no-repeat;
    background-size: 24px auto;
}

footer.bottom p {
    height: 46px;
    line-height: 46px;
}

footer.bottom p a {
    padding: 0 10px;
}

/**游戏**/
.newgame {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 12px;
    margin-bottom: 5px
}

.game .vlist li {
    height: 104px;
}

.vlist li a span {
    height: 25px;
    line-height: 25px;
}

.game .bt,.list .bt,.list .bt,.tszj .bt,.bgbt,.yl .bt {
    border-bottom: none;
    height: 40px;
    line-height: 40px;
}

.game .bt b,.list .bt b,.tszj .bt b,.bgbt b,.yl p b {
    border: none;
    line-height: 40px;
    color: #000
}

.game .bt .more,.list .bt .more,.tszj .bt .more,.bgbt .more {
    float: right;
    line-height: 40px;
    font-size: 12px;
    margin-right: 8px;
    padding-right: 16px;
    color: #999;
    background: url(../images/snav.png) 44px -242px no-repeat;
    background-size: 30px auto
}

.spicSlide {
    padding: 10px 0 6px 0;
    border-bottom: 1px solid #e8e8e8
}

.spicSlide #scroller2 {
    border-bottom: none
}

.yxdj {
    border-bottom: none
}

/**最新内容**/
.newlist ul li p span {
    line-height: 24px;
    height: 24px;
}

.newlist ul li p u {
    margin: 4px 6px 0 0;
    padding: 0 6px 0 0;
    border-left: none;
}

.newlist ul li p .vis {
    padding-left: 18px;
    background: url(../images/snav.png) -6px -257px no-repeat;
    background-size: 26px auto
}

.newlist ul li p .time {
    padding-left: 18px;
    border-right: none;
    background: url(../images/snav.png) -6px -293px no-repeat;
    background-size: 26px auto
}

.newlist ul li .btn {
    width: 40px;
    height: 30px;
    padding-top: 33px;
    color: #4298e7;
    top: 12px;
    background: none
}

.newlist ul li .btn .bg {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 100%;
    height: 30px;
    background: url(../images/snav.png) 9px -175px no-repeat;
    background-size: 26px auto;
}

/*.tszj{ margin-bottom:0} .tszj ul{ padding-bottom:0px}
.tszj li{ width:25%; float:left; height:30px; line-height:30px; background:none; margin-bottom:8px;padding: 0 4px 10px 4px;-webkit-box-sizing: border-box;}*/
.tszj li a {
    height: 24px;
    line-height: 24px;
    background: none;
    /* border-radius:0; border:1px solid #f0f0f0; font-size:14px;*/
    padding: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 5px;
    margin: 0
}

.tszj li:nth-child(1) a {
    color: #4dba50
}

.tszj li:nth-child(2) a {
    color: #4d90ba
}

.tszj li:nth-child(3) a {
    color: #966de1
}

.tszj li:nth-child(4) a {
    color: #4d90ba
}

.tszj li:nth-child(5) a {
    color: #ff9a98
}

.tszj li:nth-child(6) a {
    color: #5bc3af
}

.tszj li:nth-child(7) a {
    color: #ff7573
}

.tszj li:nth-child(8) a {
    color: #4dba50
}

.vlist li .pic {
    width: 65px;
    overflow: hidden;
    margin: 0 auto;
}

.vlist li a.tit {
    display: block;
    height: 32px;
    line-height: 16px;
    overflow: hidden;
    width: 80px;
    margin: 0 auto;
    margin-top: 5px;
    overflow: hidden;
    text-align: center;
    font-size: 12px;
    color: #000
}

#nav {
    position: relative;
}

/* add 2016/2/23 */
.button-footer {
    height: 34px;
    text-align: center;
    line-height: 34px;
    overflow: hidden;
    color: #666;
    position: relative;
}

/* add 2018/12/18 */
.getMore {
    line-height: 30px;
    color: #aaa;
    text-align: center;
    margin-top: 15px;
}

.getMore a {
    color: #aaa;
}

/*yl*/
.yl {
    background: #fff;
    clear: both;
    display: block;
}

.yl p {
    height: 40px;
    font-size: 16px;
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
}

.yl p b {
    display: block;
    position: absolute;
    bottom: -1px;
    left: 10px;
    line-height: 40px;
}

.yl ul {
    zoom: 1;overflow: hidden;
}

.yl li {
    float: left;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    margin: 10px 0 0 10px;
    font-size: 12px;
    border: 1px solid #ccc;
    border-radius: 10px;
}

/* 弹性盒样式 */
.flex {
    display: flex;
    align-items: center
}

.flex.flex-column {
    flex-direction: column;
}

.flex.flex-between {
    justify-content: space-between;
}

.flex.flex-center {
    justify-content: center;
}

.flex.flex-wrap {
    flex-wrap: wrap;
}

/*通用样式*/
.midd_icon {
    display: block;
    text-indent: -99em;
    background: url('../images/midd_icon.png') no-repeat !important;
    background-size: 85px auto !important;
}

.click_icon {
    background-position: 0px 0px!important;
    width: 18px !important;
    height: 18px !important;
}

.hykb_title {
    background-position: 0px -141px!important;
    width: 85px !important;
    height: 21px !important;
}

.menu1_icon {
    background-position: 0px -285px!important;
    width: 39px !important;
    height: 37px !important;
}

.menu2_icon {
    background-position: 0px -245px!important;
    width: 41px !important;
    height: 37px !important;
}

.menu3_icon {
    background-position: 0px -205px!important;
    width: 36px !important;
    height: 37px !important;
}

.menu4_icon {
    background-position: 0px -165px!important;
    width: 32px !important;
    height: 37px !important;
}

.menu5_icon {
    background-position: 0px -325px!important;
    width: 35px !important;
    height: 37px !important;
}

.xykd_title {
    background-position: 0px -117px!important;
    width: 85px !important;
    height: 21px !important;
}

.xysp_title {
    background-position: 0px -93px!important;
    width: 85px !important;
    height: 21px !important;
}

.yxgl_title {
    background-position: 0px -69px!important;
    width: 85px !important;
    height: 21px !important;
}

.yxhj_title {
    background-position: 0px -45px!important;
    width: 85px !important;
    height: 21px !important;
}

.yxtt_title {
    background-position: 0px -365px!important;
    width: 49px !important;
    height: 47.5px !important;
}

.zxnr_title {
    background-position: 0px -21px!important;
    width: 85px !important;
    height: 21px !important;
}

/*首页标题*/
.index-title {
    margin: 0 10px;
    border-left: #4298e7 5px solid;
    padding-left: 5px
}

.index-title b,.index-title a {
    display: block;
}

.index-title a {
    background: #eee;
    border-radius: 15px;
    padding: 0 10px;
    color: #999;
    line-height: 24px;
}

/*头部lgo*/
.midd-header {
    height: 53px;
    padding: 0 12px;
    border-bottom: 1px solid #e5e5e5;
    background: #4298e7;
    display: flex;
    align-items: center
}

.midd-header-r {
    display: flex;
    flex: 1;
    justify-content: right;
    align-items: center;
}

.midd-header #idd-logo {
    color: #fff;
    font-size: 24px;
    font-family: "楷体";
    height: 39px;
    width: 140px
}

.midd-header .cate-btn {
    position: relative !important;
    width: 24px !important;
    height: 24px !important;
    top: 0 !important;
    right: 0 !important;
    margin-left: 12px;
}

.midd-header .cate-btn b {
    background: url(../img/cate_icon.png) no-repeat !important;
    background-size: 100% auto !important;
    width: 24px !important;
    height: 24px !important;
}

.midd-header .search-btn {
    width: 24px;
    height: 24px;
    background: url(../images/search_icon.png) no-repeat;
    background-size: 100% auto;
}

.midd-cate {
    top: 54px!important;
}

.midd-header .search-input {
    color: #858585;
    border: 1px solid #fff;
    border-radius: 12px;
    margin-right: 5px;
    height: 22px;
    font-size: 12px;
    padding: 2px 10px;
    background: #fff;
}

/* 浏览器兼容 */
.midd-header .search-input::input-placeholder {
    color: #858585;
}

.midd-header .search-input::-webkit-input-placeholder {
    color: #858585;
}

.midd-header .search-input::-moz-placeholder {
    color: #858585;
}

.midd-header .search-input:-moz-placeholder {
    color: #858585;
}

.midd-header .search-input:-ms-input-placeholder {
    color: #858585;
}

/*头部导航*/
#topNav {
    background: #fff
}

#topNav ul {
    overflow: inherit;
    display: flex;
}

#topNav ul li {
    float: none;
    flex: 1;
    width: auto
}

#topNav .mainNav a {
    color: #858585;
}

#topNav .mainNav em {
    display: inline-block;
    margin-bottom: -1px;
    white-space: nowrap;
    height: 36px;
    line-height: 36px;
}

#topNav .mainNav .cur em {
    border-bottom: 2px solid #4298e7;
    color: #4298e7;
    font-weight: bold;
}

/*轮播*/
.img-focus {
    margin: 0;
}

.circle {
    top: 110px;
}

.circle span {
    width: 10px;
    height: 10px;
    margin: 0 3px;
    background: rgba(255,255,255,.5)
}

.circle span.active {
    width: 20px;
    border-radius: 30px;
}

/*游戏头条*/
.index-gameTt {
    border-top: #f2f2f2 5px solid;
    padding: 15px 10px 20px 10px;
}

.index-gameTt .midd_icon {
    border-right: #ddd 1px solid;
    margin-right: 10px;
    padding-right: 10px;
}

.index-gameTt ul {
    flex: 1;
    overflow: hidden;
}

.index-gameTt ul li {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 24px;
    color: #101010;
    font-weight: bold;
}

/*好游快爆*/
.index-gameRec .index-title {
}

.index-gameRec ul li {
    width: 23%;
    text-align: center;
    margin: 15px 1% 0 1%;
}

.index-gameRec ul li a {
    display: block;
}

.index-gameRec ul li img {
    display: block;
    width: 65px;
    height: 65px;
    margin: 0 auto;
    border-radius: 15px;
}

.index-gameRec ul li .tit {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 30px;
    width: 90%;
    margin: 0 auto;
}

.index-gameRec ul li .btn {
    background: #4298e7;
    line-height: 22px;
    color: #fff;
    width: 50%;
    margin: 0 auto;
}

/*游戏攻略*/
.index-gameGl {
    padding: 20px 0;
}

.index-gameGl ul {
    padding: 0 10px;
}

.index-gameGl ul li {
    margin: 15px 0 0 0;
}

.index-gameGl ul li .pic {
    margin-right: 10px
}

.index-gameGl ul li .info {
    height: 67px;
    flex: 1;
    overflow: hidden;
}

.index-gameGl ul li .pic img {
    width: 120px;
    height: 67px;
    border-radius: 10px
}

.index-gameGl ul li .info b {
    max-height: 38px;
    overflow: hidden;
    display: block;
    width: 100%
}

.index-gameGl ul li .info b a {
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.index-gameGl ul li .info .bottom {
    width: 100%
}

.index-gameGl ul li .info .bottom span {
    color: #999;
    font-size: 12px
}

.index-gameGl ul li .info .bottom span i {
    margin-right: 5px
}

/*好游快爆*/
.index-gameRec {
    padding: 0 0 20px 0;
}

#gameRec {
    padding: 0;
}

/*合集*/
.index-gameHj {
}

.index-gameHj ul {
    padding: 15px 0;
}

.index-gameHj ul li {
    width: 46%;
    margin: 0 2%;
    line-height: 40px;
    text-align: center;
}

.index-gameHj ul li img {
    display: block;
    width: 165px;
    height: 83px;
    margin: 0 auto;
    border-radius: 15px;
    overflow: hidden;
}

.index-gameHj ul li b {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/*更多*/
#moreList .index-title {
    margin-bottom: 10px
}

#getMore {
    line-height: 40px;
    text-align: center;
    display: block;
    color: #999;
}

/* 详情弹框 */
#wrapper {
    width: 100%;
    float: left;
    position: relative;
    z-index: 0;
    overflow: auto;
    padding: 10px 0 2px 0;
    background: #f2f2f2;
}

#scroller {
    width: 100%;
    height: 100%;
    float: left;
    padding: 0 5px 6px 5px;
    overflow: auto;
}

#scroller ul {
    display: flex;
    float: left;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

#scroller li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left;
    width: 152px;
    text-align: center;
}

#scroller li img {
    border: 1px solid #fff;
    width: 140px;
    border-radius: 10px;
}

/**swiper**/
.swiper-container {
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.swiper-slide {
    display: block;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10;
}

.swiper-container-horizontal>.swiper-pagination {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    margin: 0 2px;
    border-radius: 100%;
    background: #fff;
}

.swiper-pagination-bullet-active {
    background-color: #ff8800 !important;
}

/*查看图片*/
.light-box {
    position: fixed;
    top: 0;
    z-index: 999999999;
    width: 100%;
    height: 100%;
    max-width: 750px;
    background: rgba(0,0,0,.9)
}

.light-box>div {
    height: 100%;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.light-box ul,.light-box li {
    height: 100%;
    width: 100%;
}

.light-box .swiper-slide img {
    line-height: 100%;
    max-width: 100%;
    max-height: 80%;
}

.light-box .swiper-slide {
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -webkit-box-align: center;
}

.light-box .swiper-container-horizontal>.swiper-pagination {
    right: 2rem!important;
    top: 2rem!important;
    display: inline;
    width: auto;
    height: 1.8rem;
    text-align: right;
    color: #c5c5c5;
    font-style: italic;
}

.light-box .swiper-pagination-current {
    font-size: 1.8rem;
    color: #fff;
}

.light-box .close {
    display: block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    position: absolute;
    left: 1rem;
    top: 2rem;
    font-size: 0;
    z-index: 99999;
    cursor: pointer;
}

.light-box .close:before,.light-box .close:after {
    content: '';
    position: absolute;
    left: 1.2rem;
    top: .2rem;
    display: block;
    width: .13rem;
    height: 1.8rem;
    background: #ccc;
    font-size: 0;
    vertical-align: middle;
}

.light-box .close:before {
    -webkit-transform: rotate(45deg);
}

.light-box .close:after {
    -webkit-transform: rotate(-45deg);
}
