@font-face {
    font-family: 'icon_mach';  /* project id 879254 */
    src: url('https://at.alicdn.com/t/font_879254_np714vcccto.eot');
    src: url('https://at.alicdn.com/t/font_879254_np714vcccto.eot?#iefix') format('embedded-opentype'),
    url('https://at.alicdn.com/t/font_879254_np714vcccto.woff') format('woff'),
    url('https://at.alicdn.com/t/font_879254_np714vcccto.ttf') format('truetype'),
    url('https://at.alicdn.com/t/font_879254_np714vcccto.svg#icon_mach') format('svg');
}
.icon_mach{
    font-family:"icon_mach";
    font-size:16px;font-style:normal;
    display: inline-block!important;
    background: none!important;
}
.bre1 > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "|";
}
.bre1 li.active{
    color: #e23435 ;
}

.fl{
    float: left;
}
.fr{
    float: right;
}
.w_800{
    width: 800px;
    padding-top:5px;
    float: left;
    display: inline-block;
}
.mt30{
    margin-top: 30px;
}
.index_news_tab .tab-item{
    border-top: 0px;
}
.index_news_tab .tab_content>li{
    padding: 0px;
}
.article_list>li{
    padding: 15px 0;
    padding-top: 14px;
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
    margin-top: 9px;
    position: relative;
    overflow: hidden;
    display: block;
    transition: all .3s;
}
/*
.article_list>li:hover{
    border: 2px solid #fff;
    -webkit-box-shadow: 0 0 8px 0 #808080;
    -moz-box-shadow: 0 0 8px 0 #808080;
    -o-box-shadow: 0 0 8px 0 #808080;
    -ms-box-shadow: 0 0 8px 0 #808080;
    box-shadow: 0 0 8px 0 #808080;
}*/
.article_list .lsit_img{
    width:145px;
    height: 90px;
    margin-right: 10px;

}
.icon-shijian{
    color: #b2b2b2;
    font-size: 14px;
    /*vertical-align: middle;*/
    line-height: 15px;
}
.article_list .time{
    color: #b2b2b2;
    font-size:14px;
    margin-bottom: 5px;
}
.article_list .title{
    font-size: 20px;
    color: #333;
    display:block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 24px;
    line-height:20px;
    margin-bottom: 10px;
    font-weight: 600;
}
.article_list li:hover .title{
    color:#00a0ff;
}
.article_main .article_conter{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    color: #808080;
    height: 75px;
    font-size: 14px;
    line-height: 25px;
}
.article{
    width: 600px;
    overflow: hidden;
    position: relative;
    margin-left: 5px;
}
.article2{
    width:800px ;
}
.article .lookmore{
    font-size: 12px;
    color: #999;
    margin-top: 5px;
    display: block;
}
/*.index_news_tab{*/
/*margin-bottom:35px;*/
/*}*/
.page_fenye{
    padding-top: 30px;
    display: block;
}
.video_rank{
    background: #fff;
    height: auto;
    padding-bottom: 5px;
    position: relative;
}
.mt15{
    margin-top: 15px;
}

.tab_list .list_item {
    clear: both;
    height: 65px;
    margin: 15px 0;
    display: block;
    position: relative;
    padding: 0 0 0 10px ;
}
.list_item .figure {
    float: left;
    height: 65px;
    width: 135px;
    padding-right: 10px;
}
.list_item .tu {
    position: relative;
}
.list_item img {
    width: 100%;
    height: 100%;
    display: inline-block;
    background: #cccccc;
}
.figure_title {
    font-size: 14px;
    display: block;
    height: 50px;
    margin-top: 0px;
}
.figure_title a {
    line-height: 20px;
    color: #666;
}
.figure_title a:hover{
    color: #00a0ff;
}
.figure_count {
    color: #999;
    line-height: 15px;
}
.figure_count_num {
    background: url(../image/icon/people-number.html) no-repeat left;
    padding-left: 20px;
    font-size: 12px;
}
.list_item .yellonum {
    position: absolute;
    bottom: 0;
    color: #FFFFFF;
    background: #ff5703;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
}
.list_item:nth-child(4) .yellonum ,.list_item:nth-child(5) .yellonum,.list_item:nth-child(6) .yellonum ,.list_item:nth-child(7) .yellonum ,.list_item:nth-child(8) .yellonum {
    background: #b7b7b7;
}
.text-overflow{
    display:block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.text-overflow2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
}
#list_tab{
    position: absolute;
    top:5px;
    right: 0px;

}
#list_tab{
    width: 100px;
    height: 20px;
    border-radius:5px;
    overflow: hidden;
}
#list_tab li{
    float: left;
    width: 50px;
    text-align: center;
    height: 20px;
    background: #fff;
    color: #fff;
    line-height: 20px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;

}
#list_tab li a{
    color: #333;
}
#list_tab li.title_cur{
    background: #ff5703;
}
#list_tab li.title_cur a{
    color: #fff;
}
.tab_list{
    display: none;
}
.video_rank2 li{
    width: 355px !important;
}
.video_rank li{
    padding:0 12px 12px 10px;
    margin: 0;
}
.index_video li:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
}
.video_rank2 ul{
    padding-bottom: 0;
}
.m_hotPlay {
    height: 146px;
}
#breadcrumb {
    list-style: none;
    display: inline-block;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 0 2px 0 #fc6c25;
    -moz-box-shadow: 0 0 2px 0 #fc6c25;
    -o-box-shadow: 0 0 2px 0 #fc6c25;
    -ms-box-shadow: 0 0 2px 0 #fc6c25;
    box-shadow: 0 0 2px 0 #fc6c25;
}
#breadcrumb .iconfont {
    font-size: 16px;
}
#breadcrumb li {
    float: left;
}
#breadcrumb li a {
    color: #fc6c25;
    display: block;
    background: #ffeee5;
    text-decoration: none;
    position: relative;
    height: 40px;
    line-height: 40px;
    padding: 0 10px 0 5px;
    text-align: center;
    margin-right: 23px;
    font-size: 16px;
}
#breadcrumb li:nth-child(even) a {
    background-color: #ffeee5;
}
#breadcrumb li:nth-child(even) a:before {
    border-color: #ffeee5;
    border-left-color: transparent;
}
#breadcrumb li:nth-child(even) a:after {
    border-left-color: #ffeee5;
}
#breadcrumb li:first-child a {
    padding-left: 15px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -ms-border-radius: 4px 0 0 4px;
    -o-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}
