body {
    background-color: #F5F2F5;
}

#page.page-test-start #test-start-band {
    width: 1920px;
    height: 70px;
    background: linear-gradient(to left,#FC5D93,#F3303A);
    /* background-image: url('../images/test/start-band.jpg'); */
    margin-left: -360px;;
    padding-left: 360px;;
}

#page.page-test-start #test-start-band div {
    color: #fff;
    font-size: 18px;
    width: 1200px;
    font-weight: 400;
    text-align: center;
    line-height: 70px;
}

#page.page-test-start h1 {
    font-size: 36px;
    text-align: center;
    margin: 40px auto 24px;
}

#page.page-test-start p {
    text-align: center;
    color: #999;
    font-size: 18px;
}

#page.page-test-start #test-start-ads {
    width: 1200px;
    height: 555px;
    background-color: #FFFFFF;
    background-image: url('../images/login2/banner.png');
    background-position: center 60%;
    background-repeat: no-repeat;
    background-size: 526px 250px;
    margin-top: 40px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#page.page-test-start #test-start-ads h2 {
    margin-top: 48px;
    color: #000000;
    font-size: 32px;
}

#page.page-test-start #test-start-ads p {
    margin-top: 16px;
    color: #999999;
    font-size: 18px;
}

#page.page-test-start #test-start-ads div {
    width: 216px;
    height: 48px;
    margin-top: 331px;
    background: #DE1620;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 48px;
    color: #FFFFFF;
    text-align: center;
}

#page.page-test-start #start-button {
    cursor: pointer;
}

#simple-footer {
    width: 1920px;
    margin-left: -360px;;
    padding: 30px 360px;;
    text-align: center;
    font-size: 14px;
    color: #999999;
}