body{
    font-size: 16px;
}
.header_box{
    width: 100%;
    /* max-width: 1400px; */
    margin: 0 auto;
}


/* 提示框 */
.tips_box{
    width: 300px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.288);
    background-color: #fff;
    display: none;
    align-items: flex-start;
    padding: 10px 15px;
    border-radius: 4px;
    z-index: 9999;
}
.tips_icon{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.red{
    color: red;
}


/* 删除确认框 */
.popup_del {
    width: 300px;
    height: 175px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    display: none;
    z-index:99;
    border-radius: 4px;
}
.title_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    background-color: #1868CC;
    color: #fff;
}

.del_close img {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.del_text {
    padding: 10px 15px;
    overflow: hidden;
}

.foot_btn {
    width: calc(100% - 40px);
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.del_cancel {
    padding: 3px 12px;
    border: 1px solid #CED4DB;
    border-radius: 5px;
    cursor: pointer;
}

.del_confirm {
    padding: 3px 12px;
    background-color: #1868CC;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.layui-form-checked[lay-skin=primary] i{
    border-color: #0D6CE4 !important;
    background-color: #0D6CE4;
}
.layui-table-hover{
    border-color: #0D6CE4 !important;
}

.mask_box{
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0%;
    left: 0%;
    background-color: #00000033;
    z-index: 999;
    display: none;
}
.not_login{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50% ,-50%);
    background-color: #fff;
    border-radius: 4px;
}
.box_close{
    position: absolute;
    right: 20px;
    top: 15px;
}
.box_close img{
    width: 13px;
    height: 13px;
}
.box_close1{
    position: absolute;
    right: 20px;
    top: 15px;
}
.box_close1 img{
    width: 13px;
    height: 13px;
}
.experience_title{
    width: 398px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    font-size: 24px;
    font-weight: 550;
    color: #1D2129;
    margin-bottom: 20px;
}
.experience_text{
    text-align: center;
}

.showAttestation{
    color: #0D6CE4;
    cursor: pointer;
    text-decoration: none;
}
.showAttestation:hover{
    text-decoration: underline;
}

.experience_btn_box{
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.experience_btn{
    padding: 8px 20px;
    border-radius: 20px;
    background-color: #0D6CE4;
    color: #fff;
    cursor: pointer;
}



/* 企业认证 */
.attestation_title{
    width: 570px;
    height: 66px;
    line-height: 66px;
    font-size: 20px;
    font-weight: 550;
    color: #1D2129;
    margin-bottom: 20px;
    padding-left: 16px;
    border-bottom: 1px solid #f0f0f0;
}

.attestation_item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 8px 0;
    gap: 5px;
}

.attestation_label {
    width: 160px;
    text-align: end;
    margin-right: 4px;
}

.attestation_input_box {
    display: flex;
    align-items: center;
    font-size: 12px;
    width: 340px;
    margin-bottom: 10px;
}

.attestation_input_box input {
    width: 340px;
    height: 32px;
    border-radius: 4;
    border: 1px solid #CED4DB;
    outline: none;
    padding: 0 10px;
}

.attestation_btn_box{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    height: 70px;
    padding-right: 30px;
}

.upload_box{
    width: 67px;
    height: 67px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    background-color: #E5E6EB;
    margin-right: 10px;
    position: relative;
}

.attestation_input_box .layui-upload-file{
    display: none;
}

#attestation_logo{
    width: 67px;
    height: 67px;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
}
.task_name_ipt{
    width: 150px;
    height: 32px;
    border-radius: 4;
    border: 1px solid #CED4DB;
    outline: none;
    padding: 0 10px;
}

.layui-layer-btn{
    display:flex;
    flex-direction: row-reverse;
}

.layui-table-view .layui-table td,
.layui-table-view .layui-table th{
    font-size: 15px;
    color:#1D2129;
}
.layui-table-view .layui-table th{
    background: #F2F5FF;
}