html,
body {
    width: 100%;
    height: 100%;
    background: #fff;
}


/*规培头部样式*/

.standard-header {
    height: 80px;
    padding: 25px 0;
    line-height: 30px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0 2px 6px 0 rgba(47, 58, 92, 0.10);
}

.standard-header .header-content {
    width: 1200px;
    margin: 0 auto;
}

.standard-header .institution-name {
    font-size: 24px;
    color: #333;
}

.login_panel {
    position: relative;
    width: 100%;
    height: 100%;
    background: url("../../img/bg_logo.jpg") center center no-repeat;
}

.login_panel_footer {
    position: absolute;
    bottom: 23px;
    left: 0;
    width: 100%;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0.17px;
    text-align: center;
}

.login_main {
    position: relative;
    top: 50%;
    margin-top: -350px;
    width: 100%;
    height: 550px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 100px;
    box-sizing: border-box;
}

.institution_name {
    font-size: 46px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 70px;
}

.login_box {
    width: 380px;
    padding: 40px;
    margin: 0 auto;
    background: #fff;
    box-sizing: border-box;
}

.login_title {
    padding: 0 40px;
    border-bottom: 1px solid #D8D8D8;
}

.login_title span {
    display: inline-block;
    font-size: 16px;
    color: #333333;
    line-height: 20px;
    padding: 0 3px 15px;
    letter-spacing: 0;
    cursor: pointer;
}

.login_title .active {
    border-bottom: 2px solid #35B53F;
}

.login_form {
    padding-top: 30px;
}

.login_change {
    color: #333;
    line-height: 20px;
    height: 20px;
    text-align: right;
}

.img_code {
    width: 115px;
    height: 38px;
    cursor: pointer;
}

.recruiting {
    margin-top: 20px;
}

.recruiting .recruiting-content {
    width: 1200px;
    margin: 0 auto;
}

.recruiting .recruiting-title {
    padding: 30px 0;
    font-size: 20px;
    color: #333333;
    letter-spacing: 0;
    text-align: left;
    line-height: 20px;
    font-weight: bold;
}

.apply {
    padding-top: 20px;
    background: #f6f7f8;
    height: 100%;
}

.apply .apply-content {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    padding: 0 24px;
}

.apply .apply-content-title {
    padding: 24px 0 21px;
    line-height: 24px;
    font-size: 18px;
    color: #333333;
    letter-spacing: 0;
    border-bottom: 1px solid #e6e6e6;
}

.apply .apply-item-title {
    margin: 20px 0;
    padding: 0 24px;
    line-height: 44px;
    background: #F2F5F7;
    color: #425B77;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
}


/* 招录结果页面样式 */

.result {
    background: #f6f8f9;
    padding-top: 20px;
    height: 100%;
}

.result-content {
    width: 1200px;
    margin: 0 auto;
    padding: 0 25px;
    background: #fff;
}

.result .result-title {
    padding: 24px 0 21px 0;
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    border-bottom: 1px solid #e6e6e6;
}

.result .el-step__icon {
    width: 40px;
    height: 40px;
    background: #ccc;
    color: #fff;
    border-color: transparent;
}

.result .is-finish .el-step__icon {
    background: #42A84B;
}

.result .el-step__title {
    font-size: 12px;
}

.result .el-step.is-horizontal .el-step__line {
    top: 19px;
}

.result .audit-title {
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    padding-bottom: 20px;
}

.result .audit-recorder {
    padding: 0 35px;
}

.result .el-timeline-item__node {
    width: 7px;
    height: 7px;
    border: 4px solid rgba(230, 230, 230, 0.80);
    border-radius: 50%;
    background-color: #ccc;
}

.result .el-timeline-item__tail {
    left: 6px;
}

.result .el-timeline .el-timeline-item:last-child .el-timeline-item__tail {
    display: block
}

.agreement {
    font-size: 12px;
    display: flex;
    justify-content: center;
    padding: 20px;
}