.iframe-container {
    padding: 0 14px 30px 14px;
}

.t-menu {
    border-bottom: solid 1px #E0E0E0;
}

.t-menu p {
    font-size: 16px;
    font-weight: bold;
    color: #4285f4;
    border-bottom: solid 2px #4285f4;
    padding: 9px 0;
    display: inline-block;
}

.t-menu a {
    line-height: 44px;
    font-size: 14px;
    color: #1678FF;
    cursor: pointer;
}

.b-content {
    margin-top: 30px;
}

.table {
    font-size: 14px;
    color: #333;
}

.table thead tr td, .table tbody tr td {
    text-align: center;
    vertical-align: middle;
}

.table thead tr td {
    background: rgba(66, 133, 244, 0.1);
    border-bottom: none;
}

.table tbody tr td.verify-noPass {
    color: #E03E33;
}

.table tbody tr td.verify-pass {
    color: #2EA55B;
}

.table tbody tr td.verify-ing {
    color: #FFB800;
}

.tab-btn {
    font-size: 12px;
    padding: 4px 12px;
    border-radius: 14px;
    background-color: #ffffff;
    color: #888888;
    border: solid 1px #888888;
    margin-right: 5px;
    display: inline-block;
    cursor: pointer;
}

a.tab-btn:hover {
    text-decoration: none;
    color: #333;
    border: solid 1px #333;
}

.tab-btn.tab-btn-primary, a.tab-btn.tab-btn-primary:hover {
    background-color: #4285f4;
    color: #ffffff;
    border: solid 1px #4285f4;
}

.c-0 {
    margin-top: 60px;
    text-align: center;
}

.c-0 .c-0-h {
    font-size: 18px;
    color: #333333;
    margin-bottom: 12px;
}

.c-0 .c-0-p0 {
    color: #666666;
    font-size: 15px;
    margin-bottom: 30px;
}

.c-0 .c-0-img-bg {
    width: 410px;
    height: 536px;
    position: relative;
    margin: 0 auto 20px auto;
    background: url("../../images/org/cert_bg.png") no-repeat;
    background-size: contain;
    text-align: center;
}

.c-0-img-bg .c-bg-p0 {
    font-size: 14px;
    color: #CD8C48;
    padding-top: 94px;
}

.c-0-img-bg .c-bg-p1 {
    font-size: 18px;
    color: #333333;
    padding-top: 75px;
}

.c-0-img-bg .c-bg-p2 {
    font-size: 12px;
    color: #888888;
    padding-top: 70px;
}

.c-0-img-bg .c-bg-p3 {
    font-size: 12px;
    color: #888888;
    display: inline-block;
    padding-top: 179px;
    padding-right: 80px;
    zoom: 0.8;
}

.c-0-img-bg .c-bg-p4 {
    font-size: 12px;
    color: #888888;
    display: inline-block;
    zoom: 0.8;
}

.c-0 .c-0-img {
    width: 410px;
    height: 536px;
    margin-bottom: 30px;
    background: #F7F7F7;
    border-radius: 4px;
    padding: 10px;
}

.c-0 .c-0-p1 {
    font-size: 14px;
    color: #333333;
    margin-bottom: 30px;
}

.c-0 .c-0-p2 {
    margin-top: 18px;
    font-size: 12px;
    line-height: 20px;
    color: #888888;
}

.c-0 .c-0-btn {
    color: #ffffff;
    font-weight: 500;
    font-size: 15px;
    background: #4285F4;
    border-radius: 19px;
    padding: 9px 40px;
    border: none;
    outline: none;
}

.c-0 .c-0-btn.c-0-btn-down {
    border: solid 1px #4285f4;
    color: #4285f4;
    background-color: #ffffff;
    font-weight: bold;
}

.form-container {
    padding: 24px 33px;
}

.job-form-container {
    padding: 0 100px 0 10px;
}

.org-form-group {
    margin-bottom: 30px;
    clear: both;
    display: flex;
}

