.xxl_shortcut {
    position: relative;
    z-index: 999;
    width: 100%;
    height: 41px;
    background-color: #fff;
    border-bottom: #f5f5f5;
}
.xxl_grid_2x2 {
    display: grid;
    grid-template-columns: 1fr 1fr;   /* 两列等宽 */
    grid-template-rows: 1fr 1fr;      /* 两行等高 */
    gap: 1px;                         /* 图片间距，可按需调整 */
    justify-items: center;             /* 图片水平居中 */
    align-items: center;               /* 图片垂直居中 */
}

.xxl_grid_2x2 a {
    display: block;
}

.xxl_grid_2x2 img {
    display: block;
    max-width: 100%;
    height: auto;
}

.xxl_shortcut .xxl_container {
    background-color: #fff;
    width: 980px;
    margin: 0 auto;
    padding: 0 auto;
    position: relative;
    height: 41px;
    line-height: 41px;
}

.xxl_shortcut .xxl_container ul {
    width: 100%;
    height: 100%;
}

.xxl_shortcut .xxl_container ul .xxl_lol_logo {
    position: relative;
    z-index: 999;
    float: left;
    width: 150px;
    height: 41px;
    background: url(../img/logo1.png) top center no-repeat;
}

.xxl_shortcut .xxl_container ul .xxl_lol_smallImg {
    float: left;
    width: 230px;
    height: 41px;
}

.xxl_shortcut .xxl_container ul .xxl_lol_smallImg img {
    display: block;
    border: 0;
    border-radius: 2px 2px 2px 2px;
}

.xxl_shortcut .xxl_container ul .xxl_lol_rig {
    float: right;
    position: relative;
    width: 300px;
    text-align: right;
    margin-left: 10px;
    line-height: 41px;
}

.xxl_shortcut .xxl_container ul .xxl_lol_rig .xxl_lol_grow {
    width: 88px;
    height: 41px;
    line-height: 41px;
    position: relative;
    padding-left: 30px;
    margin-right: 20px;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
}

.xxl_shortcut .xxl_container ul .xxl_lol_rig .xxl_lol_grow:hover a {
    color: #ff4e00 !important;
}

.xxl_shortcut .xxl_container ul .xxl_lol_rig .xxl_lol_grow::after {
    content: "";
    background: url(../img/title_sprite.png);
    background-position: -30px 0;
    width: 30px;
    height: 30px;
    top: 5px;
    left: 5px;
    position: absolute;
}

.xxl_shortcut .xxl_container ul .xxl_lol_rig .xxl_lol_rank {
    position: relative;
    padding-right: 25px;
    font-size: 14px;
    margin: 0;
    height: 41px;
    line-height: 41px;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
}

.xxl_shortcut .xxl_container ul .xxl_lol_rig .xxl_lol_rank::after {
    content: "";
    background: url(../img/title_sprite.png);
    background-position: 0 0;
    width: 30px;
    height: 30px;
    top: 6px;
    right: 0px;
    position: absolute;
    opacity: .1;
    transform: rotate(90deg);
}

.xxl_shortcut .xxl_container .xxl_lol_bigBann {
    display: none;
    width: 970px;
    height: 185px;
    padding: 0 3px 3px;
    border-bottom: 1px solid #eee;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -488px;
    z-index: 888;
}

.xxl_outBox {
    display: none;
    width: 700px;
    /* height: 386px; */
    top: 41px;
    right: 20px;
    position: absolute;
    z-index: 9000;
    /* background-color: blue; */
}

.xxl_outBox .xxl_lol_rank_box {
    /* display: none; */
    position: absolute;
    width: 707px;
    height: 580px;
    font-size: 12px;
    line-height: 1.5;
    color: #333;
    background: #fafafa;
    /* background-color: blue; */
}

.xxl_outBox .xxl_lol_rank_box .xxl_rank_col {
    float: left;
    width: 224px;
}

.xxl_outBox .xxl_lol_rank_box .xxl_rank_col:first-child {
    margin-left: 35px;
}

.xxl_outBox .xxl_lol_rank_box .xxl_rank_col .xxl_rank_title {
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 20px;
}

.xxl_outBox .xxl_lol_rank_box .xxl_rank_col .xxl_rank_title a {
    display: block;
    color: #333;
    position: relative;
    text-align: left;
}

.xxl_outBox .xxl_lol_rank_box .xxl_rank_col .xxl_rank_title a::after {
    content: "";
    background: url(../img/title_sprite.png);
    width: 30px;
    height: 30px;
    top: 5px;
    right: 35px;
    position: absolute;
    opacity: .1;
}

.xxl_outBox .xxl_lol_rank_box .xxl_rank_col .xxl_rank_list .xxl_rank_item {
    margin-bottom: 24px;
    width: 200px;
    position: relative;
    overflow: hidden;
}

.xxl_outBox .xxl_lol_rank_box .xxl_rank_col .xxl_rank_list .xxl_rank_item.xxl_rank_active {
    height: 90px;
}

.xxl_outBox .xxl_lol_rank_box .xxl_rank_col .xxl_rank_list .xxl_rank_item.xxl_rank_active .xxl_game_name {
    display: none;
}