#breadcrumb li:first-child a:before {
    border: none;
}
#breadcrumb li:last-child a {
    padding-right: 15px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}
#breadcrumb li:last-child a:after {
    border: none;
}
#breadcrumb li a:before, #breadcrumb li a:after {
    content: "";
    position: absolute;
    top: 0;
    border: 0 solid #ffeee5;
    border-width: 20px 10px;
    width: 0;
    height: 0;
}
#breadcrumb li a:before {
    left: -20px;
    border-left-color: transparent;
}
#breadcrumb li a:after {
    left: 100%;
    border-color: transparent;
    border-left-color: #ffeee5;
}
#breadcrumb li a:hover,#breadcrumb li.active {
    background-color: #ff5703;
    color: #fff;
}
#breadcrumb li a:hover:before,#breadcrumb li.active a:before {
    border-color: #ff5703;
    border-left-color: transparent;
}
#breadcrumb li a:hover:after,#breadcrumb li.active a:after {
    border-left-color: #ff5703;
}
#breadcrumb li a:active,#breadcrumb li.active a{
    background-color: #ff5703;
    color: #fff;
}
#breadcrumb li a:active:before {
    border-color: #ff5703;
    border-left-color: transparent;
}
#breadcrumb li a:active:after {
    border-left-color: #d80a0a;
}
.first_page:hover{
    color: #fff!important;
}
.current_page{
    background: #00a0ff;
    color: #fff!important;
}
.last_page:hover{
    color: #fff !important;
}
.bg-white{
    background: #fff;
}
.container{
    position: relative;
    display: block;
    overflow: hidden;
}
.wrap_bg {
    margin-top: 30px;

    position: relative;
    display: inline-block;
    padding-top: 20px;
    margin-bottom: 30px;
}
#breadcrumb1 li{
    float: left;
}

.bread a{
    color: #333;
    font-size: 14px;
    font-family: Arial,Helvetica,'Hiragino Sans GB','Microsoft YaHei',sans-serif;
}
.bread a:hover{
    color: #ff5703;
}
.border_right{
    border-right: 1px solid #F2F2F2;
    padding-right: 20px;
}

.video_rank {
    border: none;
}
.border_left{
    border-left: 1px solid #F2F2F2;
}

.mt{
    margin-top: 10px;
}
.part_title{
    margin-left: 10px;
    margin-right: 0px;
}
.bread{
    margin-top: -2px;
}
.floor2_right{
    float: right;
    margin-left:15px;
    padding-left: 3px;
    padding-top:5px;
}
.index_news_tab a:hover, .index_news_tab a.hot{
    color: #00a0ff;
}
.tab_content {
    display: inline-block;
    width: 100%;
}
.w1200 {
    width: 1226px;
    margin: 0 auto;
}


.floor2_right {
    float: left;
    width: 348px;
    background: #ffffff;
    margin-left: 15px;
}

