* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Microsoft YaHei;
}

body {
    width: 100vw;
    height: 100vh;
    background-color: #EEF1F8;
    overflow-x: hidden;
}

.header {
    width: 100%;
    height: 58px;
    background-color: rgba(255, 255, 255, 0.9);
}

.logos {
    width: 1200px;
    min-width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding: 0 4px;
}

.job_logo {
    background: url("https://ehirehr.51job.com/ehire/dqdy/logo.png") no-repeat;
    width: 102px;
    height: 58px;
    display: inline-block;
    vertical-align: middle;
}

.webTalent_logo {
    background: url(./images/wangcai-logo.png) no-repeat 100%;
    width: 66px;
    height: 58px;
    display: inline-block;
    vertical-align: middle;
}

.main {
    width: 1200px;
    min-width: 1200px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    margin: 28px auto 10px;
    padding: 60px 100px 40px;
    position: relative;
}

.main-img--bg-left {
    background: url("./images/circle-yellow.svg") no-repeat;
    width: 179px;
    height: 179px;
    position: absolute;
    left: 0px;
    top: 0px;
    border-top-left-radius: 10px;
}

.main-img--bg-right {
    background: url("./images/square-blue.svg") no-repeat;
    width: 176px;
    height: 179px;
    position: absolute;
    right: 0px;
    top: 0px;
    border-top-right-radius: 10px;
}

h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 0.135px;
    color: #333333;
}

.description {
    font-size: 16px;
    font-style: normal;
    line-height: 21px;
    letter-spacing: 0.13;
    text-align: left;
    margin: 32px 0px 16px;
}

ol {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.135px;
    color: #666666;
    padding-left: 2em;
}

.footer {
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0px;
    color: #CCCFDB;
    padding: 26px 0 40px;
}