.publish-work {
    max-width: 1200px;
    margin: 0 auto;
}

.publish-work .work-info {
    width: 1200px;
    padding: 40px 0 40px 60px;
    margin-top: 45px;
    background: #FFFFFF;
}


.publish-work .title {
    font-size: 20px;
    font-weight: bold;
    color: #2F3238;
    line-height: 26px;
}

.publish-work .red {
    width: 100px;
    padding-left: 0;
}

.publish-work .layui-form-label span {
    margin-left: 10px;
    color: #2F3238;
    font-weight: 500;
}

.publish-work .work-input {
    margin-left: 100px;

}

.publish-work .work-select {
    z-index: 999;
    width: 100%;
    margin-top: 15px;
    position: absolute;
    box-shadow: 0px 2px 10px 0px #E2E2E2;
    border: 1px solid #EDEDED;
    background: #FFFFFF;
    display: none;
}

.publish-work .work-select .select-role {
    position: absolute;
    left: 0;
    top: 42px;
    padding: 5px 0;
    z-index: 899;
    min-width: 100%;
    border: 1px solid #d2d2d2;
    max-height: 300px;
    overflow-y: auto;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
    box-sizing: border-box;
}

.publish-work .work-select .role {
    height: 36px;
    padding: 0 10px;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    display: block;

}

.publish-work .work-select .role:hover {
    background-color: #f2f2f2;
}

.publish-work .work-select .active {
    background-color: #4A90E2 !important;
    color: #fff;
}

.publish-work .layui-form-item .work-select .work-select-input {
    margin-left: 10px;
}

.publish-work .work-info .center-line {
    width: 10px;
    text-align: center;
    padding: 5px 0;
}

.publish-work .work-info .layui-form-item:nth-last-of-type(1) {
    padding-bottom: 10px;
}

.publish-work .work-contents {
    max-width: 1200px;
    padding: 40px 0 40px 60px;
    margin-top: 45px;
    background: #FFFFFF;
}

.publish-work .title a {
    font-size: 16px;
    margin-left: 25px;
}

.publish-work .work-contents .edit-content {
    display: flex;
}

.publish-work .work-contents .edit-content .insert-content {
    width: 838px;
}

.publish-work .work-contents .insert-work {
    padding-top: 50px;
    margin-left: 20px;
}

.publish-work .work-contents .insert-work a {
    display: block;
    width: 64px;
    margin-bottom: 25px;
}

.publish-work .work-contents .handle-content {
    width: 104px;
    margin-left: 30px;
    margin-right: 30px;
    text-align: center;
}

.publish-work .work-contents .handle-content a {
    margin: 15px 0;
    display: block;
    color: #5D5D5D;
}

.publish-work .work-contents .edit-content .layui-textarea {
    height: 80px;
}

.publish-work .work-contents .edit-content .work-input {
    display: flex;
    margin-left: 0;
}

.publish-work .work-contents .edit-content .work-input .add-img {
    width: 100%;
    text-align: center
}

.publish-work .upload-cover {
    max-width: 1200px;
    padding: 40px 0 40px 60px;
    margin-top: 45px;
    background: #FFFFFF;
}

.publish-work .upload-cover .action-item {
    position: relative;
    display: inline-block;
    width: 240px;
    height: 180px;
    padding: 15px;
    margin-left: 15px;
    margin-top: 45px;
    background-color: #F7F9FB;
    text-align: center;
    color: #2F3238;
    cursor: pointer;
}

.publish-work .upload-cover .upload-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 240px;
    height: 180px;
    opacity: 0.1;
    z-index: 0;
}

.publish-work .upload-cover .action-item .webfont {
    font-size: 42px;
    color: #4A90E2;
}

.publish-work .upload-cover .action-item .add-cover {
    font-size: 14px;
    color: #2F3238;
    line-height: 19px;
}

.publish-work .upload-cover .action-item .add-tips {
    margin-top: 25px;
    font-size: 12px;
    color: #979797;
    line-height: 16px;
}

.publish-work .upload-cover .real-tips {
    margin-left: 25px;
    font-size: 12px;
    color: #4A90E2;
    line-height: 16px
}

.publish-work .team-worker {
    max-width: 1200px;
    padding: 40px 0 40px 170px;
    margin-top: 45px;
    background: #FFFFFF;
}

.publish-work .team-worker .work-inline-input {
    margin-left: 0;
    margin-right: 25px;
}

.publish-work .team-worker .work-inline-input .invite-button {
    display: block;
    width: 86px;
    height: 30px;
    border-radius: 2px;
    border: 1px solid #1C4583;
    color: #1C4583;
    text-align: center;
    line-height: 30px;
}

.publish-work .preview-btn {
    background-color: #FFFFFF;
    color: #1C4583;
    border: 1px solid #1C4583;
}

.publish-work .layui-form-item .draft-tips {
    font-size: 14px;
    color: #979797;
    margin-left: 25px;
    vertical-align: bottom;
}

.publish-work .layui-form-item .draft {
    position: absolute;
    right: 0;
    vertical-align: bottom;
}