.bgf5{
    background: #f5f5f5;
    display: inline-block;
    width: 100%;
}
.part_title{
    margin:0 12px;
    border-bottom: 2px solid #e6e6e6;
}
.part_title .name{
    display: inline-block;
    padding: 16px 0 8px 0;
    font-size: 16px;
    line-height: 16px;
    border-bottom: 2px solid #d80b0b;
    margin-bottom: -2px;
}
.video_rank{
    height: 522px;
}
.video_rank .top_one{
    padding: 15px 12px 0 12px;
}
.video_rank ul{
    padding-top: 15px;
    padding-bottom: 20px;
}
.video_rank li{
    padding: 0 12px 15px 12px;
}
.video_rank li .num{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #b7b7b7;
    color: #ffffff;
    line-height: 20px;
    text-align: center;
    margin-right: 10px;
    float: left;
}
.video_rank li.top .num{
    background: #ff5703;

}
.video_rank li .title{
    font-size: 14px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 290px;
    display: inline-block;
}
.video_rank li .title:hover{
    color: #ff5703;
}
.hot_comment{
    width: 348px;
    border: 1px solid #e6e6e6;
    background: #ffffff;
    margin-top: 15px;
}
.hot_comment .comment_list{
    padding: 10px 12px 0 12px;
}
.hot_comment .comment_list li{
    margin-bottom: 13px;
}
.hot_comment .comment_list .img_holder{
    width: 60px;
    height: 60px;
    float: left;
}
.hot_comment .comment_list .comment_content{
    float: left;
    width: 254px;
    padding-left: 8px;
}
.hot_comment .comment_list .comment_content p{
    font-size: 14px;
    color: #333;
    position: relative;
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
}

.hot_comment .comment_list .comment_content .username{
    text-align: right;
    color: #4dbc91;
}
.index_floor2{
    margin-top: 15px;
}
.floor2_left{
    width: 837px;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    float: left;
}
.index_video_tab .tab-item,.index_gallery_tab .tab-item ,#tab-item_game{
    margin: 0 12px;
    border-bottom: 2px solid #e6e6e6;
}
.floor6_left{
    width: 845px;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    float: left;
}
.floor6_left .game-icon{
    width: 120px;
    margin-right: 19px;
    text-align: center;
}
.floor6_left .game-name{
    text-align: center;
    padding-bottom: 10px;
}
#tab-item_game_conter{
    margin-top: 15px;
    margin-left: 14px;
}
.index_video_tab .tab-item li,.index_gallery_tab .tab-item li, #tab-item_game li{
    margin-right: 30px;
    text-align: center;
    font-size: 16px;
    color: #000;
    display: inline-block;
    padding: 16px 0 8px 0;
    line-height: 16px;
    cursor: pointer;
}
.index_video_tab .tab-item li.active,.index_gallery_tab .tab-item li.active , #tab-item_game li.active{
    border-bottom: 2px solid #d80b0b;
    margin-bottom: -2px;
}
.more{
    display: inline-block;
    font-size: 14px;
    line-height: 43px;
    color: #808080;
    float: right;
}
.more:hover{
    color: #ff5703;
}
.index_video_tab .tab_content{
    padding: 15px 12px 0 12px;
}
.index_video_tab .tab_content>li,.index_gallery_tab .tab_content>li {
    display: none;
}
.index_video_tab .tab_content>li.active,.index_gallery_tab .tab_content>li.active{
    display: block;
}



