html,body,header,p {
    margin: 0;
    padding: 0;
}

header {
    background: #fcf9f0;
    overflow: hidden;
}

header .banner {
    width: 1920px;
    height: 576px;
    margin: auto;
    background: url('./images/banner.jpg') center center no-repeat;
}

main {
    background: white;
}

main .content {
    width: 971px;
    margin: auto;
}

main .content .title {
    line-height: 172px;
    text-indent: 7px;
    color: #252525;
    font-size: 36px;
    font-weight: bold;
}

main .content .incumbent_tips,.use_fansell_tips {
    text-align: center;
    height: 75px;
    line-height: 46px;
    font-size: 22px;
    font-weight: bold;
    color: white;
    background: url('./images/incumbent_tips.png') center center no-repeat;
}

main .content .incumbent {
    margin: auto;
    width: 971px;
    height: 837px;
    margin-bottom: 23px;
    background: white url('./images/incumbent.gif') center center no-repeat;
}

main .content .use_fansell_tips {
    background: url('./images/use_fansell_tips.png') center center no-repeat;
}

main .content .use_fansell {
    width: 100%;
    height: 854px;
    background: url('./images/use_fansell.gif') center center no-repeat;
}

main hr {
    border: 0;
    border-top: 1px solid #c9c9c9;
    margin: 0;
}

main .content .cost {
    height: 75px;
    margin-top: 26px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}

main .content .cost .incumbent_tips {
    width: 410px;
}

main .content .incumbent_tips.incumbent_tips_top {
    margin-top: 18px;
}

main .content .cost .use_fansell_tips {
    width: 410px;
}

main .content .cost_canvas {
    height: 622px;
    margin-bottom: 105px;
    background: url('./images/cost.gif') center center no-repeat;
}

main .content .online {
    height: 310px;
    margin: 61px 0 91px;
    background: url('./images/online.jpg') center center no-repeat;
}

main .content .use_fansell_online {
    height: 623px;
    margin-top: 48px;
    margin-bottom: 52px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

main .content .use_fansell_online .left {
    width: 462px;
    height: 623px;
    float: left;
    background: url('./images/online_left.gif') center center no-repeat;
}

main .content .use_fansell_online .right {
    width: 509px;
    height: 623px;
    float: right;
    background: url('./images/online_right.gif') center center no-repeat;
}

footer {
    overflow: hidden;
    background: #fccb0f;
}

footer .foot {
    height: 460px;
    margin: auto;
    background: #fccb0f url('./images/foot.jpg') center center no-repeat;
}

.bottom {
    height: 60px;
    background: #303038;
    text-align: center;
    color: white;
    font-size: 16px;
    padding: 8px 0;
}

.bottom p {
    line-height: 30px;
}

.bottom p span {
    margin: 0 10px;
}