*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}
body{
    font:12px/1.5 tahoma,'\5FAE\8F6F\96C5\9ED1',sans-serif;
    color: #424242;
    height: 2000px;
    background: #eee;
}

/* 头部信息 */
.head{
    width: 100%;
    height: 720px;
    position: relative;
    background: url(../img/bgc-b.jpg) center center no-repeat;
    transition: background 0.85s;
}
.head .head-wrapper{
    height: 100%;
    max-width: 1358px;
    min-width: 1230px;
    margin: 0 auto;
    position: relative;
}
.head .mask{
    width: 100%;
    height: 131px;
    position: absolute;
    background: url(../img/dark.png) repeat center top;
    z-index: 1;
}
.head .mask-all{
    position: absolute;
    width: 100%;
    height: 350px;
    background: url(../img/dark2.png) repeat;
    box-sizing: border-box;
    padding-top: 88px;
    z-index: 9;
    overflow: hidden;
    display: none;
}

.head .mask-all .menu-wrapper{
    max-width: 1358px;
    min-width: 1230px;
    margin: 0 auto;
    position: relative;

}
.head .mask-all ul{
    float: left;
    margin-right: 42px;
}
.head .mask-all ul:first-child{
    margin-left: 180px;
}
.head .mask-all ul .hot{
    display: inline-block;
    border-radius: 50%;
    background: url(../img/topfoot-spr.png) -376px -113px no-repeat;
    width: 14px;
    height: 14px;
    position: relative;
    top: 2px;
    margin-right: 2px;
}
.head .mask-all ul li{
    width: 107px;
}
.head .mask-all ul li .new{
    display: inline-block;
    border-radius: 50%;
    background: url(../img/topfoot-spr.png) -357px -113px no-repeat;
    width: 14px;
    height: 14px;
    position: relative;
    top: 2px;
    margin-right: 2px;
}
.head .mask-all li a{
    display: block;
    width: auto;
    height: 29px;
    overflow: hidden;
    line-height: 29px;
    color: #e1e1e1;
    font-size: 14px;
    text-align: center;
}
.head .mask-all li a:hover{
    color: #f5d185;

}
.head .head-nav{
    width: 100%;
    height: 78px;
    z-index: 10;
    position: absolute;
}
.head .left ul{
    width: 880px;
    height: 78px;
    display:inline-flex;
    justify-content:flex-start;
    align-items: center; 
    float: left;
}
.head .left li{
    width: auto;
    padding-top: 0px;
    height: 46px;
    margin-right: 70px; 
    display: inline-block;
    text-align: center;
}
.head .left li:first-child{
    padding-top: 0;
    height: 49px;
    margin-right: 65px; 
    margin-bottom: 1px;

}
.head .left li:last-child{
    margin-right: 0; 
}
.head .left li .c{
    font-size: 18px;
    letter-spacing: 1px;
    color: #ffffff;
}
.head .left li .e{
    color: #aeaeae;
    font-size: 11px;
    margin-top: -1px;
    letter-spacing: 1px;
}
.head .right{
    width: 380px;
    height: 100%;
    position: absolute;
    right: 0;
    display: inline-flex;
    justify-content: flex-end;
    align-items:center;
    z-index: 10;
}
.head .right .search,.phone{
    width: 24px;
    height: 24px;
    padding: 8px;
    margin-right: 11px;
}
.head .right .phone{
    margin-right: 26px;
    position: relative;
}
.head .right .search a{
    width: 24px;
    height: 24px;
    background: url(../img/topfoot-spr.png) -380px -39px no-repeat;
    display: inline-block;
    
}
.head .right .phone a{
    width: 24px;
    height: 24px;
    background: url(../img/topfoot-spr.png) -352px -84px no-repeat;
    display: inline-block;

}
.head .right .phone .QRC{
    position: absolute;
    width: 211px;
    height: 178px;
    background: url(../img/topfoot-spr.png) 0 0 no-repeat;
    top: 49px;
    left:-85px;
    text-align: center;
    display: none;
}
.head .right .phone .QRC .qrc-wrapper{
    display: block;
    width: 120px;
    height: 120px;
    text-align: center;
    line-height: 117px;
    background-color: #fff;
    margin: 22px auto 0 auto;
    border-radius: 10px;
    padding-top: 5px;
    box-sizing: border-box;
}
.head .right .phone .QRC .qrc-wrapper img{
    width: 110px;
    height: 110px;
    
}
.head .right .phone .QRC p{
    color: #cdbe91;
    font-size: 12px;
    width: 100%;
    margin-top: 10px;
    text-align: center;
}
.head .right .phone .QRC .polo img{
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    right: -8px;
    bottom: -2px;
}
.head .right .login{
    width: 250px;
    height: 78px;
    vertical-align: center;
    z-index: 10;
}
.head .right .login>a{
    width: 48px;
    height: 48px;
    background-image: url(../img/topfoot-spr.png);
    background-size: 405px 178px;
    background-repeat: no-repeat;
    background-position: -304px -84px;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    margin-top: 14px;
    margin-left: 6px;
}
.head .right .login>a img{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-top: 6px;
}
.head .right .login>span{
    width: 176px;
    height: 78px;
    line-height: 78px;
    color: #fefefe;
    font-size: 16px;
    float: right;
    margin-right: 10px;
}
.head .right .login>span a{
    color: #fff3d0;
    text-decoration: none;
}

.head .right .login-mask{
    position: absolute;
    display: block;
    right: -38px;
    width: 310px;
    height: auto;
    overflow: hidden;
    background: url(../img/dark1.png) repeat;
    padding-top: 270px;
    text-align: center;
    display: none;

}
.head .right .login-mask p{
    margin-bottom: 14px;
    font-size: 12px;
    color: #848383;

}

.head .right .login-mask .go{
    display: block;
    width: 100%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background-color: #000;
    margin-top: 20px
}
.head .right .login-mask .go span{
    background: url(../img/icon.png);
    background-position: -301px -96px;
    width: 15px;
    height: 9px;
    display: inline-block;
    margin-left: 4px;
    position: relative;
}
.head .detail{
    width: 158px;
    height: 38px;
    position: absolute; 
    z-index: 1;
    left: 50%;
    margin-left: -77px;
    bottom: 91px;
    background-color:rgba(23, 23, 23, 0.69);
    text-align: center;
    border: 1px solid rgb(120, 90, 38);
}
.head .detail a{
    font-size: 14px;
    color:rgb(200, 155, 57);
    line-height: 40px;  
}
.head .detail a:hover{
    filter:brightness(1.15);
}
.head .version{
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 28px;
}
.head .version a{
    font-size: 14px;
    color: #888787;
}
.head .version em{
    color: #f5d185;
    margin-right: 10px;
    font-style: normal;
}
.head .version span{
    display: inline-block;
    padding: 0 15px;
    height: 22px;
    border: 2px solid #f5d185;
    text-align: center;
    line-height: 22px;
    background: rgba(0,0,0,0.65);
    font-size: 12px;
    color: #f5d185;
}
.head .version span:hover{
    background: rgba(0,0,0,1);
    filter:brightness(1.15);
}
.show{
    animation: topin 0.3s;
    display: block !important;
}
/* 头部信息 */
/* 轮播信息 */
.wrap{
    width: 1358px;
    padding: 40px 0 0 0;
    margin: 0 auto;
    height: auto;
}

.wrap .promo{
    width: 820px;
    height: 380px;
    float: left;
}
.wrap .promo .pic-wrapper{
    width: 820px;
    height: 340px;
    position: relative;
    overflow: hidden;
}
.wrap .promo .pic-wrapper ul{
    width: 4920px;
    height: 340px;
    position: absolute;
}

.wrap .promo .pic-wrapper ul li a{
    width: 820px;
    height: 340px;
    float: left;
}
.wrap .promo .pic-wrapper ul img{
    width: 820px;
    height: 340px;
}
.wrap .promo .promo-li{
    width: 100%;
    height: 40px;
}
.wrap .promo .promo-li li{
    list-style: none;
    float: left;
    width: 164px;
    height: 40px;
    box-sizing: border-box;
    background-color: #e3e2e2;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    color: #424242;
    letter-spacing: 1px;
}
.wrap .promo .promo-li li.current{
    color: #ab8e66;
    background-color: #f7f6f6;
    border-bottom: 2px #cea861 solid;
}


/* 轮播信息 */
/* 信息发布 */
.info{
    width: 496px;
    height: 380px;
    float: right;
    position: relative;

}
.info .info-head{
    width: 100%;
    height: 35px;    
}
.info .info-head ul{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-bottom: 1px #e0e2e2 solid;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.info .info-head li{
    font-size: 18px;
    line-height: 28px;
    position: relative;
    cursor: pointer;
    width: auto;
    min-width: 40px;
    height: 39px;
    color: #676767;
    letter-spacing: 1px;
    text-align: center;
    overflow: hidden;
}