.m_imgItem {
    position: relative;
    display: block;
    margin-bottom: 17px;
    overflow: hidden;
    text-align: center;
}
.m_imgItemPlay {
    display: block;
    background: #fbfbfb;
    border: 1px solid #ededed;
}
.m_games_body li{
    width: 285px;
    margin-right: 20px;
    float: left;
}
.m_games_body li:last-of-type{
    margin-right: 0;
}
.m_imgItemPlay{
    display: block;
    background: #fbfbfb;
    border: 1px solid #ededed;
}
.m_gameMain {
    position: relative;
    padding: 0 10px 5px;
    margin-top: -26px;
    font-size: 12px;
}
.m_gameMainTime {
    position: absolute;
    right: 10px;
    top: -10px;
    color: #fff;
}
.m_gameMainUserImg {
    position: absolute;
    width: 40px;
    height: 40px;
    top: -14px;
    left: 8px;
    border: 1px solid #fff;
}
.m_gameMainUserName {
    padding: 10px 0px 0px 43px;
    height: 25px;
    line-height: 14px;
    color: #808080;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.m_gameMainTitle {
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.m_gameMainTitle {
    color: #333;
    font-size: 14px;

    height: 40px;
    line-height: 40px;
    width: 220px;
    overflow: hidden;

    white-space: nowrap;
}
.m_myPanel {
    position: relative;
    color: #bdbdbd;
    display: inline-block;
    z-index: 3;
    margin: 10px 0;
    margin-bottom: 0;
    line-height: 40px;
}
.m_anchor{
    padding-bottom: 5px;
    border-bottom: 1px solid #ededed;
}
.m_anchor .m_anchor_title{
    width: 248px;
    height: 64px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ededed;
}
.m_anchor .anchor_recommend{
    font-size: 20px;
    line-height: 58px;
}
.m_anchor .anchor_more{
    font-size: 14px;
    margin-top: 21px;
}
.m_anchor_list{
    width: 248px;
}
.m_anchor_list .m_anchor_item{
    float: left;
    width: 76px;
    text-align: center;
    margin: 0 10px 20px 0;
}
.m_anchor_list .m_anchor_item p{
    display:block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.m_anchor_list .m_anchor_item:nth-of-type(3n){
    margin-right: 0;
}
.m_hotPlayIcon:hover {
    transform: scale(1.2);
    transition: all 0.2s ease-out;
    -webkit-transform: scale(1.2);
    -webkit-transition: all 0.2s ease-out;
    -moz-transform: scale(1.2);
    -moz-transition: all 0.2s ease-out;
}
.m_hotPlayIcon {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 38px;
    height: 38px;
    margin-left: -20px;
    margin-top: -20px;
    background: url(../../../../../../static.shenyou.cn/image/t0138e94bccfb3b7fe5.png) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}
.m_hotPlay {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    background-color: black;
    opacity: .3;
    -ms-filter: "alpha(opacity=40)";
    filter: alpha(opacity=30);
    overflow: hidden;
}
.m_imgItem:hover .m_hotPlay, .m_imgItem:hover .m_hotPlayIcon, .m_playSideImg:hover .m_hotPlay, .m_playSideImg:hover .m_hotPlayIcon {
    display: block;
}
.games{
    margin-bottom: 10px;
}
.m_myPanelRight .glyphicon-comment{
    vertical-align: super;
}
.m_myPanelRight img{
    width: 16px;
    height: 16px;
}
.index_video li{
    width: 341px!important;
    margin-right: 14px;
    margin-bottom: 15px;
}
.index_video li:nth-of-type(3n){
    margin-right: 0!important;
}
.video_rank{
    height: 522px;
}
@font-face {
    font-family: 'icon_mach';  /* project id 879254 */
    src: url('https://at.alicdn.com/t/font_879254_np714vcccto.eot');
    src: url('https://at.alicdn.com/t/font_879254_np714vcccto.eot?#iefix') format('embedded-opentype'),
    url('https://at.alicdn.com/t/font_879254_np714vcccto.woff') format('woff'),
    url('https://at.alicdn.com/t/font_879254_np714vcccto.ttf') format('truetype'),
    url('https://at.alicdn.com/t/font_879254_np714vcccto.svg#icon_mach') format('svg');
}
.icon_mach{
    font-family:"icon_mach";
    font-size:16px;font-style:normal;
    display: inline-block!important;
    background: none!important;
}
.video_rank .top_one{
    padding: 15px 12px 0 12px;
}
.video_rank ul{
    padding-top: 15px;
    padding-bottom: 20px;
}
.video_rank li{
    padding: 0 12px 15px 12px;
}
.video_rank li .num{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #b7b7b7;
    color: #ffffff;
    line-height: 20px;
    text-align: center;
    margin-right: 10px;
    float: left;
}
.video_rank li.top .num{
    background: #ff5703;

}
.video_rank li .title{
    font-size: 14px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 290px;
    display: inline-block;
}
.video_rank li .title:hover{
    color: #ff5703;
}
.active{
    color: #00b3f1;
}
.tab_name a{
    font-size: 18px;
    margin-top: 20px;
    display: inline-block;
}
.video-list{
    margin-left: -14px;
}
.video-item{
    margin-bottom: 25px;
}
.video-item .play i{
    line-height: 30px;
}
.modal-header, .modal-hd{
    height: 60px;
}
.m_imgItemPlay a{
    width: 100%;
    display: inline-block;
}
.ns-header{
    border-bottom: 1px solid #ebebeb;
}

/*视频弹窗*/
.modal {
    position: fixed !important;
    top: 50%;
    left: 50%;
    _position: absolute;
    _top: 15%;
    _margin-top: 0;
    z-index: 1050;
    width: 660px;
    margin-left: -330px;
    margin-top: -300px;
    _margin-top: 0;
    background-color: #fff;
    outline: none;
}
.modal.fade.in {
    top: 50%;
    _top: 15%;
}
.modal.fade {
    -webkit-transition: opacity 0.4s linear, top 0.4s ease-out;
    transition: opacity 0.4s linear, top 0.4s ease-out;
    top: -25%;
}
.modal-video {
    width: 880px;
    height: 596px;
    margin-top: -298px;
    margin-left: -440px;
    -webkit-box-shadow: 0 18px 30px rgba(0,0,0,0.18);
    box-shadow: 0 18px 30px rgba(0,0,0,0.18);
}
.modal-hide {
    display: none;
}
.modal .close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 35px;
    height: 35px;
    line-height: 30px;
    text-align: center;
    color: #000;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 10;
    border-radius: 50%;
}
.modal .close .iconfont1{
    color: #333!important;

}
.modal .close:hover {
    color: #fff!important;
    opacity: 1;
    background-color: #e23435;
}
.modal .close:hover .iconfont1{
    color: #fff!important;
    line-height: 35px;
}
.modal .close .iconfont {
    font-size: 24px;
    font-weight: 200;
    vertical-align: middle;
}
.modal-header, .modal-hd {
    position: relative;
    height: 60px;
    padding: 14px 20px;
    background-color: #f5f5f5;
}
.modal-header h3, .modal-header .title, .modal-hd h3, .modal-hd .title {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    color: #424242;
}
.modal-body, .modal-bd {
    position: relative;
    max-height: 400px;
    padding: 40px 60px;
}
.modal-video .modal-bd {
    max-height: 536px;
    padding: 0;
}
#J_modalVideo{
    z-index: 999999999999;
}

