#main {
    background: #FDFDFD;
    width: 100%;
}

#header {
    background: #FFF;
}

#headerContent {
    height: 100px;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

#logo {
    float: left;
    padding: 15px 0 0 10px;
}

a.btnDownload:link, a.btnDownload:visited, a.btnDownload:hover, a.btnDownload:active {
    margin: 10px 0 0 10px;
    width: 263px;
    height: 80px;
    float: left;
    background: url('../image/btn_download.jpg') no-repeat;
    text-decoration: none;
}

#mainNavPart {
    height: 44px;
    background: rgb(5, 138, 209);
}

#displayGoods {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.listItem {

}

.li_good {
    float: left;
    width: 288px;

    margin: 0 8px 10px 0;
    background: #FEFEFE;
    border: #E0E0E0 solid 1px;
}

.goodImageDiv {
    width: 286px;
    height: 286px;
}

.goodImage {
    width: 100%;
    height: 100%;
}

.goodTitle {
    height: 20px;
    width: 275px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 10px 0 0 0;
    padding: 2px 0 0 10px;
}

.coupon {
    margin: 10px 0 0 0;
    height: 40px;
    background: #F5452B;
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 8px 0 0 0;
    font-family: "微软雅黑";
}

.goodPrice {
    margin: 6px 0 0 0;
    padding: 0 0 0 10px;
    font-family: Arial;
    height: 32px;
    color: #F5452B;
}

#footerSplitLine {
    height: 32px;
    padding: 26px 0 0 0;
    width: 100%;
    float: left;
}

#footerLineColor {
    height: 6px;
    background: rgb(5, 138, 209);
}

#footer {
    padding: 10px 0 0 0;
    height: 120px;
    background: #FDFDFD;
}

.footer_copyright {
    padding: 12px 0 0 0;
    text-align: center;
}

#licenseText {
    width: 1200px;
    background: #FFFFFE;
    margin-left: auto;
    margin-right: auto;
}