.xxl_outBox .xxl_lol_rank_box .xxl_rank_col .xxl_rank_list .xxl_rank_item .xxl_game_name {
    font-size: 12px;
    line-height: 16px;
    padding-left: 22px;
    text-align: left;
}

.xxl_outBox .xxl_lol_rank_box .xxl_rank_col .xxl_rank_list .xxl_rank_item img {
    position: absolute;
    width: 200px;
    height: 90px;
    top: 0;
    left: 0;
    opacity: 0;
}

.xxl_outBox .xxl_lol_rank_box .xxl_rank_col .xxl_rank_list .xxl_rank_active img {
    opacity: 1;
}

.xxl_outBox .xxl_lol_rank_box .xxl_rank_col .xxl_rank_list .xxl_rank_item .xxl_rank_btn_bar {
    display: none;
    position: absolute;
    width: 100%;
    height: 28px;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
    bottom: 0;
    left: 0;
}

.xxl_outBox .xxl_lol_rank_box .xxl_rank_col .xxl_rank_list .xxl_rank_item.xxl_rank_active .xxl_rank_btn_bar {
    display: block;
}

.xxl_outBox .xxl_lol_rank_box .xxl_rank_col .xxl_rank_list .xxl_rank_item .xxl_rank_btn_bar a {
    float: left;
    width: 50%;
    font-size: 14px;
    line-height: 28px;
    color: #fff;
}

.xxl_rank_order {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    color: #fff;
    background: #ccc;
}

.xxl_rank_item:nth-of-type(1) .xxl_rank_order,
.xxl_rank_item:nth-of-type(2) .xxl_rank_order,
.xxl_rank_item:nth-of-type(3) .xxl_rank_order {
    background: #c62828;
}

.xxl_header {
    position: absolute;
    left: 0;
    top: 42px;
    width: 100%;
    min-width: 1300px;
    height: 84px;
    z-index: 99;
    background: rgba(0, 0, 0, 0.8);
}

.xxl_header .xxl_header_inner {
    width: 1300px;
    height: 84px;
    margin: 0 auto;
    position: relative;
}

.xxl_header .xxl_header_inner h1 .xxl_logo {
    position: absolute;
    left: 0;
    top: 16px;
    z-index: 100;
    background: url(../img/logo.png) no-repeat center center;
    width: 200px;
    height: 54px;
    text-indent: -9999px;
    overflow: hidden;
}

.xxl_min_nav {
    width: 890px;
    padding-left: 230px;
}

.xxl_min_nav li {
    float: left;
    width: 115px;
    height: 84px;
    text-align: center;
}

.xxl_min_nav li:hover {
    background: url(../img/index.png) no-repeat;
    display: inline-block;
}

.xxl_min_nav a {
    display: block;
    width: 110px;
    height: 64px;
    padding: 20px 0 0;
    color: #c9c9dd;
    font-size: 18px;
    line-height: 30px;
}

.xxl_min_nav em {
    font-style: normal;
    display: block;
    padding-top: 5px;
    -webkit-transform: scale(0.95);
    font-size: 12px;
    line-height: 16px;
    color: #858792;
}

.xxl_min_nav .xxl_nav_search {
    width: 38px;
}

.xxl_min_nav .xxl_nav_search:hover {
    background: none;
}

.xxl_min_nav .xxl_nav_search a {
    display: block;
    width: 27px;
    height: 26px;
    background: url(../img/nav_search.png);
    margin: 29px auto 0;
    padding: 0;
}

.xxl_login_pannel {
    position: absolute;
    right: 0;
    top: 21px;
    width: 182px;
}

.xxl_login_pannel .xxl_avatar {
    float: left;
    margin-right: 7px;
}

.xxl_login_pannel .xxl_avatar img {
    border: 1px solid #d9ad50;
    border-radius: 42px;
    display: block;
    width: 42px;
    height: 42px;
}

.xxl_unlogon_info {
    color: #858792;
}

.xxl_unlogon_info a {
    color: #fff;
    font-size: 16px;
}

.xxl_unlogon_info p {
    font-size: 14px;
}


/* .header:hover .sub_nav {
    height: 285px;
} */

.xxl_sub_nav {
    position: absolute;
    top: 84px;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 3;
    transition: all .3s ease;
    overflow: hidden;
    height: 0px;
    box-sizing: border-box;
}

.xxl_sub_nav .xxl_sub_nav_inner {
    width: 100%;
    /* background-color: pink; */
    /* display: block; */
    width: 890px;
    height: 240px;
    margin: 0 auto;
    overflow: hidden;
    zoom: 1;
    padding-top: 15px;
    padding-bottom: 30px;
    padding: 15px 0 30px 50px;
}

.xxl_sub_nav .xxl_sub_nav_inner .xxl_down_nav {
    float: left;
    display: inline;
    width: 110px;
    padding: 2px 2.5px 0;
    text-align: center;
    white-space: nowrap;
}

.xxl_sub_nav .xxl_sub_nav_inner .xxl_down_nav a {
    height: 30px;
    line-height: 30px;
    display: block;
    padding: 0;
    font-size: 14px;
    color: #c9c9dd;
}