.box-hd{
    width: 1190px;
}


.help_right h3.help_title {
    font-size: 36px;
    height: 124px;
    line-height: 124px;
    color: #B0B0B0;
    font-weight: normal;
}
.bdsharebuttonbox{
    display: block;
    text-align: right;


}




.fl{
    float: left;
}
.fr{
    float: right;
}
.w_800{
    width: 800px;
    padding-top:5px;
    float: left;
    display: inline-block;
}
.mt30{
    margin-top: 30px;
}
.index_news_tab .tab-item{
    border-top: 0px;
}
.index_news_tab .tab_content>li{
    padding: 0px;
}
.article_list>li{
    padding: 15px 0;
    padding-top: 14px;
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
    margin-top: 9px;
    position: relative;
    overflow: hidden;
    display: block;
    transition: all .3s;
}
/*
.article_list>li:hover{
    border: 2px solid #fff;
    -webkit-box-shadow: 0 0 8px 0 #808080;
    -moz-box-shadow: 0 0 8px 0 #808080;
    -o-box-shadow: 0 0 8px 0 #808080;
    -ms-box-shadow: 0 0 8px 0 #808080;
    box-shadow: 0 0 8px 0 #808080;
}*/
.article_list .lsit_img{
    width:145px;
    height: 90px;
    margin-right: 10px;

}
.icon-shijian{
    color: #b2b2b2;
    font-size: 14px;
    /*vertical-align: middle;*/
    line-height: 15px;
}
.article_list .time{
    color: #b2b2b2;
    font-size:14px;
    margin-bottom: 5px;
}
.article_list .title{
    font-size: 20px;
    color: #333;
    display:block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 24px;
    line-height:20px;
    margin-bottom: 10px;
    font-weight: 600;
}
.article_list li:hover .title{
    color:#00a0ff;
}
.article_main .article_conter{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    color: #808080;
    height: 75px;
    font-size: 14px;
    line-height: 25px;
}
.article{
    width: 600px;
    overflow: hidden;
    position: relative;
    margin-left: 5px;
}
.article2{
    width:800px ;
}
.article .lookmore{
    font-size: 12px;
    color: #999;
    margin-top: 5px;
    display: block;
}
/*.index_news_tab{*/
/*margin-bottom:35px;*/
/*}*/
.page_fenye{
    padding-top: 30px;
    display: block;
}
.video_rank{
    background: #fff;
    height: auto;
    padding-bottom: 5px;
    position: relative;
}
.mt15{
    margin-top: 15px;
}

.tab_list .list_item {
    clear: both;
    height: 65px;
    margin: 15px 0;
    display: block;
    position: relative;
    padding: 0 0 0 10px ;
}
.list_item .figure {
    float: left;
    height: 65px;
    width: 135px;
    padding-right: 10px;
}
.list_item .tu {
    position: relative;
}
.list_item img {
    width: 100%;
    height: 100%;
    display: inline-block;
    background: #cccccc;
}
.figure_title {
    font-size: 14px;
    display: block;
    height: 50px;
    margin-top: 0px;
}
.figure_title a {
    line-height: 20px;
    color: #666;
}
.figure_title a:hover{
    color: #00a0ff;
}
.figure_count {
    color: #999;
    line-height: 15px;
}
.figure_count_num {
    background: url(../image/icon/people-number.html) no-repeat left;
    padding-left: 20px;
    font-size: 12px;
}
.list_item .yellonum {
    position: absolute;
    bottom: 0;
    color: #FFFFFF;
    background: #ff5703;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
}
.list_item:nth-child(4) .yellonum ,.list_item:nth-child(5) .yellonum,.list_item:nth-child(6) .yellonum ,.list_item:nth-child(7) .yellonum ,.list_item:nth-child(8) .yellonum {
    background: #b7b7b7;
}
.text-overflow{
    display:block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.text-overflow2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
}
#list_tab{
    position: absolute;
    top:5px;
    right: 0px;

}
#list_tab{
    width: 100px;
    height: 20px;
    border-radius:5px;
    overflow: hidden;
}
#list_tab li{
    float: left;
    width: 50px;
    text-align: center;
    height: 20px;
    background: #fff;
    color: #fff;
    line-height: 20px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;

}
#list_tab li a{
    color: #333;
}
#list_tab li.title_cur{
    background: #ff5703;
}
#list_tab li.title_cur a{
    color: #fff;
}
.tab_list{
    display: none;
}
.video_rank2 li{
    width: 355px !important;
}
.video_rank li{
    padding:0 12px 12px 10px;
    margin: 0;
}
.index_video li:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
}
.video_rank2 ul{
    padding-bottom: 0;
}
.m_hotPlay {
    height: 146px;
}
#breadcrumb {
    list-style: none;
    display: inline-block;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 0 2px 0 #fc6c25;
    -moz-box-shadow: 0 0 2px 0 #fc6c25;
    -o-box-shadow: 0 0 2px 0 #fc6c25;
    -ms-box-shadow: 0 0 2px 0 #fc6c25;
    box-shadow: 0 0 2px 0 #fc6c25;
}
#breadcrumb .iconfont {
    font-size: 16px;
}
#breadcrumb li {
    float: left;
}
#breadcrumb li a {
    color: #fc6c25;
    display: block;
    background: #ffeee5;
    text-decoration: none;
    position: relative;
    height: 40px;
    line-height: 40px;
    padding: 0 10px 0 5px;
    text-align: center;
    margin-right: 23px;
    font-size: 16px;
}
#breadcrumb li:nth-child(even) a {
    background-color: #ffeee5;
}
#breadcrumb li:nth-child(even) a:before {
    border-color: #ffeee5;
    border-left-color: transparent;
}
#breadcrumb li:nth-child(even) a:after {
    border-left-color: #ffeee5;
}
#breadcrumb li:first-child a {
    padding-left: 15px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -ms-border-radius: 4px 0 0 4px;
    -o-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}
