body {
    background: #f1f5f9;
}

.special-wrap {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 10px;
    background: #fff;
    margin-top: 20px;
}

.special-wrap .item {
    border-right: 1px solid #e4e4e4;
    box-sizing: border-box;
    padding: 14px 8px 14px 0;
    display: flex;
    align-items: center;
    margin-right: 11px;
}

.special-wrap .item:last-child {
    padding: 14px 0;
    margin: 0;
    border: 0;
}

.special-wrap .item .name p {
    font-size: 12px;
    color: #242424;
    font-weight: bold;
    text-align: center;
    margin-top: 9px;
}

.special-wrap .item .name .imgbox {
    width: 59px;
    box-sizing: border-box;
    border: 1px solid #e4e4e4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.special-wrap .item .name .imgbox img {
    max-width: 59px;
    max-height: 51px;
}

.special-wrap .item .list {
    margin-left: 13px;
    width: 58px;
}

.special-wrap .item .list a {
    display: block;
    font-size: 12px;
    color: #282828;
    margin-bottom: 13px;
}

.special-wrap .item .list a:last-child {
    margin-bottom: 0;
}

.location {
    margin: 20px auto;
}

.match-tab {
    background: #fff;
}

.match-tab .title {
    border-bottom: 1px solid #e4e4e4;
    padding: 22px 18px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.match-tab .title h1 {
    font-size: 17px;
    font-weight: bold;
    color: #000244;
    margin-right: 30px;
    position: relative;
}

.match-tab .title .link a.on::before,
.match-tab .title .link a:hover::before{
    content: '';
    width: 100%;
    display: block;
    height: 2px;
    background: #000244;
    position: absolute;
    left: 0;
    bottom: -28px;
}

.match-tab .title .link {
    width: 732px;
    display: flex;
    align-items: center;
    
}

.match-tab .title .link a {
    font-size: 14px;
    color: #666;
    margin-right: 35px;
     position: relative;
     font-weight: bold;
}
.match-tab .title .link a.on{
    color: #000244;
}
.match-tab .title .link a:hover {
    color: #000244;
}

.match-tab .title .link a:last-child {
    margin: 0;
}

.match-tab .functionblock {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 431px;
}

.match-tab .functionblock select {
    width: 107px;
    height: 28px;
    border: 1px solid #e4e4e4;
    outline: none;
    text-align: center;
    text-align-last: center;
}

.match-tab .functionblock .buttom {
    width: 73px;
    height: 28px;
    background: #fec300;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
}

.match-tab .details {
    margin-top: 18px;
    box-sizing: border-box;
    padding: 0 18px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.match-tab .details .img-box {
    width: 76px;
    height: 75px;
    box-sizing: border-box;
    border: 1px solid #e4e4e4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.match-tab .details .img-box img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.match-tab .details .row1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1074px;
}

.match-tab .details .row1 h1 {
    font-size: 23px;
    color: #242424;
}

.match-tab .details .row1 .function {
    display: inline-flex;
    align-items: center;
}

.match-tab .details .row1 .function p {
    font-size: 16px;
    color: #666;
}

.match-tab .details .row1 .function select {
    width: 107px;
    height: 28px;
    border: 1px solid #e4e4e4;
    outline: none;
    text-align: center;
    text-align-last: center;
    font-size: 14px;
}

.match-tab .details .row2 {
    font-size: 16px;
    color: #242424;
    margin-top: 18px;
}

.super-content {

    margin-top: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.min-wrap {
    width: 841px;

}

.model-wrap {
    background: #fff;
    margin-bottom: 20px;
}

.model-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 20px;
    position: relative;
}

.model-title::before {
    content: '';
    display: block;
    width: 5px;
    height: 20px;
    background: #fec300;
    position: absolute;
    top: 24px;
    left: 0;

}

.model-title h2 {
    font-size: 20px;
    color: #242424;

}

.model-title a {
    font-size: 12px;
    color: #666;
}

.results-wrap .row1 {
    display: flex;
    align-items: center;
    justify-content: space-between;

    box-sizing: border-box;
    padding: 0 20px;
}

.results-wrap .row1 .item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    background: #f7f7fa;
    font-size: 12px;
    color: #939393;
}

.results-wrap .row1 .item:nth-child(1) {
    width: 48px;
}

.results-wrap .row1 .item:nth-child(2) {
    width: 107px;
}

.results-wrap .row1 .item:nth-child(3) {
    width: 93px;
}

.results-wrap .row1 .item:nth-child(4) {
    width: 76px;
}

.results-wrap .row1 .item:nth-child(5) {
    width: 93px;
}

.results-wrap .row1 .item:nth-child(6) {
    width: 106px;
}

.results-wrap .row1 .item:nth-child(7) {
    width: 87px;
}

.results-wrap .row1 .item:nth-child(8) {
    width: 87px;
}

.results-wrap .row1 .item:nth-child(9) {
    width: 99px;
}

.results-wrap .row2 {
    background: #fff;
    border-bottom: 1px solid #e4e4e4;
}

.results-wrap .row2 .item {
    background: #fff;
}

.results-wrap .row2 .item:nth-child(3),
.results-wrap .row2 .item:nth-child(5) {
    color: #282828;
}

.results-wrap .row2 .c1 {
    color: #f45c4a;
}

.results-wrap .row2 .c2 {
    color: #14cc7d;
}

.results-wrap .row2 span {
    width: 45px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.results-wrap .row2 span.win {
    background: #f45c4a;
}

.results-wrap .row2 span.loser {
    background: #14cc7d;
}

.results-wrap .row2 span.ping {
    background: #a3b3be;
}

.card-item {
    width: 189px;
    border-radius: 5px;
    margin: 0 0 16px 16px;
    height: 186px;
    float: left;
    overflow: hidden
}

.card-item-top {
    width: 100%;
    height: 128px;
    overflow: hidden;
    position: relative;
    border-radius: 5px
}

.card-item-top .video-img {
    border-radius: 5px;
    width: 100%;
    min-height: 100%;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.card-item-top:hover .video-img {
    width: 100%;
    min-height: 100%;
    -webkit-transform: scale(1.08);
    transform: scale(1.08)
}

.card-item:hover .card-item-top {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2)
}

.card-item:hover .card-bottom-title {
    color: #ff4141
}

.card-item:hover .card-bottom-nums {
    bottom: -28px
}

.card-bottom {
    height: 40px;
    padding-top: 10px;
    width: 100%;
    position: relative
}

.card-bottom-title {
    line-height: 20px;
    height: 40px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.card-bottom-nums {
    position: absolute;
    bottom: 0px;
    left: 0;
    margin-top: 5px;
    height: 20px;
    background-color: #fff;
    width: 100%;
    -webkit-transition: bottom .3s ease-in-out;
    transition: bottom .3s ease-in-out
}

.card-bottom-nums .video-com .icon-eye {
    background: url(/skin/images/see_icon.png) no-repeat;
    width: 18px;
    height: 14px;
    margin-left: 15px;
    display: inline-block;
    vertical-align: middle;
}

.card-bottom-nums .video-com-text {
    vertical-align: middle;
}
.video-wrap{
    background: #fff;
}
.integral-wrap{
    background: #fff;
}
.integral-wrap .row1{
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 20px;
}
.integral-wrap .row1 .item{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    background: #f7f7fa;
    font-size: 12px;
    color: #939393;
    flex: 1;
}
.integral-wrap .row1 .item:nth-child(1){
    flex: 0 0 50px;
}
.integral-wrap .row1 .item:nth-child(2){
    flex: 0 0 130px;
    box-sizing: border-box;
    padding: 10px 0 10px 15px;
    justify-content: flex-start;
}

.integral-wrap .row2{
    background: #fff;
    border-bottom: 1px solid #e4e4e4;
}
.integral-wrap .row2 .item{
    background: none;
    color: #282828;
}
.integral-wrap .row2 .item span{
    font-weight: bold;
    color: #959595;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    display: block;
}
/*.integral-wrap .row1:nth-child(2) .item span,*/
/*.integral-wrap .row1:nth-child(3) .item span{*/
/*    background: #f45c4a;*/
/*    color: #fff;*/
/*}*/
/*.integral-wrap .row1:nth-child(4) .item span{*/
/*    background: #fec300;*/
/*    color: #fff;*/
/*}*/
.explain-wrap{
    box-sizing: border-box;
    padding: 20px;
    border-top: 1px solid #e4e4e4;
}
.explain-wrap p{
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.side-wrap{
    width: 331px;
}

.model2-wrap{
    background: #fff;
    margin-bottom: 20px;
}
.model2-title{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e4e4e4;
}
.model2-title strong{
    font-size: 20px;
    font-weight: bold;
    padding: 18px 20px;
    box-sizing: border-box;
}
.model2-list{
    box-sizing: border-box;
    padding: 20px;
}
.model2-list .item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.model2-list .item:last-child{
    margin-bottom: 0;
}
.model2-list .item img{
    width: 16px;
    height: 16px;
}
.model2-list .item p{
    width: 266px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    font-size: 14px;
    color: #2a2a2a;
}
.model2-list .item:hover p{
    color: #000244;
}

.model2-tag{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 19px 16px;
}
.model2-tag a{
    background: #f7f6fc;
    color: #282828;
    padding: 13px 10px;
    margin-right: 12px;
    margin-bottom: 10px;
}
.model2-tag2 a:nth-child(3){
    margin-right: 0;
}

.data-team-wrap{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 20px 20px 1px;
    background: #fff;
    margin-bottom: 20px;
}
.data-team-wrap .item{
    width: 143px;
    height: 143px;
    box-sizing: border-box;
    border: 1px solid #efefef;
    text-align: center;
    margin: 0 20px 20px 0;
}
.data-team-wrap .item:nth-child(5n){
    margin: 0 0 20px 0;
}
.data-team-wrap .item:hover{
    border: 1px solid #e60012;
}
.data-team-wrap .item .imgbox{
    width: 90px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px auto 10px;
}
.data-team-wrap .item .imgbox img{
    max-width: 100px;
    max-height: 100%;
}
.data-team-wrap .item p{
    font-size: 14px;
    color: #212121;
}
.data-team-wrap .item span{
    font-size: 12px;
    color: #212121;
}
.schedule-wrap{
    display: flex;
    margin-bottom: 20px;
    background: #fff;
}
.schedule-wrap .title{
    width: 138px;


    height: 64px;
    background: #ffc100;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.schedule-wrap .title p{
    margin: 14px 0 0px;
}
.schedule-wrap .schedule-con{
    display: flex;
    flex-wrap: wrap;
    height: 64px;
    border-top: 1px solid #ecf0f4;
    flex: 1;
    box-sizing: border-box;
    
}
.schedule-wrap .schedule-con .item{
    box-sizing: border-box;
    width: 37px;

    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #202020;
    text-align: center;
    border-right: 1px solid #ecf0f4;
    border-bottom: 1px solid #ecf0f4;
    cursor: pointer;
}
.schedule-wrap .schedule-con .item.on{
    background: #ffc100;
    color: #fff;
}
.tab-cont .results-wrap{
    display: none;
}
.tab-cont .results-wrap.on{
    display: block;
}
.model-title span{
    margin-left: -260px;
}
.total-wrap,.often-wrap{
    box-sizing: border-box;
    padding: 0 10px 10px;
}
.total-wrap .row1,.often-wrap .row1{
    display: flex;
    align-items: center;
    background: #f7f7fa;


    
}
.total-wrap .row1 .item ,.often-wrap .row1 .item{
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    flex: 1;
}
.total-wrap .row1 .item:nth-child(1){
    justify-content: flex-start;
    flex: 0 0 130px;
    box-sizing: border-box;
    padding-left: 30px;
}
.total-wrap .row2 .item,.often-wrap .row2 .item {
    color: #656565;
    font-weight: bold;
}
.total-wrap .row2,.often-wrap .row2{
    background: #fff;
    border-bottom: 1px solid #f6f6f6;
}
.often-wrap .row1 .item:nth-child(1){
    justify-content: flex-start;
    box-sizing: border-box;
    padding-left: 10px;
}