header {
    width: 100%;
    height: 447px;
    background-image: url("../../images/become-partner/head.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 16px;
}

.container {
    width: 1200px;
}

/********************* 开始创业样式 ******************************/

.start-box {
    margin-top: -258px;
}

.start-top-light {
    background-image: url("../../images/start-entrepreneurship/start_light.png");
    width: 590px;
    height: 276px;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding-top: 71px;
    border-radius: 12px;
    margin-right: 20px;
}

.start-top-light img {
    width: 76px;
    height: 67px;
}

.start-top-light p {
    font-size: 24px;
    color: #fff;
    margin-top: 29px;
}

.start-top-partner {
    background-image: url("../../images/start-entrepreneurship/start_partner.png");
    width: 590px;
    height: 276px;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding-top: 77px;
    /*margin-left: 6px;*/
}

.start-top-partner img {
    width: 97px;
    height: 48px;
}

.start-top-partner p {
    font-size: 24px;
    color: #fff;
    margin-top: 42px;
}

.most-content {
    width: 100%;
    height: 2559px;
    margin-top: 35px;
}