#breadcrumb li:first-child a:before {
    border: none;
}
#breadcrumb li:last-child a {
    padding-right: 15px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}
#breadcrumb li:last-child a:after {
    border: none;
}
#breadcrumb li a:before, #breadcrumb li a:after {
    content: "";
    position: absolute;
    top: 0;
    border: 0 solid #ffeee5;
    border-width: 20px 10px;
    width: 0;
    height: 0;
}
#breadcrumb li a:before {
    left: -20px;
    border-left-color: transparent;
}
#breadcrumb li a:after {
    left: 100%;
    border-color: transparent;
    border-left-color: #ffeee5;
}
#breadcrumb li a:hover,#breadcrumb li.active {
    background-color: #ff5703;
    color: #fff;
}
#breadcrumb li a:hover:before,#breadcrumb li.active a:before {
    border-color: #ff5703;
    border-left-color: transparent;
}
#breadcrumb li a:hover:after,#breadcrumb li.active a:after {
    border-left-color: #ff5703;
}
#breadcrumb li a:active,#breadcrumb li.active a{
    background-color: #ff5703;
    color: #fff;
}
#breadcrumb li a:active:before {
    border-color: #ff5703;
    border-left-color: transparent;
}
#breadcrumb li a:active:after {
    border-left-color: #d80a0a;
}
.first_page:hover{
    color: #fff!important;
}
.current_page{
    background: #00a0ff;
    color: #fff!important;
}
.last_page:hover{
    color: #fff !important;
}
.bg-white{
    background: #fff;
}
.container{
    position: relative;
    display: block;
    overflow: hidden;
}
.wrap_bg {
    width: 100%;
    background: none;
    margin-top: 10px;
    border-radius: 3px;
    position: relative;
    display: inline-block;
    padding-top: 20px;
    margin-bottom: 30px;
}
#breadcrumb1 li{
    float: left;
}

.bread a{
    color: #333;
    font-size: 14px;
    font-family: Arial,Helvetica,'Hiragino Sans GB','Microsoft YaHei',sans-serif;
}
.bread a:hover{
    color: #ff5703;
}
.border_right{
    border-right: 1px solid #F2F2F2;
    padding-right: 20px;
}

.video_rank {
    border: none;
}
.border_left{
    border-left: 1px solid #F2F2F2;
}

.mt{
    margin-top: 10px;
}
.part_title{
    margin-left: 10px;
    margin-right: 0px;
}
.bread{
    margin-top: -2px;
}
.floor2_right{
    float: right;
    margin-left:15px;
    padding-left: 3px;
    padding-top:5px;
}
.index_news_tab a:hover, .index_news_tab a.hot{
    color: #00a0ff;
}
.tab_content {
    display: inline-block;
    width: 100%;
}
.w1200 {
    width: 1226px;
    margin: 0 auto;
}
#video{
    box-sizing: border-box;
}

.floor2_right {
    float: left;
    width: 348px;
    background: #ffffff;
    margin-left: 15px;
}

