@media screen and (max-width:1000px) {
    body {
        min-width: 1000px !important
    }

    .container .content {
        width: 1000px !important;
        padding-left: 20px;
        padding-right: 20px
    }
}

.container {
    width: 100%;
}
.footer .container {
    width: 1200px;
    padding-top: 0;
}


.container .section {
    width: 100%
}

.container .section_one {
    height: 794px;
    background: url(../images/invite/bg_01.png) no-repeat top center
}

.container .section_one .consult {
    top: 355px;
    width: 250px;
    height: 88px;
    margin-left: -338px;
    background: url(../images/invite/consult.png) top center
}

.container .section_one .consult:hover {
    background: url(../images/invite/consult.png) center -88px;
    margin-top: -4px
}

.container .section_two {
    height: 511px;
    background: url(../images/invite/bg_02.png) no-repeat top center
}

.container .section_three {
    height: 633px;
    background: url(../images/invite/bg_03.png) no-repeat top center
}

.container .section_four {
    height: 637px;
    background: url(../images/invite/bg_04.png) no-repeat top center
}

.container .section_five {
    height: 635px;
    background: url(../images/invite/bg_05.png) no-repeat top center
}

.container .section_six {
    height: 634px;
    background: url(../images/invite/bg_06.png) no-repeat top center
}

.container .section_seven {
    height: 640px;
    background: url(../images/invite/bg_07.png) no-repeat top center
}

.container .section_seven .flashSale {
    top: 465px;
    width: 250px;
    height: 88px;
    margin-left: 205px;
    background: url(../images/invite/flashSale.png) top center
}

.container .section_seven .flashSale:hover {
    background: url(../images/invite/flashSale.png) center -88px;
    margin-top: -4px
}