.xxl_sub_nav .xxl_sub_nav_inner .xxl_down_nav a:hover {
    color: #f3c258;
    text-decoration: underline;
}

.xxl_icon_fans {
    overflow: hidden;
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    background: url(../img/index.png) no-repeat -136px -5px;
    background-position: -137px -68px;
}

.xxl_icon_hot {
    overflow: hidden;
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    background: url(../img/index.png) no-repeat -136px -5px;
    background-position: -163px -68px;
    padding-right: 2px;
}

.xxl_icon_guard {
    overflow: hidden;
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    background: url(../img/index.png) no-repeat -136px -5px;
}

.xxl_wrapper {
    /* overflow: hidden; */
    position: relative;
    min-width: 1280px;
}

.xxl_kv_bg_container .xxl_kv_bg {
    overflow: hidden;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 1100px !important;
    background-image: url(../img/bg.png);
    background-repeat: no-repeat;
    background-position: center top;
}

.xxl_kv_bg_container a {
    position: absolute;
    z-index: 3;
    width: 1200px;
    height: 440px;
    top: 90px;
    left: 50%;
    margin-left: -600px;
    outline: none;
    text-indent: -9999px;
    overflow: hidden;
    background: url(#);
}

.xxl_main {
    padding-top: 540px;
    width: 1200px;
    min-height: 600px;
    margin: 0 auto;
     position: relative;
    z-index: 2;
}

.xxl_main .xxl_main_top {
    width: 1200px;
    height: 335px;
    background-color: ;
    /*background: url(../img/bg.png) no-repeat left top;*/
    position: relative;
    margin-top: 20px;    /* 向xia浮动 20px，根据需要调整数值 */
    z-index: 10;          /* 确保在最上层 */
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);  /* 可选：加个阴影更有层次感 */
}

.xxl_pr {
    position: relative;
}

.xxl_main .xxl_main_top .xxl_rotate {
    width: 605px;
    height: 342px;
}

.xxl_main .xxl_main_top .xxl_rotate .xxl_ggBox {
    position: relative;
    background: #000;
    overflow: hidden;
    width: 604px;
    height: 342px;
}

.xxl_main .xxl_main_top .xxl_rotate .xxl_ggBox .xxl_adPic {
    /* position: absolute; */
    width: 600%;
    height: 298px;
    /* float: left; */
    margin-left: 0;
    /* left: 0; */
    /* top: 0; */
}

.xxl_main .xxl_main_top .xxl_rotate .xxl_ggBox .xxl_adPic a {
    display: block;
    width: 604px;
    height: 342px;
    float: left;
    /* overflow: hidden; */
    /* position: absolute; */
    background: #0e97dc;
}

.xxl_main .xxl_main_top .xxl_rotate .xxl_ggBox .xxl_adPic a img {
    width: 100%;
    height: 100%;
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    display: block;
    border: 0;
    border-radius: 2px 2px 2px 2px;
}


/* .main .main_top .rotate .ggBox .adPic a p {
    position: relative;
    padding-top: 50px;
} */

.xxl_main .xxl_main_top .xxl_rotate .xxl_ggBox .xxl_adBtn {
    position: absolute;
    z-index: 22;
    left: 0;
    right: 0;
    bottom: 0;
    width: 604px;
    height: 44px;
    overflow: hidden;
    background: #000;
}

.xxl_main .xxl_main_top .xxl_rotate .xxl_ggBox .xxl_adBtn a.xxl_on {
    background-color: rgba(255, 255, 255, .5);
    color: #f3c258;
}

.xxl_main .xxl_main_top .xxl_rotate .xxl_ggBox .xxl_adBtn a {
    display: block;
    float: left;
    width: 120.8px;
    height: 44px;
    line-height: 44px;
    text-overflow: nowrap;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    color: #b1b2be;
}

.xxl_news_center {
    width: 325px;
    height: 342px;
    overflow: hidden;
    padding: 0 17px;
}

.xxl_newsTab {
    position: relative;
    width: 325px;
}

.xxl_tganime_slide_slidein {
    overflow: hidden;
        height: 342px;
}

.xxl_tganime_tab_underline {
    position: relative;
    overflow: hidden;
}

.xxl_tab_hd {
    border-bottom: 1px solid #000;
}

.xxl_tab_hd li {
    float: left;
    width: 52px;
    font-size: 14px;
    text-align: center;
    line-height: 45px;
    height: 45px;
    padding-bottom: 3px;
}

.xxl_tab_hd li.on {
    padding: 0;
    border-bottom: 3px solid #f3c258;
}

.xxl_tab_hd li a {
    display: inline-block;
    color: #b8b9c5;
}

.xxl_tab_more {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 52px;
    display: block;
    color: #b8b9c5;
    text-align: center;
    font-size: 14px;
}

.xxl_tip {
    width: 500%;
    transform: translate(0%, 0px);
}

.xxl_tganime_slide_list {
    transition: transform .3s ease-in-out;
}

.xxl_tganime_slide_slidein .xxl_tganime_slide_list>* {
    float: left;
    display: block;
}

.xxl_news_list {
    width: 20%;
}