.bgf5{
    background: #f5f5f5;
    display: inline-block;
    width: 100%;
}
.part_title{
    margin:0 12px;
    border-bottom: 2px solid #e6e6e6;
}
.part_title .name{
    display: inline-block;
    padding: 16px 0 8px 0;
    font-size: 16px;
    line-height: 16px;
    border-bottom: 2px solid #d80b0b;
    margin-bottom: -2px;
}
.video_rank{
    height: 522px;
}
.video_rank .top_one{
    padding: 15px 12px 0 12px;
}
.video_rank ul{
    padding-top: 15px;
    padding-bottom: 20px;
}
.video_rank li{
    padding: 0 12px 15px 12px;
}
.video_rank li .num{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #b7b7b7;
    color: #ffffff;
    line-height: 20px;
    text-align: center;
    margin-right: 10px;
    float: left;
}
.video_rank li.top .num{
    background: #ff5703;

}
.video_rank li .title{
    font-size: 14px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 290px;
    display: inline-block;
}
.video_rank li .title:hover{
    color: #ff5703;
}
.hot_comment{
    width: 348px;
    border: 1px solid #e6e6e6;
    background: #ffffff;
    margin-top: 15px;
}
.hot_comment .comment_list{
    padding: 10px 12px 0 12px;
}
.hot_comment .comment_list li{
    margin-bottom: 13px;
}
.hot_comment .comment_list .img_holder{
    width: 60px;
    height: 60px;
    float: left;
}
.hot_comment .comment_list .comment_content{
    float: left;
    width: 254px;
    padding-left: 8px;
}
.hot_comment .comment_list .comment_content p{
    font-size: 14px;
    color: #333;
    position: relative;
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
}

.hot_comment .comment_list .comment_content .username{
    text-align: right;
    color: #4dbc91;
}
.index_floor2{
    margin-top: 15px;
}
.floor2_left{
    width: 837px;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    float: left;
}
.index_video_tab .tab-item,.index_gallery_tab .tab-item ,#tab-item_game{
    margin: 0 12px;
    border-bottom: 2px solid #e6e6e6;
}
.floor6_left{
    width: 845px;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    float: left;
}
.floor6_left .game-icon{
    width: 120px;
    margin-right: 19px;
    text-align: center;
}
.floor6_left .game-name{
    text-align: center;
    padding-bottom: 10px;
}
#tab-item_game_conter{
    margin-top: 15px;
    margin-left: 14px;
}
.index_video_tab .tab-item li,.index_gallery_tab .tab-item li, #tab-item_game li{
    margin-right: 30px;
    text-align: center;
    font-size: 16px;
    color: #000;
    display: inline-block;
    padding: 16px 0 8px 0;
    line-height: 16px;
    cursor: pointer;
}
.index_video_tab .tab-item li.active,.index_gallery_tab .tab-item li.active , #tab-item_game li.active{
    border-bottom: 2px solid #d80b0b;
    margin-bottom: -2px;
}
.more{
    display: inline-block;
    font-size: 14px;
    line-height: 43px;
    color: #808080;
    float: right;
}
.more:hover{
    color: #ff5703;
}
.index_video_tab .tab_content{
    padding: 15px 12px 0 12px;
}
.index_video_tab .tab_content>li,.index_gallery_tab .tab_content>li {
    display: none;
}
.index_video_tab .tab_content>li.active,.index_gallery_tab .tab_content>li.active{
    display: block;
}



