﻿
.tname {
    flex: 1;
    text-align: center;
    font-size: 18px;
}

    .tname div {
        margin-top: 8px;
        color: #f60;
    }

    .tname img {
        max-width: 150px;
        max-height: 150px;
    }

.tdesc {
    flex: 3;
}

    .tdesc > div {
        text-align: right;
        margin-bottom: 10px;
    }

    .tdesc table {
        width: 80%;
        margin: auto;
    }

        .tdesc table tr {
            border: 1px #eee solid;
            line-height: 30px;
        }

            .tdesc table tr:nth-child(2n+1) {
                background-color: #f5f5f5;
            }

            .tdesc table tr th {
                text-align: right;
                color: #999;
            }

            .tdesc table tr td {
                padding: 2px 10px;
            }

.tlink {
    width: 95px;
    text-align: right;
}

.tlink {
    width: 112px;
    text-align: right;
}

.flat-show {
    display: none;
}
.phone-show,
.top_title {
    display: none;
}
.event-league {
    text-align: center;
    line-height: 30px;
}
.team_left {
    text-align: left !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.team_right {
    text-align: left !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}



.td-time {
    text-align: center;
    transform: scale(0.8);
    line-height: 20px;
}

    .tlink a {
        width: 98px !important;
        text-align: center;
        margin-bottom: 10px;
    }


    @media screen and (min-width:1200px){
        .team_right {
            text-align: left !important;
        }
        .team_left {
            text-align: right !important;
        }
        
    } 
    
    @media screen and (min-width: 1024px) and (max-width: 1199px) {
        .team_right {
            text-align: left !important;
        }
        .team_left {
            text-align: right !important;
        }
        
    
    }
    @media screen and (min-width: 960px) and (max-width: 1023px) {
        .flat-not {
            display: none;
        }
        .flat-show {
            display: block;
        }
        .team_right {
            text-align: left !important;
        }
        .team_left {
            text-align: right !important;
        }
    }
    
    @media screen and (min-width: 768px) and (max-width: 959px) {
        .team_right {
            text-align: left !important;
        }
        .team_left {
            text-align: right !important;
        }
        .flat-not {
            display: none;
        }
        .flat-show {
            display: block;
        }
        .tbody table {
            font-size: 12px;
        }
        .tbody img {
            max-height: 20px;
            max-width: 20px;
            margin-right: 10px;
        }
        
    }
    
    @media screen and (min-width: 480px) and (max-width: 767px){
        .tbody td:not(:first-child) {
            text-align: none !important;
        }
        .pc-show {
            display: none ;
        }
        .phone-show,
        .top_title {
            display: block;
        }
        .btn-a {
            display: flex;
            justify-content: space-between;
            display: -webkit-flex;
            -webkit-justify-content: space-between;
            width: 100vw;
            background: #FFF;
            padding: 10px 10px 0;
            /* text-align: right; */
        }
        .tname img {
            max-width: 120px;
            max-height: 120px;
        }
        
        .top_title  {
            display: flex;
            justify-content: flex-start;
            /* align-items: center; */
            display: -webkit-flex;
            -webkit-justify-content: flex-start;
            /* -webkit-align-items: center; */
    
            height: 40px;
            background: #FFF;
            padding-left: 20px;
        }
        .top_title > i {
            padding: 10px 10px 10px 0;
            font-size: 21px;
            color: #999;
        }
    }
    
    @media screen and (max-width: 479px) {
        .pc-show {
            display: none;
        }
        .phone-show,
        .top_title {
            display: block;
        }
        .btn-a {
            display: flex;
            justify-content: space-between;
            display: -webkit-flex;
            -webkit-justify-content: space-between;
            width: 100vw;
            background: #FFF;
            padding: 10px 10px 0;
            /* text-align: right; */
        }
        .side-title {
            font-size: 14px;
        }
        .tname div {
            font-size: 16px;
        }
        .tdesc table {
            font-size: 12px;
        }
        .tname img {
            max-width: 120px;
            max-height: 120px;
        }
        .top_title  {
            display: flex;
            justify-content: flex-start;
            /* align-items: center; */
            display: -webkit-flex;
            -webkit-justify-content: flex-start;
            /* -webkit-align-items: center; */
    
            height: 40px;
            background: #FFF;
            padding-left: 20px;
        }
        .top_title > i {
            padding: 10px 10px 10px 0;
            font-size: 21px;
            color: #999;
        }
    }