.org-form-group.upload-img-li {
    margin-bottom: unset;
    clear: unset;
    display: block;
    background: #F7F7F7;
    cursor: pointer
}

.org-form-group .not-req {
    padding-left: 12px;
}

.job-form-container .layui-form-label {
    width: 108px;
    line-height: 38px;
    padding: unset;
    text-align: left;
}

.layui-form-label .wrap-h {
    font-size: 12px;
    color: #888888;
    margin-left: 11px;
}

.org-form-group label {
    width: 120px;
    font-size: 15px;
    color: #333333;
    font-weight: normal;
    line-height: 48px;
}

.org-form-group.job-form-group label {
    width: 108px;
}

.org-form-group .upload-img {
    display: inline-block;
    border: 1px solid #E0E0E0;
    width: 120px;
    height: 120px;
    text-align: center;
    margin-right: 20px;
    margin-bottom: 20px;
}

.org-form-group .upload-img svg {
    margin-top: 35px;
    margin-bottom: 5px;
}

.org-form-group p {
    font-size: 15px;
    color: #888888;
}

.org-form-group p.split-line {
    line-height: 40px;
    margin: 0 10px;
}

.img-hint {
    font-size: 12px;
    color: #888888;
    line-height: 18px;
}

.require-mark {
    color: #E03E33;
    line-height: 20px;
    margin-right: 5px;
}

.org-form-group input {
    height: 48px;
    flex: 1;
    border: 1px solid #E0E0E0;
    padding-left: 15px;
    border-radius: 4px;
}

.org-form-group textarea {
    flex: 1;
    border: 1px solid #E0E0E0;
    padding: 15px;
    border-radius: 4px;
}

.org-form-group .t-label {
    line-height: normal;
}

.org-btn {
    background: #1678FF;
    border-radius: 19px;
    font-size: 17px;
    color: #FFFFFF;
    outline: none;
    padding: 3px 40px;
    border: solid 1px #1678FF;
}

.base-info {
    font-size: 12px;
    color: #888888;
    line-height: 17px;
    padding: 20px 0;
    overflow: hidden;
}

.base-info .enterprise-img {
    display: inline-block;
    width: 44px;
    height: 44px;
    position: relative;
    margin-right: 14px;
    margin-left: 7px;
}

.base-info .enterprise-img .enter_icon {
    height: 16px;
    position: absolute;
    bottom: -5px;
    left: -7px;
}

.base-info .enterprise-img .enter_avatar {
    border-radius: 4px;
    width: 100%;
    height: 100%
}

.base-info .enterprise-img .enter_short {
    background: #95D7C2;
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 4px;
    line-height: 15px;
    letter-spacing: 3px;
    border-radius: 4px;
}

.base-info h3 {
    font-size: 15px;
    color: #333333;
    line-height: 20px;
}

.base-info .auth-pass {
    color: #2EA55B;
}

.sp-line {
    width: 120%;
    height: 10px;
    clear: both;
    background: #F7F7F7;
    margin-left: -15px;
}

.base-info .completion-info {
    margin-right: 20px;
}

.free-time {
    font-size: 12px;
    color: #ffffff;
    background-color: #FF0202;
    padding: 2px 9px;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    display: inline-block;
    transform: scale(0.8);
}

.pub-new-job {
    font-size: 14px;
    color: #ffffff;
    padding: 6px 14px;
    background: #4285F4;
    border-radius: 4px;
    border: none;
    outline: none;
}

a.pub-new-job:hover {
    color: #ffffff;
    text-decoration: none;
}

.high-show {
    color: #E03E33;
}

.block-part {
    padding: 8px 20px;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    overflow: hidden;
}

.job-form-container .block-part .layui-form-label {
    width: 80px;
}

.block-part .block-part-top {
    float: left;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    margin-bottom: 5px;
}

.top-input {
    height: 38px;
    line-height: 1.3;
    border: none;
}

.b-tag {
    width: 100%;
    overflow: hidden;
}

