.body-container {
    margin-top: 44px;
    height: 100%;
    display: flex;
    justify-content: center;
}

.body {
    background-color: #fff;
    /*background-color: #f4f5f7;*/
    /* background-image: linear-gradient(to bottom, #7461841a 10%, #f4f5f788); */
    /* background-image: linear-gradient(to bottom, #d8d3dc4f 10%, #3e568625); */
    /* background-image: linear-gradient(to bottom, #3e568625 10px, #dedede25);*/
    /* background-color: #442062ca; */
    /* background-color: #2a2062ca; */
    /* background-image: url("../imgs/bg-universe.webp"); */
    /* background-image: url("../imgs/sucai0911.png"); */
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    /* background-size: contain;  */
    /* background-position: center center;  */
    /* font-family: PingFang SC,microsoft yahei,sans-serif; */
    font-family: "Pingfang SC", "Helvetica Neue", Helvetica, Arial, sans-serif;

}

.subGuide {
    color: #bf88ec;
}

.left-column,
.right-column {
    position: sticky;
    top: 58px;
    overflow: hidden;
    width: 200px;
    height: 100%;
    margin-top: 12px;
    z-index: 0;
}

.middle-column {
    position: sticky;
    /* top: 9999; */
    /* overflow: hidden; */
    /* height: 100%; */
    margin-top: 14px;
    max-width: 740px;
    min-height: 560px;
    width: 100%;
    padding: 0 6px 0px 6px;
    border-left:solid 1px #dedede;
    border-right:solid 1px #dedede;
}

.topbar-logo {
    background-image: url('../../static/imgs/topbar-logo.png');
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
}

.card {
    border-style: none;
    flex-direction: column;
    align-items: center;
    background-color: white;
    border-radius: 6px;
    margin-bottom: 0px;
}

.showLeftLogin {
    display: none;
}

@media (max-width: 1199px) {
    .right-column {
        display: none;
    }

    .showLeftLogin {
        display: block;
    }

    .middle-column {
        max-width: 760px;
    }
}

@media (max-width: 991px) {

    .left-column,
    .right-column {
        display: none;
    }

    .topbar-logo {
        background-image: url('../../static/imgs/topbar-logo-mini.png');
    }
}
