.banner{
    margin:12px 0;
    text-align: center;
}

.section1{}
.section1 .slide{
    float: left;
    width: 440px;
    margin:0 0 6px 0;
}
.section1 .slide .swiper-pagination{
    bottom: 9px!important;
    left: 365px!important;
    right: 0!important;
    width: auto!important;
}
.section1 .slide .swiper-pagination-bullet{
    width: 8px!important;
    height: 8px!important;
    border-radius: 4px!important;
    margin:0 6px!important;
    background: #a8a8a8!important;
    opacity: 1!important;
}
.section1 .slide .swiper-pagination-bullet-active{
    background: #ffea6d!important;
    width: 22px!important;
}
.section1 .slide .img{
    width: 440px;
    height: 360px;
}
.section1 .slide .text{
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    line-height: 30px;
    font-size: 14px;
    color:#ffffff;
    background: rgba(0,0,0,0.3);
    padding:0 0 0 12px;
}
.section1 .slide .swiper-slide:hover .text{
    color:#ffea6d;
}

.section1 .news{
    width: 420px;
    float: left;
    margin:0 15px;
}
.section1 .news a:hover{
    color:#4a94d3;
}
.section1 .news .headline-b{
    font-size: 18px;
    text-align: center;
    line-height: 36px;
    color:#ffc45c;
    display: block;
    font-weight: bold;
}
.section1 .news .headline-s{
    margin:0 0 12px 0;
    text-align: center;
    font-size: 14px;
    color:#999999;
    display: block;
}
.section1 .news .list{}
.section1 .news .list li{
    line-height: 30px;
    font-size: 14px;
    color:#333333;
}
.section1 .news .list li a{
    margin: 0 0 0 8px;
    display: inline-block;
    width: 345px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
}
.section1 .news .list li a:hover{
    color:#ffc45c;
}
.section1 .news .list li .date{
    color:#999999;
    float: right;
}
.section1 .news .list li .dot{
    width: 8px;
    height: 8px;
    border: 1px solid #b2b2b2;
    display: inline-block;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.section1 .games{
    width: 310px;
    float: right;
}
.section1 .games .tabs-wrap{
    line-height: 40px;
    font-size: 0;
    color:#ababab;
    text-align: center;
    background: #484848;
}
.section1 .games .tabs-wrap .tab{
    width: 145px;
    display: inline-block;
    cursor: pointer;
    position: relative;
}
.section1 .games .tabs-wrap .tab p{
    line-height: 23px;
    height: 23px;
    vertical-align: middle;
    display: inline-block;
    font-size: 18px;
    width: 100%;
}
.section1 .games .tabs-wrap .tab:first-child p{
    border-right:1px solid #535353;
}
.section1 .games .tabs-wrap .tab:last-child p{
    border-left:1px solid #3a3a3a;
}
.section1 .games .tabs-wrap .tab .arrow{
    display: none;
    position: absolute;
    bottom: -8px;
    left: 62px;
    height: 0;
    width: 1px;
    border-top: 8px solid #484848;
    border-left: 11px solid rgba(0,0,0,0);
    border-right: 11px solid rgba(0,0,0,0);
    border-bottom: 0;
    z-index: 100;
}
.section1 .games .tabs-wrap .tab.active{
    color:#ffc45c;
}
.section1 .games .tabs-wrap .tab.active .arrow{
    display: block;
}
.section1 .games .contents-wrap{
    background: #28272c;
}
.section1 .games .contents-wrap .content{
    display: none;
}
.section1 .games .contents-wrap .content.active{
    display: block;
    height:320px;
}
.section1 .games .contents-wrap .icons{}
.section1 .games .contents-wrap .icons li{
    float: left;
    width: 102px;
    height: 102px;
    border-top:1px solid #111014;
    border-right:1px solid #111014;
    text-align: center;
    color:#999999;
}
.section1 .games .contents-wrap .icons li:hover{
    background: #3d3d3d;
}
.section1 .games .contents-wrap .icons li img{
    margin: 12px 0 6px 0;
}
.section1 .games .match-slide .swiper-slide{
    background: #28272c;
}
.section1 .games .match-slide .swiper-slide li{
    width: 120px;
    margin: 14px 0 0 22px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    background: #484848;
}
.section1 .games .match-slide .swiper-slide li p{
    position: absolute;
    left:0;
    right:0;
    bottom:0;
    top:120px;
    color:#ffffff;
    font-size: 14px;
    line-height: 20px;
    background: rgba(0,0,0,0.4);
    -webkit-transition: top 0.3s;
    -moz-transition: top 0.3s;
    -ms-transition: top 0.3s;
    -o-transition: top 0.3s;
    transition: top 0.3s;
    text-align: center;
    padding:12px 8px 0 8px;
}
.section1 .games .match-slide .swiper-slide li:hover p{
    top:0;
}
.section1 .match-slide .swiper-pagination{
    bottom: 7px!important;
    left: 0!important;
    right: 0!important;
    width: auto!important;
    position: absolute;
}
.section1 .match-slide .swiper-pagination-bullet{
    width: 8px!important;
    height: 8px!important;
    border-radius: 4px!important;
    margin:0 6px!important;
    background: #a8a8a8!important;
    opacity: 1!important;
}
.section1 .match-slide .swiper-pagination-bullet-active{
    background: #ffea6d!important;
}


.section2{
    margin:24px 0 0 0;
}
.section2 .left{
    float: left;
    width: 800px;
}
.section2 .slide .swiper-pagination{
    bottom: 0!important;
    position: relative!important;
    margin:12px 0!important;
}
.section2 .slide .swiper-pagination-bullet{
    width: 24px;
    height: 24px;
    line-height: 24px;
    color:#e3e3e3;
    margin:0 8px!important;
}
.section2 .slide .swiper-pagination-bullet-active{
    background: #ffea6d;
    color:#8d6e17;
}

.section2 .right{
    float: right;
    width: 380px;
    background: #f7f7f7;
    padding:0 10px;
}
.section2 .right .cm-list-pt li{
    padding:12px 0;
}
.section2 .right .cm-list-pt li:hover{
    border-left: 0;
}
.section2 .right .cm-list-pt li:hover .tit{
    color:#ffc45c;
}
.section2 .right .cm-list-pt li:hover img{
    width: 112px;
    height: 72px;
    border: 4px solid #ffc45c;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.section2 .right .cm-list-pt .text{
    width: 245px;
}
.section2 .right .cm-list-pt .tit{
    font-size: 16px;
    color:#333333;
    line-height: 24px;
}
.section2 .right .cm-list-pt .date,
.section2 .right .cm-list-pt .gname{
    font-size: 14px;
    color:#c4c4c4;
    line-height: 24px;
}

.section3{
    background: #f7f5f5;
    padding:5px 0;
    margin:24px 0 0 0;
}
.section3 .slide{
    width: 720px;
    float: left;
    margin:0 0 0 5px;
    position: relative;
}
.section3 .swiper-prev,
.section3 .swiper-next{
    display: none;
    position: absolute;
    top:148px;
    width: 42px;
    height: 70px;
    cursor: pointer;
    z-index: 1000;
}
.section3 .swiper-prev{
    left: 15px;
    background: url("icons.png") no-repeat 0 0;
}
.section3 .swiper-next{
    right: 15px;
    background: url("../img/icons.png") no-repeat -87px 0;
}
.section3 .slide:hover .swiper-prev,
.section3 .slide:hover .swiper-next{
    display: block;
}
.section3 .slide .swiper-slide{
    position: relative;
    font-size: 0;
}
.section3 .slide .tit{
    font-size: 16px;
    color:#ffffff;
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    background: rgba(0,0,0,0.4);
    padding:12px 0 24px 22px;
}
.section3 .slide .swiper-pagination{
    bottom: 4px!important;
    left: 10px!important;
    width: 120px!important;
}
.section3 .slide .swiper-pagination-bullet{
    background: #c8c8c8;
    opacity: 1;
}
.section3 .slide .swiper-pagination-bullet-active{
    width: 40px;
    background: #ffea6d;
    border-radius:6px;
}
.section3 .match{
    width: 465px;
    float: left;
    background: #ffffff;
    margin: 0 0 0 5px;
}
.section3 .tabs{
    margin:0 0 12px 0;
    font-size: 0;
}
.section3 .tabs .tab{
    cursor: pointer;
    width: 70px;
    height: 38px;
    line-height: 38px;
    background: #f4f1e9;
    font-size: 16px;
    color:#333333;
    margin:1px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}
.section3 .tabs .tab img{
    width: 25px;
    height: 25px;
    vertical-align: middle;
}
.section3 .tabs .tab.active{
    background: #ffffff;
    margin:0;
    border-top:3px solid #ffc45c;
    width: 100px;
}

.section3 .match .list{
    display: none;
    padding:0 10px;
    color:#999999;
    line-height: 50px;
    overflow: auto;
    height: 297px;
}
.section3 .match .list.active{
    display: block;
}
.section3 .match .list li{}
.section3 .match .list li:hover{
    font-size: 16px;
    color:#ffc45c;
}
.section3 .match .list .name{
    margin:0 12px;
}
.section3 .match .list .time{
    float: right;
}

.section4{
    margin:24px 0 0 0;
}
.section4 .left{
    float: left;
    width: 789px;
}
.section4 .right{
    float: right;
    width: 380px;
    padding:0 10px;
    background: #f7f7f7;
}
.section4 .right{}
.section4 .right .cm-stitle .text{
    font-size: 18px;
    font-weight: normal;
    line-height: 26px;
    margin: 6px 0 0 0;
    padding: 0 0 0 12px;
    border-left: 5px solid #ffc45c;
    border-bottom: 0;
}
.section4 .right .focus-img{}
.section4 .right .people-list .wrap{
    border:4px solid #e9e9e9;
    border-radius: 50%;
    width: 94px;
    height: 94px;
    float: left;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin:15px 12px;
}
.section4 .right .people-list .wrap .cover{
    position: absolute;
    bottom:-94px;
    left:0;
    width: 94px;
    height: 94px;
    line-height: 94px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    background: rgba(0,0,0,0.4);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.section4 .right .people-list .wrap:hover{
    border:4px solid #fbedc8;
}
.section4 .right .people-list .wrap:hover .cover{
    bottom:0;
}
.section4 .right .people-list .wrap img{
    margin: -10px 0 0 0;
}
.section4 .right .people-list .list{
    display: none;
}
.section4 .right .people-list .list.active{
    display: block;
}

.section5{
    background: #e9e9e9;
    margin: 24px 0 0 0;
}
.section5 .cm-stitle{
    padding:12px 0 0 0;
}
.section5 .live-list{
    margin:0 0 36px 0;
}
.section5 .live-list li{
    position: relative;
    width: 280px;
    background: #ffffff;
    float: left;
    margin: 14px 26px 14px 0;
    cursor: pointer;
}
.section5 .live-list li:nth-child(4n){
    margin: 14px 0 14px 0;
}
.section5 .live-list li .tag{
    position: absolute;
    top:0;
    right:0;
    width: 34px;
    padding:0 0 0 14px;
    height: 18px;
    line-height: 18px;
    background: url("../img/icons.png") no-repeat -269px -47px;
    font-size: 12px;
    color:#ffffff;
    text-align: center;
}
.section5 .live-list .img{
    width: 280px;
    height: 150px;
}
.section5 .live-list .img-wrap{
    position: relative;
}
.section5 .live-list .img-wrap .cover{
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: rgba(0,0,0,0.4);
    display: none;
}
.section5 .live-list .img-wrap .cover .icon{
    width: 43px;
    height: 43px;
    background: url(../img/icons.png) no-repeat -353px -7px;
    margin: 55px auto;
}
.section5 .live-list li:hover .img-wrap .cover{
    display: block;
}
.section5 .live-list .text{
    margin:0 12px;
}
.section5 .live-list .name{
    font-size: 14px;
    color:#333333;
    line-height: 32px;
    border-bottom: 1px solid #e9e9e9;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.section5 .live-list .upname{
    float: left;
    line-height: 40px;
}
.section5 .live-list .icon{
    vertical-align: middle;
    margin:0 8px 0 0;
}
.section5 .live-list .view{
    float: right;
    line-height: 40px;
}