* {
    box-sizing: border-box
}

body,
dd,
dl,
dt,
h1,
h2,
h3,
iframe,
li,
p,
ul {
    padding: 0;
    margin: 0
}

body {
    font-size: 14px;
    font-family: "Microsoft YaHei", "微软雅黑", Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #999
}

img {
    display: inline-block;
    vertical-align: bottom
}

ul {
    list-style: none
}

a {
    text-decoration: none
}

/* #index-video {
    display: none;
} */

.tabs li {
    float: left;
    margin-left: 72px
}

.tabs li a {
    display: block;
    height: 57px;
    width: 188px;
    border: 1px solid #999;
    font-size: 18px;
    color: #999;
    padding: 15px 0 0 93px;
    background-color: transparent;
    background: transparent url(https://www.dota2.com.cn/international/2017/qualifiers/images/sprites-icons.png) no-repeat
}

.tabs li:first-child {
    margin-left: 0
}

.index-container {
    background: url(https://www.dota2.com.cn/international/2017/qualifiers/images/bg-livemiddle.jpg) repeat-y center top;
    min-width: 1100px
}

.index-container .container-wrapper {
    padding-top: 45px;
    background: url(https://www.dota2.com.cn/international/2017/qualifiers/images/bg-livetop.jpg) no-repeat center top
}

.index-container ul.live-tabs {
    width: 1100px;
    margin: 0 auto;
    height: 61px
}

.index-container ul.live-tabs li {
    margin-left: 12px
}

.index-container ul.live-tabs li a {
    width: 266px;
    height: 61px;
    background-position: 40px -178px;
    padding-top: 19px;
    padding-left: 80px;
    border-color: #666;
    color: #666;
    cursor: pointer
}

.index-container ul.live-tabs li:first-child {
    margin-left: 0
}

.index-container ul.live-tabs li:not(.active) a:hover {
    border-color: #999;
    color: #999;
    background-position-x: -234px
}

.index-container ul.live-tabs li.active a {
    background-color: #866e51;
    border-color: #866e51;
    color: #FFF;
    background-position-y: -258px
}

.index-container .live {
    margin: 30px auto 0;
    width: 1100px;
    height: 620px;
    background-color: #000
}

.index-container .live iframe {
    border: none
}

.index-container .panes {
    width: 1100px;
    margin: 40px auto 0;
    height: 80px;
    background: rgba(51, 51, 51, .4)
}

.index-container .panes li {
    float: left;
    height: 80px;
    line-height: 80px;
    overflow: hidden;
    width: 14.55%;
    text-align: center;
    margin-left: 0
}

.index-container .panes li i {
    display: inline-block;
    background: transparent url(https://www.dota2.com.cn/international/2017/qualifiers/images/img-sprites.png) no-repeat;
    vertical-align: middle;
    cursor: pointer
}

.index-container .panes li:first-child+li i {
    width: 103px;
    height: 40px
}

.index-container .panes li:first-child+li+li i {
    width: 103px;
    height: 44px;
    background-position-y: -48px
}

.index-container .panes li:first-child+li+li+li i {
    width: 116px;
    height: 36px;
    background-position-y: -101px
}

.index-container .panes li:first-child+li+li+li+li i {
    width: 77px;
    height: 49px;
    background-position-y: -150px
}

.index-container .panes li:first-child+li+li+li+li+li i {
    width: 111px;
    height: 24px;
    background-position-y: -220px
}

.index-container .panes li:first-child+li+li+li+li+li+li i {
    width: 103px;
    height: 45px;
    background-position-y: -255px
}

.index-container .panes .title {
    width: 139px;
    font-size: 18px;
    color: #999;
    padding-left: 10px;
    line-height: 80px
}

.index-container .panes .active {
    background: #666
}

.index-container .section {
    padding-top: 106px
}

.index-container .section h2 {
    width: 134px;
    height: 30px;
    background: transparent url(https://www.dota2.com.cn/international/2017/qualifiers/images/img-sprites.png) no-repeat -166px top;
    margin: 0 auto
}

.index-container .section .news-lists {
    width: 1000px;
    margin: 35px auto 0
}

.index-container .section .news-lists .list {
    position: relative;
    margin: 0 auto;
    width: 993px;
    height: 171px;
    box-sizing: border-box;
    overflow: hidden;
    border-bottom: 1px solid rgba(102, 102, 102, .15);
    transition: background ease-in-out .1s
}

.index-container .section .news-lists .list a {
    display: block;
    padding: 17px 20px 26px 15px
}

.index-container .section .news-lists .list .logo {
    float: left;
    margin-right: 15px;
    width: 230px;
    height: 135px;
    border: 1px solid #666;
    box-sizing: border-box;
    overflow: hidden
}

.index-container .section .news-lists .list .logo img {
    width: 100%;
    height: 100%
}

.index-container .section .news-lists .list .news-content {
    position: relative
}

.index-container .section .news-lists .list .news-content .date {
    position: absolute;
    top: 18px;
    right: 0;
    font-size: 14px;
    color: #ccc
}

.index-container .section .news-lists .list .news-content h3 {
    padding-right: 150px;
    font-size: 18px;
    color: #ccc;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 15px 0 15px 0;
    width: 600px
}

.index-container .section .news-lists .list .news-content .brief {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    height: 80px;
    overflow: hidden
}

.index-container .section .news-lists .list:hover {
    background-color: #15191d
}

.index-container .section .news-lists .list:first-child {
    border-top: 1px solid rgba(102, 102, 102, .15)
}

.index-container .livebottom {
    padding-top: 280px;
    height: 1415px;
    background: transparent url(https://www.dota2.com.cn/international/2017/qualifiers/images/bg-livebottom.jpg) no-repeat center 0;
    margin-top: -230px
}

.index-container .news-more {
    width: 160px;
    margin: 0 auto
}

.index-container .news-more .more {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 160px;
    height: 28px;
    border: 1px solid #666;
    color: #666;
    font-size: 14px;
    line-height: 28px;
    z-index: 11;
    text-align: center
}

.index-container .news-more .icon {
    position: relative;
    display: block;
    margin: 10px auto 0;
    z-index: 11;
    width: 16px;
    height: 14px;
    background: transparent url(https://www.dota2.com.cn/international/2017/qualifiers/images/img-sprites.png) no-repeat right -48px
}

.index-container .news-more:hover .more {
    background-color: #866e51;
    color: #FFF;
    border-color: #786753
}

.index-container .news-more:hover .icon {
    background-position-y: -63px
}