.xxl_news_center .xxl_news_list .xxl_line_sp {
    width: 294px;
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
    margin-top: 18px;
    text-align: center;
    font-size: 28px;
    color: #333;
    background: #414046;
}

.xxl_news_txt {
    color: #b8b9c5;
    font-size: 14px;
}

.xxl_news_center .xxl_news_list li {
    height: 20.8px;
    overflow: hidden;
    margin-bottom: 11px;
    margin-top: 3px;
}

.xxl_news_center .xxl_news_list .xxl_line_sp a {
    color: #f3c258;
    font-size: 18px;
}

.xxl_news_list .xxl_line_sp .xxl_news_type,
.xxl_news_list .xxl_line_sp .xxl_news_time {
    display: none;
}

.xxl_news_center .xxl_news_type {
    color: #ff3636;
    margin-right: 5px;
    font-size: 12px;
    line-height: 23px;
    border: 1px solid currentColor;
    vertical-align: top;
    margin-top: 2px;
    width: 32px;
    text-align: center;
    border-radius: 2px;
	padding: 0 4px;
}

.xxl_news_center .xxl_type_gonggao {
    color: #f4be19 !important;
}

.xxl_news_center .xxl_type_xinwen {
    color: #1e96ab !important;
}

.xxl_news_center .xxl_type_saishi {
    color: #4d9cff !important;
}

.xxl_news_title {
    width: 230px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}

em.xxl_news_time {
    color: #999;
}

.xxl_download_pannel {
    width: 236px;
    height: 342px;
    position: relative;
}

.xxl_download_pannel a {
    display: block;
}

.xxl_download_btn {
    width: 236px;
    height: 128px;
    background: url(../img/tmqj.png) no-repeat;
    /*background-position: 0 -219px;*/
}

.xxl_guard_btn {
    width: 236px;
    height: 106px;
    background: url(../img/yrwb.png) no-repeat;
    /*background-position: 0 -350px;*/
}

.xxl_tiyan_btn {
    width: 236px;
    height: 108px;
    background: url(../img/ydhd.png) no-repeat;
    /*background-position: 0 -461px;*/
}

.xxl_shiling {
    position: absolute;
    top: 0;
    right: -58px;
    width: 53px;
    height: 68px;
    background: url(../img/shiling.png);
    cursor: pointer;
}

