@font-face {
    font-family: 'puhui';
    src: url('/css/fonts/Alibaba-PuHuiTi-Regular.otf');
}
body {
    min-width: 1440px;
    background: #f7f8fd;
    font-family: 'puhui' !important;
}

body .el-form-item__error {
    position: unset !important;
}
body .el-form-item__label:before {
    display: none;
}
body .el-radio {
    color: #595959;
}
body .el-radio__inner {
    width: 16px;
    height: 16px;
    border: 1px solid #C8C9CC;
    background-color: transparent;
}
body .el-radio__inner::after{
    width: 16px;
    height: 16px;
    border: 1px solid #12288B;
    background: #fff;
}
body .el-radio__input.is-checked .el-radio__inner::before {
    content: " ";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #12288B;
    top: 3px;
    left: 3px;
    position: absolute;
    z-index: 9;
}
body .el-radio__input.is-checked+.el-radio__label {
    color: #595959;
}
body .el-date-table td.today span,
body .el-date-table td.available:hover,
body .el-date-picker__header-label.active,
body .el-year-table td.today .cell,
body .el-year-table td .cell:hover, 
body .el-year-table td.current:not(.disabled) .cell,
body .el-month-table td .cell:hover,
body .el-month-table td.today .cell,
body .el-picker-panel__icon-btn:hover,
body .el-upload:focus,
body .el-month-table td.current:not(.disabled) .cell,
body .el-date-picker__header-label:hover {
    color: #12288B;
}
body .el-date-table td.current:not(.disabled) span, 
body .el-radio__input.is-checked .el-radio__inner{
    background: #12288B;
}
body .el-textarea__inner:focus,
body .el-radio__inner:hover,
body .el-upload:focus,
body .el-input__inner:focus,
body .el-radio__input.is-checked .el-radio__inner{
    border-color: #12288B;
}

.top {
    width: 100%;
    height: 457px;
    background-image: url(/images/everest_program/head.png);
    background-size: 100%;
    /* background-size: contain; */
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: -181px;
    border-radius: 0 0 30px 30px;
}
.container {
    width: 1160px;
    margin: 0 auto;
}
.box {
    padding: 40px 48px 48px;
    background: #ffffff;
    border: 1px solid #717899;
    border-radius: 16px;
    margin-bottom: 20px;
}
.box .el-row:last-child .el-form-item {
    margin-bottom: 0;
}


.logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
}
.logo>img:first-child {
    width: 335px;
}
.logo>img:last-child {
    width: 230px;
}


.title_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 52px 48px 31px;
    border-color: #979797;
}
.title_box>img {
    width: 774px;
    margin-top: 4px;
}
.title_box_right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
}
.title_box_right span:first-child {
    font-size: 18px;
    font-weight: 400;
    color: #595959;
    line-height: 33px;
}
.title_box_right span:last-child {
    font-size: 28px;
    font-weight: 600;
    color: #12288B;
    line-height: 33px;
}
.title {
    display: flex;
    align-items: flex-end;
    margin-bottom: 32px;
}
.title h3 {
    font-size: 28px;
    font-weight: 700;
    text-align: left;
    color: #262626;
    line-height: 40px;
    padding-right: 44px;
    position: relative;
    display: inline-block;
    margin-right: 28px;
}
.title h3::before {
    content: " ";
    display: block;
    width: 100%;
    height: 12px;
    background-color: #12288B;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.5;
}
.title h3::after {
    content: " ";
    display: block;
    width: 12px;
    height: 12px;
    background-color: #12288B;
    position: absolute;
    right: -16px;
    bottom: 0;
}
.title .required {
    color: #fff;
    display: inline-block;
    padding: 4px 12px;
    background: #df5454;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.title .no_required {
    color: #fff;
    display: inline-block;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    background: #818ca6;
}