.info .info-head li:after{
    background: url(../img/icon.png) -193px 0 no-repeat;
    position: absolute;
    bottom: 0;
    width: 200px;
    height: 7px;
    margin-left: -100px;
    display: none;
    left: 50%;
    content:""
}
.info .info-head li.current{
    font-weight: 700;
    color: #1da6ba;
}
.info .info-head li.current:after{
    display: block;
}
.info .info-head li:hover{
    font-weight: 700;
    color: #1da6ba;
}
.info .info-head li:hover:after{
    display: block;
}

.info .info-content {
    position: relative;
}
.info .info-content ul{
    position: absolute;
    display: none;
}
.info .info-content .title{
    background: url(../img/index-spr.png) 0 -458px no-repeat;
    height: 59px;
    width: 100%;
    text-align: center;
    line-height: 59px;
}
.info .info-content .title a{
    color: #0da0b4;
    font-size: 22px;
    font-weight: 700;
}
.info .info-content .content{
    list-style: none;
    width: 496px;
    height: 40px;
    line-height: 39px;
    overflow: hidden;
    box-sizing: border-box;
    border-top: 1px #e0e2e2 solid;
    text-align: left;
    font-size: 0;
}
.info .info-content .content a{
    width: 370px;
    height: 39px;
    overflow: hidden;
    margin-left: 20px;
    color: #424242;
    font-size: 14px;
    letter-spacing: 1px;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 20px;
    float: left;
}
.info .info-content .content span:last-child{
    float: right;
    font-size: 14px;
    letter-spacing: 1px;
    color: #9d9d9d;
    margin-left: 18px;
    padding-right: 2px;
}
.info .info-content .content span:first-child{
    float: left;
    width: 36px;
    height: 20px;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    margin-top: 10px;
}
.info .info-content .content span.ss{
    color: #6388c5;
    border: 1px #97afc5 solid;
}
.info .info-content .content span.sp{
    color: #e9852d;
    border: 1px #e9852d solid;
}
.info .info-content .content span.yl{
    border: 1px #69c5d2 solid;
    color: #1da6ba;
}
.info .info-content .content span.xw{
    color: #bb9a6c;
    border: 1px #c5ab86 solid;
}
.info .info-content .content span.gg{
    color: #bb9a6c;
    border: 1px #c5ab86 solid;
}
.info .info-content .content span.jx{
    color: #4ba36a;
    border: 1px #4ba36a solid;
}
.info .info-content .content span.lt{
    color: #bb9a6c;
    border: 1px #c5ab86 solid;
}

.info .info-footer{
    display: block;
    width: 496px;
    height: 40px;
    background-color: #e3e2e2;
    line-height: 40px;
    text-align: center;
    position: absolute;
    bottom: 0;
    cursor: pointer;
}
.info .info-footer span:first-child{
    font-size: 14px;
    color: #676767;
}
.info .info-footer span:nth-child(2){
    font-size: 14px;
    color: #7ea1a6;
}
.arrow{
    background: url(../img/icon.png);
    background-position: -301px -96px;
    width: 15px;
    height: 9px;
    display: inline-block;
    margin-left: 4px;
    position: relative;
}
.info .info-footer:hover{
    background-color: #dad8d8;
    border-radius: 4px;
}
.info .info-footer:hover .arrow{
    animation: arrow 1.2s linear infinite;
}
/* 信息发布 */

