/*瀏覽器太低顯示頁面*/
#Browser {
    width: 100%;
    height: 100%;
    background-color: #f1f1f1;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999
}
#Browser .main {
    width: 668px;
    min-width: 668px;
    height: 448px;
    position: relative;
    z-index: 99;
    display: block;
    left: 50%;
    top: 50%;
    margin-top: -224px;
    margin-left: -334px;
    background: url(../images/fix/browser_bg.png?v=1)
}
#Browser .navi-match{
    position: relative;
    top: 78px;
    text-align: center;
}
#Browser .update{
    position: relative;
    text-align: center;
    color: #00a2f5;
    top: 94px;
    left: 0;
}
#Browser .navi-match span{
    color: #00a2f5;
    font-size: 23px;
}
#Browser .point{
    position: absolute;
    left: 146px;
    bottom: 112px;
    color: #a9a8a8;
}
#Browser .main ul {
    width: 480px;
    height: 80px;
    margin: 107px auto 0 auto
}
#Browser .main li {
    width: 80px;
    height: 80px;
    text-align: center;
    float: left;
    color: #868686;
    font-size: 12px
}
#Browser .main li a {
    display: block;
    width: 100%;
    height: 100%;
    height: 25px;
    padding-top: 55px;
    cursor: pointer
}
#Browser .main li:hover a {
    color: #03a4ed
}