.xxl_fanchenmi {
    position: absolute;
    top: 78px;
    right: -58px;
    width: 53px;
    height: 47px;
    background: url(../img/fanchenmi.png);
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

.xxl_quick_entrance {
    /* position: absolute; */
    /* z-index: 9999; */
    overflow: hidden;
    height: 134px;
    margin: 28px auto 34px;
    letter-spacing: -0.35em;
    margin-right: -15px;
}

.xxl_quick_entrance a {
    display: inline-block;
    width: 291px;
    height: 134px;
    margin-right: 12px;
    overflow: hidden;
}

.xxl_tganime_image_hover img {
    transition: transform .4s ease;
}

.xxl_quick_entrance a img {
    display: block;
    width: 100%;
}

.xxl_main_item {
    margin-bottom: 28px;
}

.xxl_starategy_center {
    width: 872px;
    height: 528px;
    margin-right: 33px;
	overflow: hidden;
}

.xxl_item_header {
    position: relative;
    zoom: 1;
    margin-bottom: 16px;
}

.xxl_starategy_center .xxl_item_title {
    width: 140px;
    height: 26px;
    background: url(../img/index.png) no-repeat;
    background-position: 0 -106px;
}

.xxl_item_title {
    font-size: 22px;
    line-height: 25px;
    text-indent: 33px;
    font-weight: 600;
    letter-spacing: 1px;
}

.xxl_more_btn {
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 22px;
    background: url(../img/index.png) no-repeat -252px 4px;
    color: #999;
}

.xxl_starategy_center .xxl_item_subnav {
    margin-bottom: 5px;
}

.xxl_item_subnav {
    width: 872px;
    height: 32px;
    line-height: 29px;
    background: #f5f5f5;
    border-bottom: none;
    margin-bottom: 12px;
}

.xxl_item_subnav a {
    width: 289px;
    display: block;
    float: left;
    font-size: 14px;
    text-align: center;
    color: #999;
    border-bottom: 3px solid #f5f5f5;
}

.xxl_item_subnav a:hover,
.xxl_item_subnav .xxl_on {
    border-bottom: 3px solid #f3c258;
    color: #333;
}

.xxl_item_subnav .xxl_split {
    width: 1px;
    height: 20px;
    overflow: hidden;
    float: left;
    background: #e1e1e1;
    display: inline-block;
    margin: 5px 0 0;
}

.xxl_item_thirdnav {
    position: relative;
    zoom: 1;
    height: 26px;
    line-height: 26px;
    padding: 8px 0 9px;
    display: none;
}

.xxl_tganime_fadein.xxl_on {
    display: block;
}

.xxl_item_thirdnav .xxl_title {
    height: 26px;
    overflow: hidden;
    text-indent: 8px;
    cursor: pointer;
    margin-bottom: 20px;
}

.xxl_item_thirdnav .xxl_title .xxl_on,
.xxl_item_thirdnav .xxl_title a:hover {
    border-color: #f3c258;
    background: #f3c258;
    color: #fff;
}

.xxl_item_thirdnav .xxl_title a {
    height: 24px;
    line-height: 24px;
    padding: 0 13px 0 8px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    background: #f5f5f5;
    font-size: 14px;
    margin-right: 8px;
    display: block;
    color: #333;
    float: left;
}

.xxl_item_thirdnav .xxl_title .xxl_item_hero {
    display: inline-block;
    padding-right: 20px;
    background: url(../img/sanjiao.png) no-repeat right center;
}

.xxl_item_thirdnav .xxl_dropdown {
    display: none;
    position: absolute;
    z-index: 999999999;
    top: 42px;
    left: 0;
    z-index: 100;
    background: #fff;
    border: 1px solid #e5e5e5;
    height: 337px;
}

.xxl_dropdown .xxl_hero_type {
    float: left;
    width: 78px;
    text-align: center;
    background: #f5f5f5;
    height: 337px;
}

.xxl_dropdown .xxl_hero_type li {
    height: 42px;
    line-height: 42px;
    cursor: pointer;
}

.xxl_dropdown .xxl_hero_type li:hover,
.xxl_dropdown .xxl_hero_type li.xxl_on {
    background: #f3c258;
    color: #fff;
}

.xxl_dropdown .xxl_hero_list {
    float: left;
    width: 715px;
    height: 310px;
    overflow-y: auto;
    padding: 12px 22px;
}

.xxl_dropdown .xxl_hero_list li {
    width: 60px;
    float: left;
    text-align: center;
    margin: 0 26px 26px 0;
    font-size: 14px;
    cursor: pointer;
}

.xxl_dropdown .xxl_hero_list li a {
    display: block;
    color: #363636;
}

.xxl_dropdown .xxl_hero_list li img {
    display: block;
    width: 60px;
    height: 60px;
    border: 0;
    border-radius: 2px 2px 2px 2px;
}

.xxl_video_list li {
    float: left;
    width: 209px;
    margin: 0 12px 30px 0;
    position: relative;
}

.xxl_video_list li:nth-of-type(4),
.xxl_video_list li:nth-of-type(8) {
    margin-right: 0;
}

.xxl_video_list a {
    position: relative;
    display: block;
    width: 212px;
}

.xxl_video_list img {
    width: 209px;
    height: 125px;
}

img {
    display: block;
    border: 0;
    border-radius: 2px 2px 2px 2px;
}

.xxl_video_list .xxl_play_bar {
    position: absolute;
    z-index: 99;
    top: 104px;
    left: 0;
    width: 189px;
    height: 22px;
    line-height: 22px;
    padding: 0 10px;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    font-size: 12px;
    border-radius: 0 0 2px 2px;
}

.xxl_ico_play {
    padding-left: 15px;
    background: url(../img/index.png) no-repeat;
    display: inline-block;
    background-position: -256px -59px;
}

.xxl_video_tit {
    display: block;
    height: 50px;
    overflow: hidden;
    font-size: 14px;
    /* white-space: nowrap; */
    /* text-overflow: ellipsis; */
    color: #333;
    margin-top: 10px;
}

.xxl_tganime_fadein_trigger .xxl_tganime_fadein_child {
    transition: opacity .3s ease;
}

.xxl_video_list .xxl_mask {
    position: absolute;
    width: 209px;
    height: 127px;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    cursor: pointer;
    border-radius: 5px;
}


/* .video_list li :hover .mask {
    display: block;
} */

.xxl_video_list .xxl_mask_play_ico {
    width: 40px;
    height: 40px;
    display: block;
    margin: 40px auto 0;
    background: url(../img/index.png) no-repeat;
    background-position: -192px -64px;
}

.xxl_skin_center {
    width: 295px;
    height: 528px;
}

.xxl_skin_center .xxl_item_title {
    width: 140px;
    height: 25px;
    background: url(../img/index.png) no-repeat;
    background-position: 0 -144px;
}

.xxl_skin_center .xxl_item_subnav {
    width: 293px;
    margin-bottom: 19px;
}

.xxl_item_subnav {
    width: 872px;
    height: 31px;
    line-height: 29px;
    background: #f5f5f5;
    margin-bottom: 12px;
    border-bottom: none;
}

.xxl_item_subnav a {
    width: 289px;
    display: block;
    float: left;
    font-size: 14px;
    color: #999;
    text-align: center;
    border-bottom: 3px solid #f5f5f5;
}

.xxl_item_subnav .xxl_split {
    width: 1px;
    height: 20px;
    overflow: hidden;
    float: left;
    background: #e1e1e1;
    display: inline-block;
    margin: 5px 0 0;
}

.xxl_skin_center .xxl_item_subnav a {
    width: 97px;
    /* display: block; */
}

.xxl_item_subnav a:hover,
.xxl_item_subnav .xxl_on {
    border-bottom: 3px solid #f3c258 !important;
    color: #333;
}

.xxl_slide_content {
    width: 294px;
    /* height: 224px; */
    overflow: hidden;
}

.xxl_type_one {
    width: 300%;
    transform: translate(0%, 0px);
}

.xxl_item_content_one {
    width: 33.33%;
}

.xxl_tgainme_slide_slidein .xxl_tganime_slide_list>* {
    float: left;
    display: block;
}

.xxl_skin_center .xxl_new_hero {
    display: block;
    width: 294px;
    height: 190px;
    border-radius: 2px;
    margin-bottom:0px;
}

.xxl_skin_center .xxl_new_hero_bottom {
    padding: 10px 15px;
    height: 47px;
    border: 1px solid #e5e5e5;
    border-radius: 0 0 2px 2px;
}

.xxl_skin_center .xxl_new_hero_bottom p {
    text-align: left;
}

.xxl_skin_center .xxl_new_hero_name {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.xxl_skin_center p {
    color: #999;
    font-size: 12px;
    text-align: right;
}

.xxl_skin_center .xxl_hero_pic_list li {
    position: relative;
    width: 68px;
    height: 173px;
    float: left;
    margin: 0 7px 12px 0;
    cursor: pointer;
    vertical-align: middle;
    display: table-cell;
}

.xxl_skin_center .xxl_hero_pic_list li:nth-of-type(4),
.xxl_skin_center .xxl_hero_pic_list li:nth-of-type(8),
.xxl_skin_center .xxl_hero_pic_list li:nth-of-type(12) {
    margin-right: 0;
}

.xxl_skin_center .xxl_hero_pic_list img {
    display: block;
}

.xxl_hero_pic_list li:hover .xxl_hero_mask,
.xxl_hero_pic_list li:hover .xxl_hero_name {
    display: block;
}

.xxl_skin_center .xxl_hero_pic_list .xxl_hero_mask {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .88);
    width: 68px;
    height: 173px;
}

.xxl_skin_center .xxl_hero_pic_list .xxl_hero_name {
    display: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 26px;
    text-align: center;
    color: #f3c258;
    font-size: 14px;
    width: 34px;
    height: 100%;
    line-height: 16px;
    padding-left: 2px;
    writing-mode: vertical-lr;
    letter-spacing: 0.3em;
    word-break: break-all;
}

.xxl_icon_watch {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../img/index.png) no-repeat;
    background-position: -256px -43px;
    margin-right: 10px;
    vertical-align: middle;
}

