.content-wrap{
    width: 1200px;
    margin: 0 auto;
    padding: 80px 0; 
}
.content-wrap *{
    box-sizing: border-box;
}
#wxapp-banner{
    width: 100%;
    height: 300px;
    background: url(../images/version-banner.jpg) center center no-repeat;
    position: relative;
}

.content-wrap h1.title{
    font-size: 30px;
    color: #000000;
    text-align: center;
    display: block;
}

#version-table .gn-table{
    width: 100%;
    margin-top: 64px;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.1);
}
#version-table .gn-table td,#version-table .gn-table th{
    text-align: center;
    background-color: #ffffff;
    font-size: 12px;
    border: 1px solid #e4e8eb;
    color: #515a6e;
}
#version-table .gn-table thead{
    height: 45px;
    line-height: 48px;
}
#version-table .gn-table thead th{
    font-size: 16px;
    color: #515a6e;
    font-weight: bold;
    background-color: #f6f9f9;
}
#version-table .gn-table thead .blue{
    background-color: #4599f9;
    color: #ffffff;
}
#version-table .gn-table thead .green{
    background-color: #4ad578;
    color: #ffffff;
}
#version-table .gn-table tbody tr td{
    height: 48px;
}
#version-table .gn-table tbody tr td.title{
    font-weight: bold;
}
#version-table .gn-table tbody tr td.gray{
    background-color: #f6f9f9;
}
#version-table .navActive {
    position: fixed;
    top: 0;
    z-index: 999;
}

#version-table .hearderfix{
    margin-top: 123px;
}