html {
    font-family: Source Sans Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
    font-size: 1.1994vw;
    word-spacing: 1px;
    width: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#__layout,#__layout>div,#__nuxt,body,html {
    height: 100%
}

*,:after,:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0
}

.button--green {
    display: inline-block;
    border-radius: .29985vw;
    border: 1px solid #3b8070;
    color: #3b8070;
    text-decoration: none;
    padding: .74963vw 2.24888vw
}

.button--green:hover {
    color: #fff;
    background-color: #3b8070
}

.button--grey {
    display: inline-block;
    border-radius: .29985vw;
    border: 1px solid #35495e;
    color: #35495e;
    text-decoration: none;
    padding: .74963vw 2.24888vw;
    margin-left: 1.12444vw
}

.button--grey:hover {
    color: #fff;
    background-color: #35495e
}

.ignore-match-list {
    min-height: 100%;
    color: #333;
    background: #ddd;
    font-size: 13px;
    font-family: Helvetica Neue,PingFangSC,Hiragino Sans GB,Microsoft YaHei,serif;
    font-weight: 400
}

.ignore-match-list .container {
    width: 1167px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    padding-bottom: 30px
}

.ignore-match-list .container .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 97px;
    position: relative;
}

.ignore-match-list .container .header .logo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 209px;
    height: 37px
}
.ignore-match-list .container .header .btns {
    position: absolute;
    right: 0;
    bottom: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 99;
}
.ignore-match-list .container .header .btn-switch-sports,.ignore-match-list .container .header .btns {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ignore-match-list .container .header .btn-switch-sports {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
    height: 25px;
    font-size: 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #494a81;
    color: #494a81;
    text-decoration: none;
    margin-right: 14px;
    padding: 0 10px
}

.ignore-match-list .container .header .btn-switch-sports:hover {
    background: #494a81;
    color: #fff
}
.ignore-match-list .container .header .btn-switch-sports {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
    height: 28px;
    font-size: 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #3079f2;
    color: #3179f1;
    text-decoration: none;
    margin: auto 10px auto auto
}

.ignore-match-list .container .header .btn-switch-sports:hover {
    background: #2a75f6;
    color: #fff
}

/*@media screen and (max-width: 960px) {
    .ignore-match-list .container .header .btn-switch-sports {
        width:76px;
        height: 20px;
        font-size: 10px
    }
}*/

.ignore-match-list .container .content {
    position: relative
}

.ignore-match-list .container .content ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.ignore-match-list .container .content ul .th {
    height: 80px
}

.ignore-match-list .container .content ul .th .td-1 {
    width: 131px
}

.ignore-match-list .container .content ul .th .td-2 {
    width: 84px
}

.ignore-match-list .container .content ul .th .td-3 {
    width: 95px
}

.ignore-match-list .container .content ul .th .td-4 {
    width: 178px
}

.ignore-match-list .container .content ul .th .td-5 {
    width: 98px
}

.ignore-match-list .container .content ul .th .td-6 {
    width: 178px
}

.ignore-match-list .container .content ul .th .td-7 {
    width: 293px
}

.ignore-match-list .container .content ul .th .td-8 {
    width: 238px
}
.ignore-match-list .container .content ul .th .td-9 {
    width: 100px
}
.ignore-match-list .container .content ul .th .td {
    height: 100%;
    border-right: 1px solid #e7e7e7;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    display: -webkit-inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle
}

.ignore-match-list .container .content ul .th .td:last-child {
    border: none
}

.ignore-match-list .container .content ul .th:nth-child(odd) {
    background-color: #fff
}

.ignore-match-list .container .content ul .th:nth-child(2n) {
    background-color: #f5f5f5
}

.ignore-match-list .container .content ul .th:first-child {
    height: 32px;
    background-color: #7197c2;
    color: #fff
}

.ignore-match-list .container .content ul .th .score {
    font-weight: 700
}

.ignore-match-list .container .content ul .th .away-name,.ignore-match-list .container .content ul .th .home-name,.ignore-match-list .container .content ul .th .league-name {
    text-align: center;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis
}

.ignore-match-list .container .content ul .th .weather {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.ignore-match-list .container .content ul .th .weather-icon {
    width: 64px;
    text-align: right
}

.ignore-match-list .container .content ul .th .weather-icon img {
    height: 20px;
    width: 20px;
    vertical-align: top
}

.ignore-match-list .container .content ul .th .weather-text {
    width: 97px
}

.ignore-match-list .container .content ul .th .btn-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.ignore-match-list .container .content ul .th .btn-group .link-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 48px;
    height: 28px;
    font-size: 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #3079f2;
    color: #3179f1;
    text-decoration: none;
    margin-left: 10px
}


/*@media screen and (max-width: 960px) {
    .ignore-match-list .container .content ul .th .btn-group .link-btn {
        width:50px;
        height: 20px;
        font-size: 10px
    }
}*/

.ignore-match-list .container .content ul .th .btn-group .link-btn:first-child {
    margin-left: 0
}

.ignore-match-list .container .content ul .th .btn-group .link-btn:hover {
    background: #2a75f6;
    color: #fff
}

.ignore-match-list .container .content ul .th .green-color {
    color: #229833
}

.ignore-match-list .container .content ul .th .gray-color {
    color: #999
}

.ignore-match-list .container .content .match-list-h5 {
    display: none
}

.ignore-match-list .match-list-none {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.ignore-match-list .match-list-none>img {
    height: 150px;
    width: 150px;
    vertical-align: top
}

.ignore-match-list .match-list-none>p {
    margin: 10px 0 0;
    font-size: 16px;
    color: #545a6a;
    text-align: center
}

.ignore-match-list .mi-tag {
    animation-name: miTag-data-v-2926808c;
    animation-duration: .5s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    -webkit-animation-name: miTag-data-v-2926808c;
    -webkit-animation-duration: .5s;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite
}

@-webkit-keyframes miTag-data-v-2926808c {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes miTag-data-v-2926808c {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

/*@media screen and (max-width: 960px) {
    .ignore-match-list {
        font-size:10px;
        font-weight: 400
    }

    .ignore-match-list .container {
        width: 100%;
        padding: 0 5px 10px
    }

    .ignore-match-list .container .header .btn-switch-sports {
        margin: auto 0 10px auto
    }

    .ignore-match-list .container .content ul .th {
        height: auto
    }

    .ignore-match-list .container .content ul .th .td-1,.ignore-match-list .container .content ul .th .td-2,.ignore-match-list .container .content ul .th .td-3 {
        width: 20%
    }

    .ignore-match-list .container .content ul .th .td-4 {
        width: 25%
    }

    .ignore-match-list .container .content ul .th .td-5 {
        width: 15%
    }

    .ignore-match-list .container .content ul .th .td {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .ignore-match-list .container .content ul .th .weather {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .ignore-match-list .container .content ul .th .weather img {
        width: 20px;
        height: 20px
    }

    .ignore-match-list .container .content ul .th .home-away-team p {
        line-height: 14px
    }

    .ignore-match-list .container .content ul .th .btn-group {
        padding: 10px 0
    }

    .ignore-match-list .container .content ul .th .btn-group .link-btn {
        margin: 5px 0 0
    }

    .ignore-match-list .container .content ul .th .btn-group .link-btn:first-child {
        margin-top: 0
    }

    .ignore-match-list .container .content .match-list-pc {
        display: none
    }

    .ignore-match-list .container .content .match-list-h5 {
        display: block
    }
}*/