.xxl_match_cener {
    margin-right: 33px;
    width: 872px;
}

.xxl_match_cener .xxl_item_title {
    width: 140px;
    height: 24px;
    background: url(../img/index.png) no-repeat;
    background-position: 0 -184px;
}

.xxl_item_subnav {
    width: 872px;
    height: 32px;
    line-height: 29px;
    background: #f5f5f5;
    margin-bottom: 12px;
    border-bottom: none;
}

.xxl_match_cener .xxl_item_subnav {
    overflow: hidden;
    margin-bottom: 19px;
}

.xxl_match_cener .xxl_item_subnav a {
    width: auto;
    padding: 0 27px;
}

.xxl_item_subnav a:hover,
.xxl_item_subnav .xxl_on {
    border-bottom: 3px solid #f3c258;
    color: #333;
}

.xxl_item_subnav .xxl_split {
    width: 1px;
    height: 20px;
    overflow: hidden;
    float: left;
    background: #e1e1e1;
    display: inline-block;
    margin: 5px 0 0;
}

.xxl_match_news {
    margin-bottom: 15px;
}

.xxl_match_news_pic {
    width: 211px;
    height: 260px;
    display: block;
    float: left;
    margin-right: 19px;
}

.xxl_match_news_pic img {
    width: 211px;
    height: 260px;
}

.xxl_match_news_list .xxl_news_list {
    float: left;
    width: 630px;
}

.xxl_match_cener .xxl_news_list .xxl_line_sp {
    background: none;
    width: 577px;
    margin: 0;
    padding: 0;
    height: 66px;
    line-height: 32px;
}

.xxl_news_list li {
    overflow: hidden;
}

.xxl_news_list .xxl_line_sp .xxl_news_type,
.xxl_news_list .xxl_line_sp .xxl_news_time {
    display: none;
}

.xxl_match_cener .xxl_news_type {
    font-size: 12px;
    width: 48px;
    height: 19px;
    line-height: 19px;
    margin-right: 12px;
    background: #e3e3e3;
    border-radius: 10px;
    border: 2px solid #e3e3e3;
    text-align: center;
    color: #999;
    text-indent: 2px;
}

.xxl_match_cener .xxl_line_sp a {
    display: inline-block;
    width: 577px;
    font-size: 24px;
    color: #333;
    text-align: left;
}

.xxl_match_cener .xxl_news_txt {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #333;
}

.xxl_news_txt:hover {
    text-decoration: underline;
}

.xxl_match_cener .xxl_line_sp .xxl_newa_sub_title {
    line-height: 23px;
    font-size: 14px;
    color: #666;
    width: 450px;
    font-weight: normal;
}

.xxl_match_cener .xxl_line_sp .xxl_newa_sub_title:hover {
    text-decoration: none;
}

.xxl_news_time {
    font-size: 12px;
    color: #b8b9c5;
}

.xxl_match_list_l .xxl_news_txt {
    width: 470px;
}

.xxl_news_list li {
    margin-bottom: 9px;
    overflow: hidden;
}