.b-tag ul li {
    float: left;
    font-size: 14px;
    padding: 0px 8px;
    background: #F7F7F7;
    border-radius: 2px;
    border: none;
    color: #888888;
    margin-right: 10px;
    margin-bottom: 12px;
    height: 24px;
    line-height: 24px;
}

#jobTag1 ul li, #wealTag ul li, #jobTag0 ul li p {
    cursor: pointer;
}

#jobTag0 ul li p {
    display: inline-block;
    margin: 0 3px;
}

.b-tag ul li.tag-selected {
    background: rgba(22, 120, 255, 0.06);
    color: #4285F4;
}

#jobAddressList ul li {
    float: left;
    background: #4285f4;
    font-size: 14px;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 5px 6px;
    border-radius: 2px;
    position: relative;
    color: #FFFFFF;
}

#jobAddressList ul li img {
    width: 18px;
    margin-left: 10px;
    margin-top: -4px;
    cursor: pointer;
}

#jobAddressList ul li em {
    margin: 0 4px;
}

.add-address {
    margin-left: 110px;
}

.add-address button {
    color: #4285F4;
    border: solid 1px #4285F4;
    background: #ffffff;
    font-size: 14px;
    padding: 8px 9px;
    margin-left: 10px;
    border-radius: 4px;
    float: left;
}

.add-address .split-mark {
    display: inline-block;
    margin-right: 10px;
    float: left;
    line-height: 38px;
}

.layui-input-block-job {
    overflow: hidden;
    margin-left: 110px;
}

.top-items {
    position: relative;

}

.top-items .company-item {
    line-height: 40px;
    cursor: pointer;
}

.top-items .select-icon {
    margin: -5px 10px 0 6px;
}

.top-items .select-item {
    display: none;
    position: absolute;
    top: 41px;
    right: -14px;
    box-shadow: 0px 2px 10px 0px #F0F0F0;
    border-radius: 6px;
    width: 120%;
    z-index: 100;
}

.select-item ul li {
    padding: 10px 0 10px 20px;
    font-size: 14px;
    background: #ffffff;
    cursor: pointer;
    min-width: 300px;
}

.select-item ul li.item-active {
    background-color: #4285f4;
    color: #ffffff;
}

.select-item li:hover {
    background: #F0F0F0;
}

.raw-group {
    margin-top: 30px;
    overflow: hidden;
}

.le-label {
    font-size: 15px;
    color: #333333;
    width: 80px;
    float: left;
}

.r-con {
    width: 90%;
    float: left;
}

.r-con ul li {
    width: 120px;
    height: 120px;
    float: left;
    margin: 0 20px 20px 0;
    position: relative;
    display: inline-block;
}


.r-con ul li .honor0 {
    width: 120px;
    height: 120px;
    position: absolute;
    border-radius: 4px;
}

.r-con ul li .honor1 {
    width: 14px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

textarea[name='describe'] {
    width: 680px;
    margin-bottom: 20px;
    border-top: none;
    border-right: none;
    border-left: none;
    border-image: initial;
    border-bottom: 1px solid rgb(224, 224, 224);
    line-height: 24px;
}

.btn-tag {
    position: absolute;
    left: 14px;
    bottom: 14px;
    background: #FFF;
    border: none;
    font-size: 12px;
    padding: 4px;
    color: #888888;
    zoom: 0.9;
    border-radius: 4px;
}

.btn-tag1 {
    color: #2EA55B;
}

.btn-tag2 {
    color: #E03E33;
}

.auto-submit {
    background: #1678FF;
    border-radius: 19px;
    font-size: 17px;
    color: #FFFFFF;
    padding: 8px 63px;
    border: none;
    outline: none;
    margin-left: 80px;
    margin-top: 30px;
}

.layui-select-disabled .layui-disabled {
    background-color: #FAFAFA;
}

.layui-disabled, .layui-disabled:hover {
    color: #333333 !important;
}