.m_imgItem {
    position: relative;
    display: block;
    margin-bottom: 17px;
    overflow: hidden;
    text-align: center;
}
.m_imgItemPlay {
    display: block;
    background: #fbfbfb;
    border: 1px solid #ededed;
}
.m_games_body li{
    width: 285px;
    margin-right: 20px;
    float: left;
}
.m_games_body li:last-of-type{
    margin-right: 0;
}
.m_imgItemPlay{
    display: block;
    background: none;
    border: none;
}
.m_gameMain {
    position: relative;
    padding: 0 10px 5px;
    margin-top: -26px;
    font-size: 12px;
}
.m_gameMainTime {
    position: absolute;
    right: 10px;
    top: -10px;
    color: #fff;
}
.m_gameMainUserImg {
    position: absolute;
    width: 40px;
    height: 40px;
    top: -14px;
    left: 8px;
    border: 1px solid #fff;
}
.m_gameMainUserName {
    padding: 10px 0px 0px 43px;
    height: 25px;
    line-height: 14px;
    color: #808080;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.m_gameMainTitle {
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.m_gameMainTitle {
    color: #333;
    font-size: 14px;

    height: 40px;
    line-height: 40px;
    width: 220px;
    overflow: hidden;

    white-space: nowrap;
}
.m_myPanel {
    position: relative;
    color: #bdbdbd;
    display: inline-block;
    z-index: 3;
    margin: 10px 0;
    margin-bottom: 0;
    line-height: 40px;
}
.m_anchor{
    padding-bottom: 5px;
    border-bottom: 1px solid #ededed;
}
.m_anchor .m_anchor_title{
    width: 248px;
    height: 64px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ededed;
}
.m_anchor .anchor_recommend{
    font-size: 20px;
    line-height: 58px;
}
.m_anchor .anchor_more{
    font-size: 14px;
    margin-top: 21px;
}
.m_anchor_list{
    width: 248px;
}
.m_anchor_list .m_anchor_item{
    float: left;
    width: 76px;
    text-align: center;
    margin: 0 10px 20px 0;
}
.m_anchor_list .m_anchor_item p{
    display:block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.m_anchor_list .m_anchor_item:nth-of-type(3n){
    margin-right: 0;
}
.m_hotPlayIcon:hover {
    transform: scale(1.2);
    transition: all 0.2s ease-out;
    -webkit-transform: scale(1.2);
    -webkit-transition: all 0.2s ease-out;
    -moz-transform: scale(1.2);
    -moz-transition: all 0.2s ease-out;
}
.m_hotPlayIcon {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 38px;
    height: 38px;
    margin-left: -20px;
    margin-top: -20px;
    background: url(../../../../../../static.shenyou.cn/image/t0138e94bccfb3b7fe5.png) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}
.m_hotPlay {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    background-color: black;
    opacity: .3;
    -ms-filter: "alpha(opacity=40)";
    filter: alpha(opacity=30);
    overflow: hidden;
}
.m_imgItem:hover .m_hotPlay, .m_imgItem:hover .m_hotPlayIcon, .m_playSideImg:hover .m_hotPlay, .m_playSideImg:hover .m_hotPlayIcon {
    display: block;
}
.games{
    margin-bottom: 10px;
}
.m_myPanelRight .glyphicon-comment{
    vertical-align: super;
}
.m_myPanelRight img{
    width: 16px;
    height: 16px;
}
.index_video li{
    width: 341px!important;
    margin-right: 14px;
    margin-bottom: 15px;
}
.index_video li:nth-of-type(3n){
    margin-right: 0!important;
}
.video_rank{
    height: 522px;
}


.video_rank .top_one{
    padding: 15px 12px 0 12px;
}
.video_rank ul{
    padding-top: 15px;
    padding-bottom: 20px;
}
.video_rank li{
    padding: 0 12px 15px 12px;
}
.video_rank li .num{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #b7b7b7;
    color: #ffffff;
    line-height: 20px;
    text-align: center;
    margin-right: 10px;
    float: left;
}
.video_rank li.top .num{
    background: #ff5703;

}
.video_rank li .title{
    font-size: 14px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 290px;
    display: inline-block;
}
.video_rank li .title:hover{
    color: #ff5703;
}
.active{
    color: #333;
}
.tab_name a{
    font-size: 18px;
    margin-top: 20px;
    display: inline-block;
}
.video-list{
    margin-left: -14px;
}
.video-item{
    margin-bottom: 25px;
}
.video-item .play i{
    line-height: 30px;
}
.modal-header, .modal-hd{
    height: 60px;
}
.m_imgItemPlay a{
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    display: inline-block;
}
.videolist{
    width: 100%;
    background: #1a1a1a;
    padding: 40px 0;
}
/*首页底部视频*/
.home-video-box {
   width: 100%;
    display: inline-block;
}
#video .title{
    font-size: 16px;
    display: inline-block;
    margin-bottom: 10px;
}
.video-list {
    width: 1208px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-left: -10px;
}
.more-video{
    float: right;
}
.video-item {
    position: relative;
    float: left;
    width: 283px;
    height: 250px;
    margin-left: 20px;
    margin-bottom: 30px;
    text-align: center;
    background: #fff;
    -webkit-transition: -webkit-box-shadow 0.2s linear;
    transition: box-shadow 0.2s linear;
}
.video-item:hover {
    z-index: 2;
    -webkit-box-shadow: 0 15px 30px rgba(255,255,255,0.3);
    box-shadow:  0 15px 30px rgba(255,255,255,0.3);
}

.video-item .figure-img {
    position: relative;
    width: 280px;
    height: 175px;
    margin: 0 0 20px;
}
.video-item .figure-img a {
    display: block;
    height: 180px;
}
.video-item .figure-img img {
    width: 282px;
    height: 180px;
}
.video-item .play {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 54px;
    height: 34px;
    margin: -19px 0 0 -29px;
    border: 2px solid #fff;
    border-radius: 6px;
    background-color: #424242;
    background-color: rgba(0,0,0,0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#99000000", endColorstr="#99000000")\9;
    color: #fff;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.video-item .play i {
    font-size: 20px;
    line-height: 32px;
}
.video-item:hover .play {
    background-color: #00eef3  ;
    border-color: #00eef3  ;
    color: #000;
}
.video-item .title {
    margin: 0 0 6px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #333;
}
.video-item .desc {
    height: 18px;
    margin: 0;
    font-size: 12px;
    color: #8b8b8b;
}
.video-list li {
    margin-left: 15px;
    background-color: #333333;
    border: 2px solid #343434;
}