.xxl_match_schedule {
    width: 295px;
    float: left;
}

.xxl_match_schedule .xxl_item_title {
    width: 140px;
    height: 24px;
    background: url(../img/index.png) no-repeat;
    display: inline-block;
    background-position: -157px -106px;
    white-space: nowrap;
}

.xxl_buy_ticket {
    position: absolute;
    top: 0;
    right: 68px;
    padding-left: 22px;
    background: url(../img/index.png) no-repeat -243px -85px;
    color: #323235;
    width: 70px;
    height: 22px;
    border: 1px solid #f3c258;
    border-radius: 3px;
    box-sizing: border-box;
    text-indent: 10px;
    line-height: 19px;
}

.xxl_match_schedule .xxl_item_subnav {
    width: 293px;
    margin-bottom: 0;
}

.xxl_match_schedule .xxl_item_subnav .xxl_col1 {
    width: 83px;
    margin-right: 0;
}

.xxl_match_schedule .xxl_item_subnav span {
    display: block;
    float: left;
    font-size: 14px;
    color: #999;
    text-align: center;
}

.xxl_match_schedule .xxl_item_subnav .xxl_col2 {
    width: 43px;
    height: 29px;
    margin-right: 0;
    background: #f5f5f5;
}

.xxl_match_schedule ul {
    margin-bottom: 21px;
}

.xxl_match_schedule li {
    height: 67px;
    line-height: 67px;
    border-bottom: 1px solid #e5e5e5;
}

.xxl_match_schedule .xxl_match_time {
    width: 80px;
    color: #333;
    font-size: 12px;
    text-align: center;
    vertical-align: top;
}

.xxl_match_schedule .xxl_item_content span {
    display: inline-block;
}

.xxl_match_schedule .xxl_team_name {
    width: 78px;
    height: 67px;
    color: #333;
    font-size: 14px;
    text-align: center;
}

.xxl_match_schedule .xxl_team_name_icon {
    overflow: hidden;
    display: block;
    width: 25px;
    height: 25px;
    margin: 10px auto 0 auto;
    border-radius: 50%;
}

.xxl_match_schedule .xxl_team_name em {
    display: inline-block;
    font-size: 12px;
    line-height: 24px;
    vertical-align: top;
}

.xxl_match_schedule .xxl_vs {
    font-size: 14px;
    width: 43px;
    color: #f3c258;
    text-align: center;
    vertical-align: top;
}

.xxl_r_nav {
    pointer-events: none;
    position: fixed;
    z-index: 3;
    top: 50%;
    right: 0;
    margin-top: -240px;
    width: 254px;
    height: 494px;
    background: url(../img/r_navBg.png) no-repeat top left;
}

.xxl_r_nav .xxl_r_dj {
    position: absolute;
    top: 15px;
    left: 24px;
    z-index: 2;
    width: 165px;
    height: 145px;
    background: url(../img/r_dj.png) no-repeat top center;
}

.xxl_r_nav .xxl_r_dj span {
    display: block;
    position: absolute;
    top: 37px;
    left: 12px;
    width: 88px;
    height: 36px;
    font-size: 14px;
    text-indent: 2px;
    font-weight: bold;
    line-height: 18px;
    color: #62401b;
    overflow: hidden;
}

.xxl_r_nav .xxl_r_con {
    pointer-events: auto;
    position: absolute;
    top: 160px;
    left: 85px;
}

.xxl_r_nav .xxl_r_con .xxl_r_code {
    margin-top: 1px;
    position: relative;
    width: 117px;
    height: 113px;
    background: url(../img/r_all.png) no-repeat 0 -3px;
    padding-top: 3px;
    padding: 4px 4px;
    box-sizing: border-box;
}

