html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}

.logo {
    border-radius: 10px
}

#main-win {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
}

.brief {
    width: 70%;
}

.brief-div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.brief-span1 {
    margin: 5px;
    padding: 6px;
    background-color: #f0f6fc;
    border-radius: 5px;
    /* font-size: 1vw; */
    width: 30%;
}

.detail-div {
    padding: .5rem;
    margin: 1rem auto;
}

h2 {
    padding-bottom: 30px;
}

.jobs_img {
    width: 50%;
    height: auto;
}

.flex-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

h1 {
    padding-top: 30px;
}

.imgs_div{
    padding-left: 30px;
    padding-right: 30px;
}

@media screen and (max-width: 576px) {
    .flex-container {
        flex-direction: column;
    }
    .imgs_div {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .brief {
        width: 80%;
    }
}

.foot-list {
    display: flex;
    align-items: center;
}

.foot-txt {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.full-width {
    width: 100%;
}

.foot-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.nor {
    color: var(--bs-secondary-color);
    /* 去除下划线 */
    text-decoration: none;
}

.nor:hover {
    color: var(--bs-secondary-color);
    text-decoration: underline;
}

.p-nor {
    text-indent: 0;
    margin-left: 55px;
    margin-bottom: 5px;
}