/* 热门活动 */
.activity{
    width: 820px;
    height: 335px;
    margin-top: 50px;
    float: left;
}
.activity .top{
    width: 100%;
    height: 35px;

}
.activity .top h2{
    float: left;
    color: #0b0b0b;
    font-size: 24px;
    line-height: 38px;
    font-weight: 400;
    position: relative;
    text-indent: 6px;
}
.activity .top h2::before{
    position: absolute;
    content: "";
    display: inline-block;
    width: 4px;
    height: 28px;
    background-color: #1da6ba;
    left: -4px;
    top: 5px;
    
}
.activity .top .top-right{
    float: right;
    width: 692px;
    height: 100%;
    border-bottom: 1px solid #e0e2e2;
    box-sizing: border-box;
}
.activity .top .top-right li{
    float: left;
    margin-right: 40px;
    min-width: 40px;
    height: 37px;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 35px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.activity .top .top-right li:after{
    background: url(../img/icon.png) -193px 0 no-repeat;
    position: absolute;
    bottom:0;
    width: 200px;
    height: 7px;
    margin-left: -100px;
    display: none;
    left: 50%;
    content:""
}
.activity .top .top-right li.selected{
    font-weight: 700;
    color: #1da6ba;
}
.activity .top .top-right li.selected:after{
    display: block;
}
.activity .top .top-right>div{
    float: right;
}

.activity .top .top-right>div a{
    color: #7ea1a6;
    line-height: 35px;
    z-index: 1;
}
.activity .top .top-right>div a:hover{
    text-decoration: underline;
    color: #1da6ba;
    font-weight: 700;
}
.activity .top .top-right>div a:hover span{
    animation: arrow 1.2s linear infinite;
}
.activity  .down{
    margin-top: 21px;
    width: 820px;
    height: 278px;
    position: relative;
}
.activity  .down>ul{
    width: 820px;
    height: 278px;
    position: absolute;
    display: none;
    top: 0;
    left: 0;
} 
.activity  .down>ul.selected{
    display: block;
}
.activity  .down>ul>li{
    width: 193px;
    height: 278px;
    margin-right: 16px;
    position: relative;
    background: #fff;
    float: left;
    transition: transform 0.3s;
    cursor: pointer;
}
.activity  .down>ul>li:last-of-type{
    margin-right: 0;

}
.activity  .down>ul>li:hover{
    transform: translateY(-10px)
}
.activity  .down>ul>li:hover .mask{
    display: block;
}
.activity  .down>ul>li .mask{
    position: absolute;
    background: rgba(0,0,0,0.65);
    width: 193px;
    height: 207px;
    display: none;
}

.activity  .down>ul>li .mask .inner-mask{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 188px;
    height: 200px;
    margin: 4px auto;
}
.activity  .down>ul>li .mask .mask-box{
    width: 188px;
    height: 200px;
    position: absolute;
    background: url(../img/icon.png) 0 0 no-repeat;
}
.activity  .down>ul>li .mask .inner-mask h4{
    font-size: 16px;
    font-weight: 400;
    color: #cdbe91;
    width: 193px;
    text-align: center;
}
.activity  .down>ul>li .mask .inner-mask p{
    font-size: 12px;
    color: #9d9c9c;
    max-height: 73px;
    overflow: hidden;
    text-align: center;
    line-height: 1.5;
    width: 168px;
}
.activity  .down>ul>li .pic img{
    width: 193px;
    height: 207px;
}
.activity  .down>ul>li>p:first-of-type{
    width: 100%;
    box-sizing: border-box;
    padding: 6px 10px 4px 10px;
    font-size: 14px;
    color: #424242;
    line-height: 18px;
    text-align: left;
}
.activity  .down>ul>li>p:last-of-type{
    position: absolute;
    font-size: 12px;
    color: #1da6ba;
    left: 10px;
    bottom: 6px;
}

/* 热门活动 */

/* 游戏下载 */
.download{
    width: 496px;
    height: 335px;
    margin-top: 50px;
    float: right;
}

.download ul{
    width: 100%;
    height: 100%;
}
.download ul li{
    float: left;
}
.download ul .download-game{
    width: 366px;
    height: 168px;
}
.download ul .download-game:hover{
    filter:brightness(1.15)
}
.download ul .p1{
    width: 118px;
    height: 76px;
    margin-left: 12px;
    background: url(../img/index-spr.png) -193px -316px no-repeat;
    line-height: 76px;
    text-align: center;
    transition: all 0.3s;
    position: relative;
}
.download ul .p1 .guide{
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 76px;
    display: none;
}
.download ul .p1 .guide a{
    width: 60px;
    height: 76px;
    float: left;
    box-sizing: border-box;
    border-right: 1px #eee solid;
    color: #424242;
    font-size: 12px;
    line-height: 30px;
    background: #fff;
}
.download ul .p1 .guide a span{
    background: url(../img/icon.png) no-repeat;
    background-position: -193px -96px;
    display: block;
    width: 19px;
    height: 21px;
    margin: 18px auto 0;
}
.download ul .p1 .guide div:last-child span{
    background-position: -217px -96px;
}
.download ul .p1 a{
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}
.download ul .p1:nth-child(2):hover>a{
    display: none;
}
.download ul .p1:nth-child(2):hover .guide{
    display: block;
}
.download ul .p1 .guide a:hover span{
    animation: scale1 ease 1s 1;
}
.download ul .p1:nth-child(3):hover{
    filter:brightness(1.15)
}
.download ul li:nth-child(3){
    margin-top: 16px;
}
.download ul li:nth-child(7){
    margin-right: 0;
}
.download ul li:nth-child(10){
    margin-right: 0;
}
.download ul .p2{
    margin: 15px 16px 0 0;
    width: 112px;
    height: 68px;
    text-align: center;
    line-height: 68px;
    background-color: #fefefe;
    transition: all 0.3s;
}
.download ul .p2:hover{
    border-radius: 4px;
    box-shadow: 0 0 10px #ccc;
}
.download ul .p2:hover a{
    color: #0da0b4;
}
.download ul .p2:hover span{
    animation: scale1 ease 1s 1
}
.download ul .p3:hover a{
    color: #0da0b4;
}
.download ul .p3:hover span{
    animation: scale1 ease 1s 1
}
.download ul .p2 a{
    color: #424242;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
.download ul .p3{
    margin: 15px 16px 0 0;
    width: 240px;
    height: 68px;
    text-align: center;
    line-height: 68px;
    background-color: #fefefe;
    transition: all 0.3s;
}
.download ul .p3:hover{
    border-radius: 4px;
    box-shadow: 0 0 10px #ccc;
}
.download ul .p3:hover a{
    color: #0da0b4;
}
.download ul .p3 a{
    color: #424242;
    width: 100%;
    height: 100%;
    display: block;
}
.download ul li span {
    background: url(../img/icon.png) no-repeat;
    display: inline-block;
}
.download ul li:nth-child(4) span{
    width: 25px;
    height: 19px;
    background-position: -318px -12px;
    position: relative;
    top:4px;
    right: 4px;
}
.download ul li:nth-child(5) span{
    width: 20px;
    height: 20px;
    background-position: -193px -71px;
    position: relative;
    top:5px;
    right: 4px;
}
.download ul li:nth-child(6) span{
    width: 20px;
    height: 20px;
    background-position: -218px -71px;
    position: relative;
    top:5px;
    right: 4px;
}
.download ul li:nth-child(7) span{
    width: 20px;
    height: 20px;
    background-position: -264px -12px;
    position: relative;
    top:5px;
    right: 4px;
}
.download ul li:nth-child(8) div{
    background: url(../img/icon.png) -247px -46px no-repeat;
    width: 29px;
    height: 14px;
    position: relative;
    top: 2px;
    left: 5px;
    display: inline-block;
}
.download ul li:nth-child(8) span{
    width: 28px;
    height: 24px;
    background-position: -231px -12px;
    position: relative;
    top:8px;
    right: 4px;
}.download ul li:nth-child(9) span{
    width: 23px;
    height: 17px;
    background-position: -319px -71px;
    position: relative;
    top:5px;
    right: 4px;
}.download ul li:nth-child(10) span{
    width: 18px;
    height: 18px;
    background-position: -375px -12px;
    position: relative;
    top:3px;
    right: 4px;
}
/* 游戏下载 */


/* 版本更新 */
.update-info {
    width: 1358px;
    float: left;
    padding:51px 0 80px;
}
.update-info .hero,.skin{
    width: 402px;
    height: 254px;
    margin-right: 16px;
    float: left;
    position: relative;
}
.update-info .hero .hero-update{
    width: 100%;
    height: 100%;

}
.update-info .hero .hero-update span{
    position: absolute;
    display: block;
    left: 9px;
    top: 9px;
    width: auto;
    height: 20px;
    padding: 0 6px;
    border-radius: 2px;
    font-size: 12px;
    text-align: center;
    color: #cdbe91;
    line-height: 19px;
    background-color: #000;
}
.update-info .hero .hero-update p:first-of-type{
    width: 100%;
    padding: 0 17px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 33px;
    font-size: 16px;
    font-weight: 700;
    color: #cdbe91;
}
.update-info .hero .hero-update p:last-of-type{
    width: 100%;
    padding-left: 17px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 12px;
    font-size: 14px;
    color:#fff;
}
.update-info .hero .hero-mask{
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,0.65);
    top: 0px;
    left: 0px;
    visibility: hidden;
}
.update-info .hero:hover .hero-mask{
    visibility: visible;
    animation: bottom1 ease 0.2s 1;
}
.update-info .hero .hero-mask .mask{
    display: block;
    position: absolute;
    left: 3px;
    top: 3px;
    background: url(../img/index-spr.png) 0 0 no-repeat;
    width: 396px;
    height: 248px;
}
.update-info .hero .hero-mask p{ 
    color: #cdbe91;
    font-size: 18px;
    position: absolute;
    left: 27px;
    top: 20px;
}
.update-info .hero .hero-mask ul{
    width: 450px;
    height: auto;
    overflow: hidden;
    padding-left: 27px;
    box-sizing: border-box;
    margin-top: 58px;
}
.update-info .hero .hero-mask li{
    font-size: 14px;
    color: #fff;
    text-align: left;
    width: 175px;
    height: 30px;
    line-height: 30px;
    list-style: none;
    float: left;
    margin: 0 32px 9px 0;
}
.update-info .hero .hero-mask .p1 span{
    display: inline-block;
    width: 34px;
    height: 4px;
    background-color: #fff;
    margin-right: 3px;
}
.update-info .hero .hero-mask .p2>span{
    display: inline-block;
    vertical-align: middle;
    width: 80px;
    height: 4px;
    background-color: #6c6c6c;
}
.update-info .hero .hero-mask .p2>span>span{
    width: 60%;
    height: 100%; 
    background-color: #fff;
    float: left;

}
.update-info .hero .hero-mask a{
    position: absolute;
    left: 25px;
    bottom: 18px;
    display: block;
    background: url(../img/index-spr.png) -401px -179px no-repeat;
    width: 154px;
    height: 42px;
    color: #ffdb8b;
    font-size: 14px;
    text-align: center;
    line-height: 42px;
}
.update-info .hero .hero-mask a:hover .arrow{
    animation: arrow ease 1s infinite;
}
.update-info .skin .skin-update{
    width: 100%;
    height: 100%;
    position: relative;
}

.update-info .more-skin li:hover img{
    transform: scale(1.2)
}
.update-info .skin .skin-update span{
    position: absolute;
    display: block;
    left: 9px;
    top: 9px;
    width: auto;
    height: 20px;
    padding: 0 6px;
    border-radius: 2px;
    font-size: 12px;
    text-align: center;
    color: #cdbe91;
    line-height: 19px;
    background-color: #000;
}
.update-info .skin .skin-update p:first-of-type{
    width: 100%;
    padding: 0 17px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 33px;
    font-size: 16px;
    font-weight: 700;
    color: #cdbe91;
}
.update-info .skin .skin-update p:last-of-type{
    width: 100%;
    padding-left: 17px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 12px;
    font-size: 14px;
    color:#fff;
}
.update-info .version{
    width: 496px;
    height: 254px;
    float: right;
}
.update-info .version div.version97,div.sell{
    float: left;
    width: 240px;
    height: 120px;
    margin-bottom: 14px;
}
.update-info .version div.xiaopao{
    float: right;
    width: 242px;
    height: 180px;
    margin-bottom: 16px;
    position: relative;
}
.update-info .version div.xiaopao:hover>div{
    display: flex;
    animation: bottom1 0.2s ease;
}
.update-info .version div.xiaopao>div{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    background: rgba(0,0,0,0.65);
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.update-info .version div.xiaopao>div .version-mask{
    width: 237px;
    height: 174px;
    margin: 1px auto;
    background: url(../img/index-spr.png) -401px 0 no-repeat;
    position: absolute;
}
.update-info .version div.xiaopao>div h6{
    font-size: 16px;
    font-weight: 400;
    color: #cdbe91;
    margin-bottom: 2px;
    max-width: 222px;
    text-align: center;
}
.update-info .version div.xiaopao>div p{
    overflow: hidden;
    font-size: 12px;
    color: #9d9c9c;
}
.update-info .version .sell a{
    width: 240px;
    height: 120px;
    background: url("../img/version2.jpeg");
    transition: background 0.5s;
    display: block;
}
.update-info .version .sell a:hover{
    background: url("../img/version3.jpeg");
}
.update-info .version div.weekfree{
    float: right;
    width: 239px;
    height: 58px;
    background: url(../img/index-spr.png) -193px -253px no-repeat;
    line-height: 58px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    position: relative;
}
.update-info .version div.weekfree:hover{
    filter:brightness(1.15)
}
.update-info .version div.weekfree:hover .arrow{
    animation: arrow ease 1.2s infinite;
}

.update-info .version div.weekfree .left{
    width: 20px;
    height: 9px;
    background: url(../img/index-spr.png) -531px -226px no-repeat;
    display: inline-block;
    margin-right: 7px;

}
.update-info .version div.weekfree .right{
    width: 15px;
    height: 9px;
    background: url(../img/index-spr.png) -506px -226px no-repeat;
    display: inline-block;
    margin-left: 7px;
}
.update-info .version div.weekfree:hover .weekfree-list{
    display: block;
    animation: topin ease 1s 1;
}
.update-info .version .weekfree-list{
    background-color: #fff;
    position: absolute;
    top: 72px;
    box-shadow: 0 0 12px #bbb;
    padding: 6px 5px 10px 5px;
    z-index: 2;
    right: 0;
    display: none;
}
.update-info .version .weekfree-list span{
    background: url("../img/index-spr.png") -556px -226px no-repeat;
    display: block; 
    width: 14px;
    height: 7px;
    position: absolute;
    top: -7px;
    right: 114px
}
.update-info .version .weekfree-list ul{
    width: 420px;
    overflow: hidden;
    margin: 0 auto;
}
.update-info .version .weekfree-list ul li{
    overflow: hidden;
    float: left;
    list-style: none;
    margin: 7px 5px 0 5px;
    position: relative;
}
.update-info .version .weekfree-list ul li a{
    width: 46px;
    height: 46px;
    border: 2px #bb9a6c solid;
    border-radius: 50%;
    display: block;
    overflow: hidden;
}
.update-info .version .weekfree-list ul li a img{
    width: 46px;
    height: 46px;
}
.update-info .more-skin{
    width: 1368px;
    height: 117px;
    margin-top: 42px;
    float: left;
    overflow: hidden;
    display: none;
}
.update-info .more-skin ul{
    width: 1380px;
    overflow: hidden;
}
.update-info .more-skin ul li{
    width: 185px;
    height: 117px;
    overflow: hidden;
    float: left;
    margin-right: 12px;
    position: relative;
}
.update-info .more-skin ul li img{
    width: 185px;
    transition: transform 0.5s;
}
.update-info .more-skin ul li p{
    position: absolute;
    width: 185px;
    text-align: center;
    bottom: 0;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    height: 30px;
    background-color: rgba(0,0,0,0.65);
    color: #cdbe91; 
}
.wrap:after{
    content:" ";
    clear: both;
    height: 0;
    width: 0;
    display: block;
    overflow: hidden;
}
/* 版本更新 */

/* 视频区 */
.video-wrap{
    width: 100%;
    min-width: 1358px;
    background-color: #e3e2e2;
    padding: 64px 0 66px 0;
}
.video-wrap .wrap{
    width: 1358px;
    margin: 0 auto;
}
.video{
    width: 820px;
    height: 463px;
    float: left;
}

.video .top{
    width: 100%;
    height: 35px;

}
.video .top h2{
    float: left;
    color: #0b0b0b;
    font-size: 24px;
    line-height: 38px;
    font-weight: 400;
    position: relative;
    text-indent: 6px;
}
.video .top h2::before{
    position: absolute;
    content: "";
    display: inline-block;
    width: 4px;
    height: 28px;
    background-color: #1da6ba;
    left: -4px;
    top: 5px;
    
}
.video .top .top-right{
    float: right;
    width: 692px;
    height: 100%;
    border-bottom: 1px solid #d6d7d8;
    box-sizing: border-box;
}
.video .top .top-right li{
    float: left;
    margin-right: 40px;
    min-width: 40px;
    height: 37px;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 35px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.video .top .top-right li:after{
    background: url(../img/icon.png) -193px 0 no-repeat;
    position: absolute;
    bottom:0;
    width: 200px;
    height: 7px;
    margin-left: -100px;
    display: none;
    left: 50%;
    content:""
}
.video .top .top-right li.selected{
    font-weight: 700;
    color: #1da6ba;
}
.video .top .top-right li.selected:after{
    display: block;
}
.video .top .top-right>div{
    float: right;
}

.video .top .top-right>div a{
    color: #7ea1a6;
    line-height: 35px;
    z-index: 1;
}
.video .top .top-right>div a:hover{
    text-decoration: underline;
    color: #1da6ba;
    font-weight: 700;
}
.video .top .top-right>div a:hover span{
    animation: arrow 1.2s linear infinite;
}
.video .down ul{
    width: 840px;
    height: auto;
    min-height: 130px;
    position: relative;
    margin-top: 32px;
    overflow: hidden;   
}
.video .down ul li{
    list-style: none;
    float: left;
    width: 193px;
    height: 185px;
    overflow: hidden;
    margin: 0 16px 16px 0;
    position: relative;
}
.video .down li .video-pic{
    width: 193px;
    height: 107px;
    position: relative;
    cursor: pointer;
}
.video .down li .video-pic img{
    width: 193px;
}
.video .down li .video-pic>span{
    position: absolute;
    right: 10px;
    top: 85px;
    color: #fff;
    font-size: 12px
}
.video .down li>p{
    position: absolute;
    left: 0;
    top: 118px;
    width: 100%;
    height: 42px;
    overflow: hidden;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 21px;
    color: #424242;
}
.video .down li .click{
    position: absolute;
    left: 9px;
    bottom: 4px;
    font-size: 12px;
    color: #919091;
}
.video .down li .time{
    position: absolute;
    right: 9px;
    bottom: 4px;
    font-size: 12px;
    color: #919091;
}
.alblum{
    width: 496px;
    height: 454px;
    float: right;
}

.alblum .top{
    width: 100%;
    height: 35px;

}
.alblum .top h2{
    float: left;
    color: #0b0b0b;
    font-size: 24px;
    line-height: 38px;
    font-weight: 400;
    position: relative;
    text-indent: 6px;
}
.alblum .top h2::before{
    position: absolute;
    content: "";
    display: inline-block;
    width: 4px;
    height: 28px;
    background-color: #1da6ba;
    left: -4px;
    top: 5px;
    
}
.alblum .top .top-right{
    float: right;
    width: 378px;
    height: 100%;
    border-bottom: 1px solid #d6d7d8;
    box-sizing: border-box;
}

.alblum .top .top-right li{
    float: left;
    margin-right: 14px;
    min-width: 40px;
    height: 37px;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 35px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.alblum .top .top-right li:after{
    background: url(../img/icon.png) -193px 0 no-repeat;
    position: absolute;
    bottom:0;
    width: 200px;
    height: 7px;
    margin-left: -100px;
    display: none;
    left: 50%;
    content:""
}
.alblum .top .top-right li.selected{
    font-weight: 700;
    color: #1da6ba;
}
.alblum .top .top-right li.selected:after{
    display: block;
}

.alblum .down{
    background: url("../img/index-spr.png") 0 -522px no-repeat;
    width: 506px;
    height: 50px;
    font-size: 16px;
    color: #ab8e66;
    text-align: center;
    line-height: 50px;
    margin-left: -5px;
    cursor: pointer;
}
.alblum .down:hover{
    filter: brightness(1.08);
}
.alblum .down:hover .arrow{
    animation: arrow 1.2s linear infinite;
}

.alblum .middle{
    width: 496px;
    height: 337px;
    overflow: visible;
    margin-top: 32px;
    position: relative;
}
.alblum .middle .middle-wrap{
    width: 496px;
    height: 337px;
    position: relative;
    overflow: hidden;
    
}
.alblum .middle .middle-wrap ul{
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
}
.alblum .middle .middle-wrap ul.alblum-selected{
    visibility: visible;

}
.alblum .middle .middle-wrap ul .alblum-selected{
    display: block;
}

.alblum .middle .middle-wrap ul li{
    width: 156px;
    height: 337px;
    margin-right: 15px;
    float: left;
    position: relative;
}
.alblum .middle .middle-wrap ul li .alblum-pic{
    position: absolute;
    width: 156px;
    height: 212px;
}
.alblum .middle .middle-wrap ul li .alblum-pic img{
    width: 156px;
}
.alblum .middle li .alblum-pic .word p:first-child{
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 140px;
}
.alblum .middle li .alblum-pic .word p:last-child{
    font-size: 12px;
    text-align: center;
    color: #fff;
    width: 100%;
    height: 36px;
    line-height: 18px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 169px;
    box-sizing: border-box;
    padding: 0 7px;
}
.alblum .middle li>p{
    font-size: 14px;
    text-align: left;
    color: #919091;
    width: 100%;
    height: 42px;
    line-height: 21px;
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 156px;
    top: 224px;
    box-sizing: border-box;
    padding: 0 7px;
}
.alblum .middle .alblum-author{
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    padding-left: 4px;
    color: #919091;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 280px;
}
.alblum .middle .alblum-author>span{
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin: -2px 2px 0 0;
    overflow: hidden;
}
.alblum .middle .alblum-author>span img{
    width: 100%;
    height: 100%;
}
.alblum .middle .left-btn{
    background: url(../img/index-spr.png) -221px -397px no-repeat;
    position: absolute;
    left: -29px;
    top: 89px;
    width: 23px;
    height: 51px;
}
.alblum .middle .right-btn{
    background: url(../img/index-spr.png) -193px -397px no-repeat;
    position: absolute;
    right: -29px;
    top: 89px;
    width: 23px;
    height: 51px;
}


/* 视频区 */
/* 赛事中心 */
.champion {
    width: 1358px;
    height: auto;
    margin: 0 auto;
    padding: 64px 0 80px 0;
}
.champion .champion-wrap{
    width: 100%;
}
.champion .champion-wrap .champion-head{
    width: 100%;
}
.champion .champion-wrap .top{
    width: 100%;
    height: 35px;

}
.champion .champion-wrap .top h2{
    float: left;
    color: #0b0b0b;
    font-size: 24px;
    line-height: 38px;
    font-weight: 400;
    position: relative;
    text-indent: 6px;
}
.champion .champion-wrap .top h2::before{
    position: absolute;
    content: "";
    display: inline-block;
    width: 4px;
    height: 28px;
    background-color: #1da6ba;
    left: -4px;
    top: 5px;
    
}
.champion .champion-wrap .top .top-right{
    float: right;
    width: 1230px;
    height: 100%;
    border-bottom: 1px solid #e0e2e2;
    box-sizing: border-box;
}
.champion .champion-wrap .top .top-right li{
    float: left;
    margin-right: 40px;
    min-width: 40px;
    height: 37px;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 35px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.champion .champion-wrap .top .top-right li:after{
    background: url(../img/icon.png) -193px 0 no-repeat;
    position: absolute;
    bottom:0;
    width: 200px;
    height: 7px;
    margin-left: -100px;
    display: none;
    left: 50%;
    content:""
}
.champion .champion-wrap .top .top-right li.selected{
    font-weight: 700;
    color: #1da6ba;
}
.champion .champion-wrap .top .top-right li.selected:after{
    display: block;
}
.champion .champion-wrap .top .top-right>div{
    float: right;
}

.champion .champion-wrap .top .top-right>div a{
    color: #7ea1a6;
    line-height: 35px;
    z-index: 1;
}
.champion .champion-wrap .top .top-right>div a:hover{
    text-decoration: underline;
    color: #1da6ba;
    font-weight: 700;
}
.champion .champion-wrap .top .top-right>div a:hover span{
    animation: arrow 1.2s linear infinite;
}
.champion .champion-wrap .top .top-right>a{
    float: right;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    color: #676767;
    line-height: 35px;
    overflow: hidden;
    height: 35px;
    margin-right:14px;
}
.champion .champion-wrap .top .top-right>a:hover{
    text-decoration: underline;
}
.champion .champion-wrap .top .top-right>a span{
    height: 25px;
    width: 25px;
    display: inline-block;
    background: url(../img/LPL.png);
    margin: -2px 4px 0 0;
    vertical-align: middle;
}
.champion .content{
    width: 1358px;
    height: auto;
    padding: 26px 0 0;
    float: left;
}
.champion .content .champion-content{
    width: 100%;
    height: 549px;
    position: relative;
    animation: topin 0.5s;
}
.champion .champion-content .contestant{
    width: 1375px;
    height: 198px;
    position: relative;
}
.champion .champion-content .contestant .ul-wraper{
    width: 1358px;
    height: 198px;
    overflow: hidden;
    position: relative;
}
.champion .champion-content .contestant ul{
    width: 3000px;
    height: 198px;
    position: absolute;
}
.champion .champion-content .contestant ul li{
    width: 259px;
    height: 198px;
    float: left;
    margin-right: 16px;
    position: relative;
    background-color: #fff;
}
.champion .contestant  li .game-status{
    width: 100%;
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    height: 28px;
    background: rgb(175,175,175) url(../img/gamelist-top-ware.png) repeat-x;
}
.champion .contestant  li .game-status p:nth-child(1){
    float: left;
    margin-left: 12px;
}
.champion .contestant  li .game-status p:nth-child(2){
    float: right;
    margin-right: 12px;

}
.champion .contestant  li .game-status p:nth-child(3){
    float: right;
    margin-right: 14px;
}
.champion .contestant  li .compete-wrap{
    width: 100%;
    height: 105px;
    background-color: #fff;
    position: relative;
}
.champion .contestant  li .compete-wrap .competeA{
    position: absolute;
    width: 85px;
    height: 85px;
    left: 6px;
    top: 10px;
    text-align: center;
}
.champion .contestant  li .compete-wrap .competeA span{
    width: 50px;
    height: 50px;
    display: block;
    margin: 8px auto;

}
.champion .contestant  li .compete-wrap .competeA span img{
    width: 50px;
    height: 50px;
}
.champion .contestant  li .compete-wrap .competeA p{
    text-align: center;
    color: #385155;
    font-size: 18px;
    line-height: 20px;
}
.champion .contestant  li .compete-wrap .competeB{
    position: absolute;
    width: 85px;
    height: 85px;
    right: 6px;
    top: 10px;
}
.champion .contestant  li .compete-wrap .competeB span{
    width: 50px;
    height: 50px;
    display: block;
    margin: 8px auto;

}
.champion .contestant  li .compete-wrap .competeB span img{
    width: 50px;
    height: 50px;
}
.champion .contestant  li .compete-wrap .competeB p{
    text-align: center;
    color: #385155;
    font-size: 18px;
    line-height: 20px;
}
.champion .contestant  li .compete-wrap .score{
    display: block;
    width: 86px;
    height: 40px;
    color: #171717;
    font-weight: 700;
    text-align: center;
    line-height: 40px;
    position: absolute;
    top: 24px;
    left: 50%;
    margin-left: -43px;
    font-size: 34px;
}
.champion .contestant  li .compete-wrap .video-back{
    width: 86px;
    height: 29px;
    line-height: 29px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -43px;
    box-sizing: border-box;
    border: 1px #727272 solid;
    text-align: center;
    color: #727272;
}
.champion .contestant  li>p{
    margin-top: 12px;
    line-height: 1.5;
    font-size: 12px;
    text-align: center;
    color: #727272;
}
.champion .contestant .left-btn{
    display: block;
    position: absolute;
    bottom: 74px;
    z-index: 1;
    background: url(../img/index-spr.png) -221px -397px no-repeat;
    position: absolute;
    width: 23px;
    height: 51px;
    left: -29px;
}
.champion .contestant .right-btn{
    display: block;
    position: absolute;
    bottom: 74px;
    z-index: 1;
    background: url(../img/index-spr.png) -193px -397px no-repeat;
    position: absolute;
    width: 23px;
    height: 51px;
    right: -12px;
}
.match{
    float: left;
    width: 820px;
    height: 313px;
    margin-top: 38px;
}
.match .match-top{
    width: 100%;
    height: 35px;

}
.match .match-top h6{
    float: left;
    color: #0b0b0b;
    font-size: 18px;
    line-height: 38px;
    font-weight: 400;
    position: relative;
    text-indent: 6px;
}

.match .match-top .top-right{
    float: right;
    width: 723px;
    height: 100%;
    border-bottom: 1px solid #e0e2e2;
    box-sizing: border-box;
}
.match .match-top .top-right li{
    float: left;
    margin-right: 50px;
    min-width: 40px;
    height: 37px;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 35px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.match .match-top .top-right li:after{
    background: url(../img/icon.png) -193px 0 no-repeat;
    position: absolute;
    bottom:0;
    width: 200px;
    height: 7px;
    margin-left: -100px;
    display: none;
    left: 50%;
    content:""
}
.match .match-top .top-right li.selected{
    font-weight: 700;
    color: #1da6ba;
}
.match .match-top .top-right li.selected:after{
    display: block;
}
.match .match-bottom .match-wrap{
    width: 840px;
    height: 257px;
    margin-top: 21px;
    position: relative;
}
.match .match-bottom .match-wrap ul{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    overflow: hidden;
}
.match .match-bottom ul li{
    list-style: none;
    float: left;
    width: 151px;
    height: 257px;
    margin-right: 16px;
    background-color: #fefefe;
    transform: translateX(850px);
    transition: transform 0.2s;
}
.match .match-bottom ul li.none{
    transform: translateX(850px);
}
.match .match-bottom ul li.shows{
    transform: translateX(0px);
}
.match .match-bottom ul li:nth-child(1){
    transition: transform 0.3s;
}
.match .match-bottom ul li:nth-child(2){
    transition: transform 0.3s 0.2s; 
}
.match .match-bottom ul li:nth-child(3){
    transition: transform 0.3s 0.4s; 
}
.match .match-bottom ul li:nth-child(4){
    transition: transform 0.3s 0.6s; 
}
.match .match-bottom ul li:nth-child(5){
    transition: transform 0.3s 0.8s; 
}
.match .match-bottom ul li:nth-child(6){
    transition: transform 0.3s 1s; 
}
.match .match-bottom ul li .pics{
    width: 151px;
    height: 203px;
    position: relative;
    background-color: #fefefe;
    background: -webkit-linear-gradient(top,#fefefe,#fefefe,#8a8a8a)
}
.match .match-bottom ul li .pics>img{
    width: 151px;
    height: 151px;
    position: absolute;
    bottom: 0;
}
.match .match-bottom ul li .pics p{
    position: absolute;
    left: 10px;
    top: 10px;
    text-align: center;
    line-height: 1;
    font-family: tttgbnumber,sans-serif;
    font-size: 24px;
    color: #7b7b7b;
}
.match .match-bottom ul li .pics>span{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 8px;
    right: 9px;
    display: block;
}
.match .match-bottom ul li .pics>span>img{
    width: 30px;
    height: 30px;
}
.match .match-bottom ul li .name{
    color: #424242;
    font-size: 14px;
    width: 100%;
    height: 20px;
    line-height: 20px;
    padding-left: 10px;
    box-sizing: border-box;
    margin-top: 7px;
    letter-spacing: 1px;
}
.match .match-bottom ul li .des{
    color: #7ea1a6;
    font-size: 14px;
    width: 100%;
    height: 20px;
    overflow: hidden;
    line-height: 20px;
    padding-left: 10px;
    box-sizing: border-box;
    margin-top: 3px;
}

.champion .champion-content>.score{
    width: 496px;
    height: auto;
    margin-top: 38px;
    float:right;

}
.champion .champion-content>.score .score-rank{
    width: 100%;
    position: relative;
}

.champion .champion-content>.score .score-rank>p{
    position: absolute;
    width: auto;
    height: 28px;
    top: 5px;
    left: -6px;
    box-sizing: border-box;
    color: #0b0b0b;
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
}
.champion .champion-content>.score .score-rank>.score-head{
    position: absolute;
    top: 56px;
    width: 496px;
    height: 32px;
    line-height: 32px;
    box-sizing: border-box;
    padding: 0 18px;
    color: #151517;
    font-size: 16px;
    font-weight: 400;
    background-color: #e0e0e0;
}

.champion .champion-content>.score .score-rank>.score-head p:nth-child(1){
    width: 44px;
    float: left;
}
.champion .champion-content>.score .score-rank>.score-head p:nth-child(2){
    width: 124px;
    margin-left: 69px;
    float: left;
}
.champion .champion-content>.score .score-rank>.score-head p:nth-child(3){
    width: 100px;
    text-align: center;
    margin-left: 45px;
    float: left;
}
.champion .champion-content>.score .score-rank>.score-head p:nth-child(4){
    width: 124px;
    float: right;
    width: 44px;
}
.champion .champion-content>.score .score-rank .rank{
    width: 496px;
    background-color: #fefefe;
    overflow-y: scroll;
    overflow-x: hidden;
    position: absolute;
    height: 225px;
    top:88px;
}
.champion .champion-content>.score .score-rank ul{
    width: 496px;
    height: auto;
    box-sizing: border-box;
    padding: 0 18px;
}

.champion .champion-content>.score .score-rank ul li{
    width: 460px;
    height: 46px;
    line-height: 46px;
    overflow: hidden;
    list-style: none;
    box-sizing: border-box;
    border-bottom: 1px #e0e2e2 solid;
}
.champion .champion-content>.score .score-rank ul li p:nth-of-type(1){
    float: left;
    width: 44px;
    height: 46px;
    text-align: center;
    font-family: tttgbnumber,sans-serif;
    font-size: 18px;
    color: #7b7b7b;
}
.champion .champion-content>.score .score-rank ul li span:nth-of-type(1){
    float: left;
    width: 124px;
    margin-left: 69px;
    font-size: 16px;
    color: #151517;
}
.champion .champion-content>.score .score-rank ul li span:nth-of-type(1)>img{
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: auto;
    margin: -2px 12px 0 0;
}
.champion .champion-content>.score .score-rank ul li p:nth-of-type(2){
    float: left;
    width: 100px;
    text-align: center;
    margin-left: 45px;
    font-size: 16px;
    color: #5f8d94;
}
.champion .champion-content>.score .score-rank ul li p:nth-of-type(3){
    float: right;
    width: 44px;
    text-align: center;
    font-size: 16px;
    color: #5f8d94;
}
.champion .content .game{
    width: 100%;
    height: 418px;
    min-height: 300px;
    position: relative;
    padding-top: 26px;
    animation: topin 0.5s;
}
.champion .content .game .list-col1{
    float: left;
    height: auto;
    width: 268px;
    overflow: hidden;
}
.champion .content .game .list-col1 .list-head{
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: left;
    color: #29a2b4;
    font-size: 16px;
    font-weight: 700;
    box-sizing: border-box;
    padding-left: 1px;
}
.champion .content .game .list-col1 .vs{
    margin-bottom: 39px;
}
.champion .content .game .list-col1 .vs .info{
    width: 100%;
    height: 20px;
    overflow: hidden;
    margin-bottom: 7px;
}
.champion .list-col1 .vs .info span:nth-of-type(1){
    float: left;
    height: 15px;
    line-height: 15px;
    padding: 0 2px;
    font-size: 12px;
    color: #fff;
    border-radius: 2px;
    margin-top: 3px;
    background-color: #bcbcbc;
}
.champion .list-col1 .vs .info span:nth-of-type(2){
    float: left;
    margin-left: 10px;
    height: 15px;
    line-height: 15px;
    color: #676767;
    font-size: 12px;
    margin-top: 3px;
}
.champion .list-col1 .vs .info a:nth-of-type(1){
    border-color: #bb9a6c;
    color: #bb9a6c;
    float: right;
    padding: 0 6px;
    box-sizing: border-box;
    border: 1px solid;
    font-size: 14px;
    height: 20px;
    line-height: 18px;
    margin-left: 10px;
}
.champion .list-col1 .vs .info a:nth-of-type(2){
    border-color: #7ea1a6;
    color: #7ea1a6;
    float: right;
    padding: 0 6px;
    box-sizing: border-box;
    border: 1px solid;
    font-size: 14px;
    height: 20px;
    line-height: 18px;
    margin-left: 10px;
}
.champion .content .game .list-col1 .vs .vsA{
    width: 100%;
    height: 44px;
    overflow: hidden;
    position: relative;
    background-color: #f7f6f6;
    margin-bottom: 1px;
}
.champion .content .game .list-col1 .vs .logo{
    float: left;
    width: 40px;
    height: 44px;
    text-align: center;
    line-height: 41px;
    margin-left: 6px;
    position: relative;
}
.champion .content .game .list-col1 .vs .logo img{
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
}
.champion .content .game .list-col1 .vs .logo-name{
    position: relative;
    float: left;
    font-size: 16px;
    height: 44px;
    line-height: 44px;
    color: #676767;
    margin-left: 8px;
}
.champion .content .game .list-col1 .vs .A{
    float: right;
    width: 23px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    color: #fff;
    background-color: #bcbcbc;
    font-size: 16px;
    font-family: tttgbnumber,sans-serif;
}
.champion .content .game .list-col1 .vs .B{
    float: right;
    width: 23px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    color: #fff;
    background-color: #86a2ad;
    font-size: 16px;
    font-family: tttgbnumber,sans-serif;
}
.champion .content .game .list-col1 .vs .vsB{
    width: 100%;
    height: 44px;
    overflow: hidden;
    position: relative;
    background-color: #f7f6f6;
}
/* ss */
.champion .content .game .list-col2{
    float: left;
    height: auto;
    width: 268px;
    overflow: hidden;
}
.champion .content .game .list-col2 .list-head{
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: left;
    color: #29a2b4;
    font-size: 16px;
    font-weight: 700;
    box-sizing: border-box;
    padding-left: 1px;
}
.champion .content .game .list-col2 .vs{
    margin-bottom: 39px;
}
.champion .content .game .list-col2 .vs .info{
    width: 100%;
    height: 20px;
    overflow: hidden;
    margin-bottom: 7px;
}
.champion .list-col2 .vs .info span:nth-of-type(1){
    float: left;
    height: 15px;
    line-height: 15px;
    padding: 0 2px;
    font-size: 12px;
    color: #fff;
    border-radius: 2px;
    margin-top: 3px;
    background-color: #e68f21;
}
.champion .list-col2 .vs .info span:nth-of-type(2){
    float: left;
    margin-left: 10px;
    height: 15px;
    line-height: 15px;
    color: #676767;
    font-size: 12px;
    margin-top: 3px;
}
.champion .list-col2 .vs .info a:nth-of-type(1){
    border-color: #bb9a6c;
    color: #bb9a6c;
    float: right;
    padding: 0 6px;
    box-sizing: border-box;
    border: 1px solid;
    font-size: 14px;
    height: 20px;
    line-height: 18px;
    margin-left: 10px;
}

.champion .content .game .list-col2 .vs .vsA{
    width: 100%;
    height: 44px;
    overflow: hidden;
    position: relative;
    background-color: #faf6ec;
    margin-bottom: 1px;
}
.champion .content .game .list-col2 .vs .logo{
    float: left;
    width: 40px;
    height: 44px;
    text-align: center;
    line-height: 41px;
    margin-left: 6px;
    position: relative;
}
.champion .content .game .list-col2 .vs .logo img{
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
}
.champion .content .game .list-col2 .vs .logo-name{
    position: relative;
    float: left;
    font-size: 16px;
    height: 44px;
    line-height: 44px;
    color: #676767;
    margin-left: 8px;
}
.champion .content .game .list-col2 .vs .A{
    float: right;
    width: 23px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    color: #fff;
    background-color: #d1a662;
    font-size: 16px;
    font-family: tttgbnumber,sans-serif;
}


.champion .content .game .link{
    float: left;
    display: block;
    width: 85px;
    height: 156px;
    box-sizing: border-box;
    border-top: 1px #c2c2c2 solid;
    border-bottom: 1px #c2c2c2 solid;
    margin-top: 106px;

}
.champion .content .game .link1{
    float: left;
    display: block;
    margin-top: 106px;
    background-position: 0 -452px;
    width: 110px;
    height: 155px;
    background: url(../img/events-spr.png) 0 -452px no-repeat
}
.champion .content .game .col3{
    margin-top: 75px;
}
.champion .content .game .list-col2.col3>.vs:last-child {
    margin-bottom: 0;
}
.champion .champion-wrap:after{
    content:"";
    clear: both;
    height: 0;
    display: block;
}

/* 赛事中心 */



/* 英雄资料 */
 .heros{
     width: 100%;
     padding: 66px 0;
     background-color: #e3e2e2;
     min-width: 1358px;
 }
 .heros .hero-wrap{
     width: 1358px;
     height: auto;
     margin: 0 auto;
 }
 .heros .hero-wrap .hero-head{
     width: 100%;
     height: 35px;
     position: relative;
 }
 .heros .hero-head h4{
     float: left;
     color: #0b0b0b;
     font-size: 24px;
     line-height: 40px;
     font-weight: 400;
     text-indent: 4px;
 }
 .heros .hero-head h4:before{
     position: absolute;
     content: "";
     display: inline-block;
     width: 4px;
     height: 28px;
     background-color: #1da6ba;
     left: -6px;
     top: 6px;
 }
 .heros .hero-head ul{
     float: left;
     width: 800px;
     margin-left: 40px;
 }
 .heros .hero-head ul li{
     float: left;
     line-height: 42px;
     margin-right: 40px;
     color: #676767;
    font-size: 16px;
    letter-spacing: 1px;
    transition: all 0.1s;
 }
 .heros .hero-head ul li.selected{
    font-weight: 700;
    color: #1da6ba;
 }

 .heros .hero-head ul li>span{
     width: 20px;
     height: 19px;
     display: inline-block;
     background: url(../img/index-spr.png) -406px -316px no-repeat;
     margin-right: 9px;
     vertical-align: -3px;
 }
 .heros .hero-head ul li:hover{
    font-weight: 700;
    color: #1da6ba;
 }
 .heros .hero-head ul li:hover>span{
    background: url(../img/index-spr.png) -431px -316px no-repeat;
 }
 .heros .hero-head ul li.selected>span{
    background: url(../img/index-spr.png) -431px -316px no-repeat;
 }
 .heros .hero-head>div{
     float: right;
     width: auto;
     height: 35px;
     font-size: 12px;
     color: #7ea1a6;
     line-height: 35px;
     margin-right: 3px;
 }
 .heros .hero-head>div:hover{
    color: #1da6ba;
    font-weight: 700;
    text-decoration: underline;
 }
 .heros .hero-head>div:hover span{
     animation: arrow 1.5s ease infinite;
 }

 .heros .hero-content{
     margin-top: 21px;
     width: 100%;
     height: auto;
 }
 .heros .hero-content .hero-content-wrap{
    width: 1395px;
    height: 438px;
    overflow-y: scroll;
 }
 .heros .hero-content .hero-content-wrap ul{
     widows: 100%;
     height: 1232px;

 }
 .heros .hero-content .hero-content-wrap ul li{
    width: 90px;
    height: 100px;
    margin: 0 16px 12px 0;
    position: relative;
    cursor: pointer;     
    overflow: hidden;
    float: left;
}

.heros .hero-content  ul li img{
    width: 66px;
    height: 66px;
    margin: 0 auto;
    display: block;
}
.heros .hero-content  ul li p{
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    color: #333;
    width: 90px;
}
.heros .hero-content  ul li .hero-mask{
    position: absolute;
    width: 66px;
    height: 66px;
    top: 0;
    left: 12px;
    background-color: rgba(0,0,0,0.65);
    display: none;
}
.heros .hero-content  ul li .hero-mask span{
    background: url(../img/index-spr.png) -401px -226px no-repeat;
    width: 22px;
    height: 21px;
    display: block;
    margin: 24px auto 0 auto;
}
.heros .hero-content .hero-content-wrap ul li:hover .hero-mask{
    display: block;
}
.heros .hero-content .hero-content-wrap ul li:hover p{
    color: #1da6ba;
}
/* 英雄资料 */

/* FANART创作馆 */
.fanart{
    width: 100%;
    height: auto;
}
.fanart .fanart-wrap{
    width: 1358px;
    height: 572px;
    padding: 66px 0 82px 0;
    margin: 0 auto;
    box-sizing: border-box;
}
.fanart .fanart-wrap .fanart-left{
    float: left;
    width: 820px;
    height: 424px;
}
.fanart  .fanart-left .fanart-left-top{
    width: 100%;
    height: 35px;
    position: relative;
}
.fanart  .fanart-left .fanart-left-top h4{
    float: left;
    color: #0b0b0b;
    font-size: 24px;
    line-height: 35px;
    font-weight: 400;
    text-indent: 4px;
}
.fanart  .fanart-left .fanart-left-top h4:before{
    position: absolute;
    content: "";
    display: inline-block;
    width: 4px;
    height: 28px;
    background-color: #1da6ba;
    left: -6px;
    top: 6px;
}

.fanart  .fanart-left .fanart-left-top>div{
    float: right;
    width: auto;
    height: 35px;
    font-size: 12px;
    color: #7ea1a6;
    line-height: 35px;
    margin-right: 3px;
}
.fanart  .fanart-left .fanart-left-top>div:hover{
   color: #1da6ba;
   font-weight: 700;
   text-decoration: underline;
}
.fanart  .fanart-left .fanart-left-top>div:hover span{
    animation: arrow 1.5s ease infinite;
}
.fanart  .fanart-left .fanart-left-bottom{
    width: 100%;
    height: 368px;
    margin-top: 21px;
}

.fanart  .fanart-left .fanart-left-bottom ul{
    width: 840px;
    height: 100%;

}
.fanart  .fanart-left .fanart-left-bottom ul li{
    width: 192px;
    height: 176px;
    margin: 0 17px 17px 0;
    position: relative;
    overflow: hidden;
    float: left;
}
.fanart  .fanart-left .fanart-left-bottom ul li>a>img{
    width: 192px;
    height: 192px;
    transition: transform 0.3s;
}
.fanart  .fanart-left .fanart-left-bottom ul li:hover .fanart-des{
    transform: translateY(0)
}
.fanart .fanart-left-bottom li .fanart-des{
    width: 100%;
    position: absolute;
    bottom: 0px;
    background-color: rgba(0,0,0,0.55);
    padding: 0 8px 6px 10px;
    transform: translateY(90px);
    transition: transform 0.3s;

}
.fanart .fanart-left-bottom li .fanart-des>a{
    line-height: 24px;
    font-weight: bold;
    text-align: left;
    box-sizing: border-box;
    color: #fff;
    display: block;
    padding: 8px 0 8px 2px;
    width: 174px;
}
.fanart .fanart-left-bottom li:hover>a img{
    transform: scale(1.3);
}
.fanart .fanart-left-bottom li .fanart-des .down-des{
    width: 174px;
    height: 21px;
}
.fanart .fanart-left-bottom li .fanart-des .down-des .a{
    float: left;
    text-decoration: none;
    color: #b2b2b2;
    font-size: 14px;
    margin-left: 2px;
    
}
.fanart .fanart-left-bottom li .fanart-des .down-des .a>img{
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -6px;
    margin-right: 4px;
    border-radius: 50%;
}
.fanart .fanart-left-bottom li .fanart-des .down-des .b{
    float: right;
    text-decoration: none;
    color: #b2b2b2;
    font-size: 14px;
}
.fanart .fanart-left-bottom li .fanart-des .down-des .b .riot{
    display: inline-block;
    margin-right: -2px;
    background: url(../img/index-spr.png) -456px -226px no-repeat;
    width: 23px;
    height: 17px;
    vertical-align: -3px;
}
.fanart-right{
    width: 496px;
    height: 424px;
    float: right;
    position: relative;
}
.fanart-right ul{
    width: 100%;
    bottom: 0;
}
.fanart-right li.lp{
    width: 241px;
    height: 411px;
    float: left;
    margin-top: 13px;
    position: relative;
}
.fanart-right li.lp:hover{
    transform: translateY(-10px);
    filter:brightness(1.08);
    transition: transform,filfer 0.5s,0.5s

}
.fanart-right li.lp img{
    width: 241px;
    height: 411px;
}
.fanart-right li.rp{
    width: 240px;
    height: 87px;
    margin-bottom: 16px;
    float: right;
    position: relative;
}
.fanart-right li.rp img{
    width: 240px;
    height: 87px;
}
.fanart-right li.rp span{
    position: absolute;
    color: #fff;
    font-size: 16px;
    line-height: 87px;
    width: 100%;
    height: 100%; 
    display: block;
    top: 0;
    left: 0;
}
.fanart-right .rp span>i{
    width: 17px;
    height: 17px;
    background: url(../img/index-spr.png) -484px -226px no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}
.fanart-right>ul>li.rp:hover{
    filter:brightness(1.2);
    transition: filter 0.5s
}
.fanart-right>ul>li:nth-child(2){
    margin-top: 55px;
}
.fanart-right li.rb{
    width: 239px;
    height: 58px;
    float: right;
    background: url(../img/index-spr.png) -193px -253px no-repeat;
    position: relative;
    margin-top: 2px;
}
.fanart-right li.rb:hover .arrow-media{
    animation: arrow 1.1s ease infinite;
}
.fanart-right li.rb:hover .rb-ul-wraper{
    height: 266px;
    transition: all 0.5s
}
.fanart-right li.rb .media{
    width: 100%;
    height: 100%;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    color: #fff;
    line-height: 58px;
}
.fanart-right li.rb .media .icon-left{
    width: 20px;
    height: 9px;
    background: url(../img/index-spr.png) -531px -226px no-repeat;
    display: inline-block;
    margin-right: 12px;
}
.fanart-right li.rb .media .arrow-media{
    width: 15px;
    height: 9px;
    display: inline-block;
    background: url(../img/comm-spr.png) -361px -46px no-repeat;
    position: relative;
}
.fanart-right li.rb .media .icon-right{
    width: 20px;
    height: 9px;
    background: url(../img/index-spr.png) -506px -226px no-repeat;
    display: inline-block;
    margin-left: 12px;
}
.fanart-right li.rb .rb-ul-wraper{
    width: 239px;
    height: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 58px;
    z-index: 1;
}
.fanart-right li.rb .rb-ul-wraper ul{
    width: 239px;
    height: 266px;
    padding: 6px 0;
    background-color: #fff;
    overflow-y: scroll;
} 
.fanart-right li.rb .rb-ul-wraper ul li{
    width: 239px;
    height: 19px;
    padding-left: 12px;
    box-sizing: border-box;
    margin: 8px 0;
}
.fanart-right li.rb .rb-ul-wraper ul li:hover{
    background-color: #eee;
}
.fanart-right li.rb .rb-ul-wraper ul li a{
    width: 100%;
    height: 19px;
    font-size: 12px;
    line-height: 19px;
    color: #676767;
    display: inline-block;
}

.tenc{
    width: 100%;
    min-width: 1230px;
    padding: 45px 0;
    background-color: #e3e2e2;
    color: #9f9378;
    font-size: 12px;
    line-height: 24px;
}
.tenc .tenc-wrap{
    width: 1358px;
    height: 175px;
    padding: 15px 20px; 
    position: relative;
    margin: 0 auto;
}
.tenc .tenc-wrap .tenc-left{
    width: 336px;
    height: 100px;
    float: left;
    position: absolute;
    top:50%;
    margin-left: 20px;
    margin-top: -50px;
    line-height: 100px;
}
.tenc .tenc-wrap .tenc-left .footlogo{
    display: inline-block;
    width: 198px;
    height: 34px;
    margin: 0 24px 0 8px;
    background: url(../img/topfoot-spr.png) -216px 0 no-repeat;
    vertical-align: middle;
}
.tenc .tenc-wrap .tenc-left .riotlogo{
    background: url(../img/topfoot-spr.png) -216px -84px no-repeat;
    display: inline-block;
    width: 83px;
    height: 56px;
    vertical-align: middle;
    margin: 0 0 0 8px;
}
.tenc .tenc-wrap .tenc-right{
    float: right;
    width: auto;
    margin-right: 69px;
}
.tenc .tenc-wrap .tenc-right li>a{
    color: #9f9378;
}
.tenc .tenc-wrap .tenc-right li>i{
    font-style: normal;
}
/* FANART创作馆 */

/* 侧边栏 */
.nav-bar{
    position: fixed;
    right: 0;
    bottom: 18%;
    background-color: #fff;
    border-radius: 9px 0 0 9px;
    width: 70px;
    height: auto;
}
.nav-bar ul{
    width: 66px;
    margin-left: 4px;

}
.nav-bar ul li{
    width: 66px;
    height: 53px;
    margin-bottom: 6px;
}
.nav-bar ul li a{
    width: 100%;
    height: 100%;
    text-align: center;
    color: #92a8ab;
    font-size: 12px;
    display: block;
}
.nav-bar ul li a span{
    display: inline-block;
    width: 66px;
    height: 35px;
    line-height: 35px;
}
.nav-bar ul li a span>i{
    width: 20px;
    height: 20px;
    vertical-align: middle;
    display: inline-block;
    background: url(../img/comm-spr.png)  no-repeat;
}
.nav-bar ul li:nth-child(1) a span>i{
    background-position: -243px -71px;
}
.nav-bar ul li:nth-child(2) a span>i{
    background-position:-315px -46px;
}
.nav-bar ul li:nth-child(3) a span>i{
    background-position: -291px -12px;
    width: 22px;
}
.nav-bar ul li:nth-child(4) a span>i{
    background-position: -260px -96px;
}
.nav-bar ul li:nth-child(5) a span>i{
    background-position: -220px -46px;
    width: 22px;
}
.nav-bar ul li:nth-child(6 ) a span>i{
    background-position: -193px -12px;
    width: 33px;
    height: 29px;
}
.nav-bar ul li:hover a{
    color: #309cac;
    font-weight: 700;
}

.nav-bar ul li:hover a i{
    animation: jump 1.2s 1
}







/* 侧边栏 */
/* 特别动画 */
@keyframes topin{
    from {
        transform: translateY(-10px);
        opacity: 0;
    }
    to{
        transform: translateY(0px);
        opacity: 1;
    }
}
@keyframes topin_reverse{
    from {
        transform: translateY(0px);
        opacity: 1;
    }
    to{
        transform: translateY(-10px);
        opacity: 0;
        display: none;
    }
}
@-webkit-keyframes topin{
    from {
        transform: translateY(-10px);
        opacity: 0;
    }
    to{
        transform: translateY(0px);
        opacity: 1;
    }
}
@keyframes arrow{
    0%{
        left: 0px;
    }
    25%{
        left: 8px;
    }
    50%{
        left: 0px;
    }
    65%{
        left: 6px;
    }
    80%{
        left: 0px;
    }
    100%{
        left: 0px;
    }
}
@-webkit-keyframes arrow{
    0%{
        margin-left: 4px;
    }
    25%{
        margin-left: 12px;
    }
    50%{
        margin-left: 4px;
    }
    75%{
        margin-left: 8px;
    }
    100%{
        margin-left: 4px;
    }
}
@keyframes scale1 {
    0%{
        transform: scale(0.7);
    }
    35%{
        transform: scale(1.2);
    }
    50%{
        transform: scale(0.8);    
    }
    75%{
        transform: scale(1.1);    
    }
    85%{
        transform: scale(1);    
    }
    100%{
        transform: scale(1);    
    }
}
@keyframes bottom1 {
    0%{
        top: 10px;
        opacity: 0.4
    }
    100%{
        top: 0px;
        opacity: 1
    }
}

@keyframes jump{
    25%{
        transform: translateY(-10px) rotate(10deg)
    }
    50%{
        transform: translateY(0) rotate(0deg)
    }
    75%{
        transform: translateY(-5px) rotate(-3deg)
    }
}
/* 特别动画 */