.form .el-form-item__label,
.label {
    display: inline-block;
    width: 100%;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    color: #262626;
    line-height: 26px;
    margin-bottom: 4px;
}
.form .el-form-item {
    margin-bottom: 20px;
}
.form .el-input,
.form .el-input__inner {
    height: 48px;
}
.form .table .el-input,
.form .table .el-input__inner {
    height: 32px;
}
.form_item {
    margin-bottom: 20px;
}
.form .el-textarea .el-input__count {
    line-height: 12px;
    right: 20px;
}
.form .el-date-editor.el-input {
    width: 100%;
}
.table th {
    padding: 0;
}
.table_header {
    background: #f7f8fa;
    font-size: 12px;
    font-weight: 500;
    color: #262626;
    line-height: 36px;
    height: 36px;
}
.add_btn {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    cursor: pointer;
    color: #12288B;
}
.add_btn i {
    margin-right: 4px;
    font-size: 16px;
    font-weight: 600;
}


.upload_box {
    padding: 33px 48px;
}
.upload_box .upload_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.upload_btn {
    cursor: pointer;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #eff2ff;
    border: 1px solid #12288b;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 400;
    text-align: right;
    color: #12288b;
    line-height: 26px;
    padding: 0 28px;
}
.upload_btn img {
    width: 18px;
    margin-right: 4px;
}
.upload_btn_text {
    display: flex;
    align-items: center;
    justify-content: center;
}
.el_upload {
    position: absolute;
}
.files > p{
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    color: #262626;
    line-height: 26px;
    margin-bottom: 12px;
}
.files > p:last-child {
    margin-bottom: 0;
}

footer {
    margin-top: 60px;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.footer_left {
    padding: 20px 0 20px 20px;
    width: 842px;
    height: 152px;
    background: rgba(18, 40, 139, 0.04);
    border: 1px solid #c2c4d1;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #969799;
    line-height: 28px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.footer_right {
    width: 298px;
}
.footer_right img {
    width: 298px;
}
.submit_btn {
    cursor: pointer;
    margin-top: 21px;
    width: 298px;
    height: 72px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #12288b;
    border-radius: 8px;
    font-size: 24px;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: 32px;
}
.footer_bottom {
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    color: #969799;
    line-height: 20px;
    margin: 20px 0;
}


.mask {
    position: fixed;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    z-index: 99;
}
.login_box {
    position: absolute;
    top: 187px;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
    width: 840px;
    height: 526px;
    padding: 16px 24px 16px 16px;
    border-radius: 10px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.login_form,
.login_form .el-form-item {
    width: 100%;
    margin-bottom: 0;
}
.login_box>img {
    margin-right: 24px;
    width: 406px;
    flex-shrink: 0;
}
.login_box_right {
    padding: 44px 0 46px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.login_logo {
    width: 298px;
}
.phone_text {
    margin-top: 60px;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    color: #262626;
    line-height: 28px;
    margin-bottom: 24px;
}
.login_box_right .el-row {
    width: 100%;
}
.login_box_right .el-input,
.login_box_right .el-input__inner {
    height: 56px;
    width: 100%;
}
.phone {
    margin-bottom: 16px;
}
.login_btn {
    cursor: pointer;
    width: 100%;
    height: 56px;
    background: #12288b;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}
.login_box .el-input-group__append {
    background-color: #fff;
}
.code_box {
    position: relative;
    width: 100%;
}
.code_btn {
    cursor: pointer;
    color: #12288B;
    background-color: #fff;
    position: absolute;
    right: 16px;
    top: 18px;
}

.submit_box {
    position: absolute;
    top: 262px;
    width: 600px;
    height: 376px;
    border-radius: 10px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.submit_box img:first-child {
    width: 298px;
    margin-top: 60px;
}
.submit_box img:nth-child(2) {
    width: 60px;
    margin-top: 48px;
}
.submit_box p {
    margin-top: 24px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #262626;
    line-height: 24px;
}

.level-title {
    font-size: 16px;
    display: block;
    margin-bottom: 8px;
}
.industry-box {
    margin-top: 16px;
}
.radio-box {
    display: flex;
    flex-wrap: wrap;
}

.date-range {
    width: 100%!important;
}
.date-range.el-date-editor .el-range__icon,
.date-range.el-date-editor .el-range-separator,
.date-range.el-date-editor .el-range__close-icon{
    height: 32px!important;
}