﻿#bottom {background: #fff;margin-top: 10px;clear: both;width: 100%;}
#bottom .main {width: 1000px;font-size: 12px;color: #333;text-align: center;margin: 0 auto;padding: 10px 0;}
    #bottom .main a {
        color: #0e6a98;
        text-decoration: none;
    }
        #bottom .main a:hover {
            color: #F30;
            text-decoration: underline;
        }
    #bottom .main .links, .main .link-info, .main .prove-images {
        width: 100%;
        margin: 8px 0;
        line-height: 22px;
    }
    #bottom .links span {
        padding: 0 10px;
        display: inline-block;
    }
    #bottom .link-info span {
        padding: 0 10px;
        display: inline-block;
        position: relative;
    }
    #bottom .link-info .line::after {
        content: "";
        position: absolute;
        width: 1px;
        height: 12px;
        background: #999;
        right: 0;
        top: 6px;
    }
    #bottom .main .state-info {
        width: 96%;
        color: #999;
        line-height: 20px;
        margin: 0 auto;
    }
    #bottom .prove-images a {
        height: 45px;
        display: inline-block;
        padding: 0;
        margin: 0;
    }
    #bottom .prove-images .Proimg {
        width: 110px;
        height: 45px;
        margin: 0 2px;
    }
    #bottom .livetitle {
        width: 100%;
        text-align: center;
        margin: 5px auto 15px;
        align-items: center;
        vertical-align: middle;
    }
        #bottom .livetitle .title {
            font-size: 18px;
            font-weight: 600;
            margin: 5px;
            display: inline-block;
            line-height: 20px;
            position: relative;
            vertical-align: middle;
        }
        #bottom .livetitle .icon {
            width: 96px;
            height: 20px;
            position: relative;
            display: inline-block;
            vertical-align: middle;
        }
#bottom .matchList {
    width: 100%;
    height: 70px;
    margin: 0 auto;
    text-align: center;
    align-items: center;
    position: relative;
    vertical-align: middle;
}
#bottom .matchListimg {
    width: 198px;
    height: 60px;
    position: relative;
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 10px;
}
    #bottom .matchListimg:last-child {
        margin-right: 0px;
    }
    #bottom .matchListimg:hover {
        box-shadow: 0px 2px 10px 0px #eee;
        border-radius: 8px;
    }