.pageBottom
{
    width: 100%;
    min-width: 1200px;
    height:195px;
    overflow: hidden;
    background: url("http://static1.utan.com/app_utan/image/common/footer/bottomBg.jpg") no-repeat center;
}
.pageBottom .productDownload
{
    width: 492px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
}
.pageBottom .productDownload a
{
    width: 60px;
    height: 60px;
    display: block;
    float: left;
    margin-right: 12px;
}
.pageBottom .productDownload i
{
    width: 9px;
    height: 9px;
    display: block;
    float: left;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 25px;
}
.pageBottom .productDownload a.mr0
{
    margin-right: 0;
}
.pageBottom .bottomNav
{
    width: 924px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
}
.pageBottom .bottomNav li
{
    width: 154px;
    text-align: center;
    float: left;
}
.pageBottom .bottomNav li a
{
    font-size: 24px;
    color: #ffffff;
}
.footer
{
    width: 100%;
    height: 100px;
    overflow: hidden;
    background-color: #000000;
}
.footer .coName
{
    font-size: 18px;
    color: #999999;
    text-align: center;
    margin-top: 24px;
}
.footer .beian
{
    font-size: 14px;
    color: #999999;
    text-align: center;
    margin-top: 16px;
}
.footer .beian span
{
    margin-left: 30px;
}

.pageBottom.fixedBottom
{
    position: fixed;
    bottom: 100px;
}
.footer.fixedBottom
{
    position: fixed;
    bottom: 0;
}
/* 兼容屏幕内容较少不能撑起footer问题 */
html,body
{
    width: 100%;
    height: 100%;
}
.wrap
{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -295px;
}
.wrap::after
{
    content: " ";
    display: block;
    height: 295px;
}