body {
    background: rgb(238, 238, 238)
}

.sso-home {
    width: 800px;
    background: #fff;
    margin: 0 auto;
    margin-top: 50px;
    position: relative;
}

.header {
    height: 56px;
    line-height: 56px;
    background: #7260f7;
    border-radius: 5px 5px 0 0;
    font-size: 18px;
    color: #fff;
    text-align: center;
    font-weight: 550;
}

.platform {
    padding-top: 35px;
    padding-bottom: 35px;
}

.platform>a>img {
    width: 25%;
    margin: 20px 11%;
    cursor: pointer;
}

.q_a_href>img {
    padding-left: 4%;
    width: 116px !important;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 13px;
    line-height: 40px;
    background: #000221;
    color: #fff;
    text-align: center;
}

.footer>a {
    color: #fff;
}

.footer>a>img {
    vertical-align: middle;
    margin-top: -3px;
}

.footer>a {
    padding-left: 10px;
}

a {
    text-decoration: none;
}