.xxl_r_nav .xxl_r_con .xxl_topImg,
.xxl_r_assBg .xxl_assCode {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.xxl_r_con .xxl_r_burst {
    background: url(../img/r_all.png) no-repeat -122px -120px;
    position: relative;
}

.xxl_r_con .xxl_r_burst:hover {
    background: url(../img/r_all.png) no-repeat -122px -240px;
}

.xxl_r_con .xxl_r_wc_gzh:hover {
    background: url(../img/r_all.png) no-repeat -122px -200px;
}

.xxl_r_con .xxl_r_wc_sph:hover {
    background: url(../img/r_all.png) no-repeat -122px -42px;
}

.xxl_r_con .xxl_r_burst,
.xxl_r_con .xxl_r_wc_gzh,
.xxl_r_con .xxl_r_wc_sph {
    width: 117px;
    height: 38px;
    /* margin-top: 1px; */
}

.xxl_r_con .xxl_r_burst {
    margin-top: 0px;
}

.xxl_r_nav div,
.xxl_r_nav li,
.xxl_r_nav p,
.xxl_r_nav a {
    padding: 0;
    margin: 0;
}

.xxl_r_con .xxl_r_burst a {
    display: block;
    width: 100%;
    height: 100%;
}

.xxl_r_con .xxl_r_assBg {
    /* display: none; */
    position: absolute;
    top: -66px;
    left: -116px;
    width: 115px;
    height: 144px;
    background: url(../img/r_all.png) no-repeat 0 -416px;
    padding-top: 7px;
    padding: 7px;
    box-sizing: border-box;
}

.xxl_r_assBg .xxl_assCode {
    margin-bottom: 6px;
}

.xxl_r_nav .xxl_r_con .xxl_topImg,
.xxl_r_assBg .xxl_assCode {
    /* width: 100%; */
    display: block;
    margin: 0 auto;
}

.xxl_r_burst .xxl_r_assBg p {
    width: 100%;
}

.xxl_r_assBg p {
    width: 101px;
    height: 34px;
    line-height: 17px;
    color: #dcdcdc;
    font-size: 12px;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
}

.xxl_r_assBg p span {
    color: #cd974b;
}

.xxl_r_con .xxl_r_wc_gzh {
    position: relative;
    background: url(../img/r_all.png) no-repeat -122px -160px;
}

.xxl_r_con .xxl_r_assBg {
    display: none;
    position: absolute;
    top: -66px;
    left: -116px;
    width: 115px;
    height: 154px;
    background: url(../img/r_all.png) no-repeat 0 -416px;
    padding-top: 7px;
}

.xxl_r_assBg .xxl_assCode {
    margin-bottom: 6px;
}

.xxl_r_con .xxl_r_wc_sph {
    position: relative;
    background: url(../img/index.png) no-repeat -122px 0;
}

.xxl_r_wc_sph .xxl_r_assBg p {
    width: 100%;
}

.xxl_r_con .xxl_r_wc_sph {
    position: relative;
    background: url(../img/r_all.png) no-repeat -122px 0;
}

.xxl_footer_wrap {
    position: relative;
    z-index: 2;
    height: 362px;
    background: url(../img/bg_footer.jpg) no-repeat center 0;
}

.xxl_foot {
    background: #fff;
    color: #000;
    font: 12px/20px "微软雅黑", "宋体";
    min-width: 1050px;
    margin: 0 auto;
    text-align: left;
}

.xxl_footer_wrap .xxl_foot {
    position: relative;
    background: none;
    width: 1200px;
    padding-top: 80px;
}

.xxl_footer_wrap .xxl_foot_cpright {
    padding: 0;
}

.xxl_foot_cpright {
    padding: 15px 20px;
}

.xxl_footer_wrap .xxl_foot_lefts {
    display: block;
    float: none;
    height: 66px;
    padding-bottom: 10px;
    margin-bottom: 12px;
    border-bottom: 2px solid #d4d4d4;
}

.xxl_footer_wrap .xxl_foot_ieg_logo {
    float: left;
    width: 285px;
    height: 64px;
    margin: 0;
    background: url(../img/spr.png) no-repeat 0 0;
    text-indent: -99999999px;
    overflow: hidden;
}

.xxl_footer_wrap .xxl_logol {
    width: 70px;
    height: 64px;
    margin: 0;
    background: url(../img/spr.png) no-repeat -285px 0;
}

.xxl_foot_left {
    float: left;
    text-indent: -999em;
    overflow: hidden;
    margin: 10px 0 0 10px;
    width: 85px;
    height: 35px;
}

.xxl_footer_wrap .xxl_foot_links {
    position: relative;
    margin: 0;
    width: 650px;
}

.xxl_foot_links {
    display: inline;
    float: right;
}

.xxl_footer_wrap p,
.xxl_footer_wrap .xxl_foot_links li {
    margin: 0;
    font-size: 12px;
}

.xxl_foot_links li {
    line-height: 20px;
    overflow: hidden;
}

.xxl_foot_links .xxl_link_map span,
.xxl_foot_links .xxl_link_map a {
    font-size: 12px;
    color: #494949;
}

.xxl_xxl_f_line {
    margin: 0 2px;
}

.xxl_footer_wrap .xxl_foot_links,
.xxl_footer_wrap .xxl_foot_links a:link,
.xxl_footer_wrap .xxl_foot_links a:visited {
    color: #646467;
    text-decoration: none;
}

.xxl_footer_wrap p,
.xxl_footer_wrap .xxl_foot_links li {
    margin: 0;
    font-size: 12px;
}

.xxl_footer_wrap .xxl_copyright_zh {
    position: absolute;
    right: 0;
    top: 26px;
}

.xxl_footer_wrap .xxl_copyright_en {
    padding-top: 6px;
}

.xxl_foot_links .xxl_copyright_txt {
    font-size: 10px;
}

.xxl_footer_wrap .xxl_limt_age {
    display: none;
}

.xxl_foot_links li img {
    vertical-align: middle;
    margin-right: 3px;
    display: inline;
}

.xxl_footer_wrap .xxl_foot_tips {
    position: absolute;
    left: 0;
    top: 170px;
    padding-top: 0;
    width: 508px;
    font-size: 12px;
    color: #666;
}

.xxl_footer_wrap .xxl_foot_tips em {
    margin-right: 12px;
    color: #6d6d6d;
}

.xxl_footer_wrap .xxl_foot_tips .xxl_intro {
    margin-top: 6px;
    font-size: 12px;
    color: #666;
}

.xxl_footer_wrap .xxl_foot_tips .xxl_report {
    position: absolute;
    left: 550px;
    top: 106px;
    width: 300px;
}