.banner {
    margin-top: 30px;
}


/*球队简介*/

#TeamInfo {
    text-align: center;
    margin-top: 30px;
}

#TeamInfo h2 {
    font-size: 25px;
    color: #333;
}

#TeamInfo h1 {
    font-size: 20px;
    color: #333;
    display: inline-block;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 2px solid #5CC3D8;
}

#TeamInfo p {
    font-size: 14px;
    color: #666;
    text-align: left;
    line-height: 25px;
}

.duiyuan {
    margin-top: 20px;
}


/*精彩瞬间*/

.swiper-container {
    width: 60%;
    margin: 20px auto;
    height: 500px;
    border-radius: 20px;
}

#splendid {
    background: #EEEEEA;
    padding-bottom: 30px;
    text-align: center;
}

#splendid h2,
#Competition h2,
#news h2 {
    text-align: center;
    font-size: 25px;
    color: #333;
}

#splendid p {
    font-size: 16px;
    color: #333;
    border-bottom: 2px solid #5CC3D8;
    display: inline;
    padding-bottom: 10px;
}


/*最近赛事*/

#Competition {
    background: white;
    text-align: center;
}

#Competition p {
    font-size: 12px;
    color: #333;
    text-align: center;
}

#Competition .bottom {
    background: #F3F3F3;
}

#Competition .bottom h5 {
    font-size: 20px;
}

#Competition .bottom h6 {
    font-size: 14px;
}

.foosai {
    margin: 20px 0;
}


/*媒体查询    小屏幕*/

@media(max-width:768px) {
    #TeamInfo {
        margin-top: 10px;
    }
    #TeamInfo h2 {
        font-size: 20px;
        color: #333;
    }
    #TeamInfo h1 {
        font-size: 16px;
        padding-bottom: 5px;
        border-bottom: 1px solid #5CC3D8;
    }
    #TeamInfo p {
        font-size: 12px;
        line-height: 20px;
    }
    .duiyuan {
        margin-top: 10px;
    }
    .swiper-container {
        width: 100%;
        margin: 0 auto;
        height: 300px;
        border-radius: 0px;
    }
}