.back {
    margin-top: 25px;
    cursor: pointer;
    color: #666;
    font-size: 14px;
}

.back i {
    position: relative;
    top: 2px;
    right: 4px;
}

.sub_menu ul {
    margin: 0 auto;
    width: 440px;
    height: 80px;
    line-height: 80px;
}

.sub_menu li {
    width: 24%;
    text-align: center;
    display: inline-block;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    cursor: pointer;
}

.content {
    background: #fff;
    margin-top: 40px;
}

.sub_menu .sub_active {
    color: #d00000;
    border-bottom: 2px solid #d00000;
}

#form_submit {
    padding: 50px 100px;
}

.upload_tips {
    padding-top: 8px;
    margin-bottom: 10px;
    color: #999;
    font-size: 12px;
}

#form_submit button.submit {
    padding: 12px 60px;
    font-size: 14px;
    margin-left: 110px;
    border-radius: 5px;
}

.file_library,
.product_library,
.upload_btn_box .uploadifive-button {
    width: 120px !important;
    height: 35px !important;
    line-height: 35px !important;
    text-align: center;
    margin-right: 20px;
    color: #666;
    line-height: 35px;
    font-size: 14px;
    padding: 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
}

.linear-gradient1,
.upload_btn_box .uploadifive-button {
    background-image: -moz-linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgb(242, 242, 242) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgb(242, 242, 242) 100%);
    background-image: -ms-linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgb(242, 242, 242) 100%);
}

.linear-gradient1 {
    margin-bottom: 10px;
}

.file_library:hover,
.product_library:hover,
.upload_btn_box .uploadifive-button:hover {
    background: #fff;
    color: #666;
}

.upload_btn_box .filename {
    display: inline-block;
    font-size: 14px;
}

.upload_btn_box .uploadifive-button {
    display: inline-block;
    vertical-align: bottom;
    cursor: pointer;
}

.upload_btn_box .uploadifive-queue {
    margin-top: 10px;
}

.upload_btn_box .uploadifive-button input {
    cursor: pointer;
}

.upload_btn_box .uploadifive-queue-item .close {
    /* float: right; */
    font-size: 19px;
    margin-left: 20px;
    position: relative;
    top: 3px;
}

.related-product-list-show {
    margin-top: 0;
}

.related-product-list-show p {
    line-height: 35px;
    height: 35px;
    display: flex;
    align-items: center;
}
.related-product-list-show p span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    max-width: 560px;
    line-height: 22px; 
}

.related-data-list-show p {
    line-height: 35px;
    height: 35px;
    display: flex;
    align-items: center;
}

.related-data-list-show p img {
    margin-left: 24px;
}

.layui-icon {
    font-size: 14px;
}

.related-product-show-del {
    font-size: 19px;
    margin-left: 20px;
    cursor: pointer;
}

.related-product-show-del:hover {
    color: #d00000;
}

.related-data-show-del {
    font-size: 19px;
    margin-left: 20px;
    cursor: pointer;
}

.related-data-show-del:hover {
    color: #d00000;
}

/*.related-data-list-show p:hover .related-data-show-del{
    display: block;
}*/

/* 弹出框 */
.pop_window {
    background: #fff;
    text-align: left;
}


.new_add {
    width: 120px;
    height: 35px;
    text-align: center;
    margin-right: 20px;
    color: #666;
    line-height: 35px;
    font-size: 14px;
    padding: 0;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.new_add:hover {
    color: #666;
    background: #fff;
}

.refresh {
    cursor: pointer;
}

.refresh i {
    font-weight: 700;
}

.refresh:hover {
    color: #d00000;
}

.pop_window .layui-table thead tr {
    background: #fff;
    border-bottom: 1px solid #ececec;
    color: #999;
}

.layui-table[lay-even] tr:nth-child(even) {
    background-color: #fff;
}

.pop_window .layui-table thead tr th:first-child {
    padding-left: 40px;
    box-sizing: border-box;
}

.pop_window .layui-table input {
    margin: 0 15px 0 0px;
    vertical-align: middle;
}

.pop_window .layui-table label {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    width: 300px;
    cursor: pointer;
}

.pop_window.new_data .layui-table label {
    width: 466px;
}

.pop_window.new_data tr.can_not_sel input,
.pop_window.new_data tr.can_not_sel label {
    cursor: not-allowed;
}


.pop_window label span {
    display: inline-block;
    width: 70%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: middle;
}

.pop_window label img {
    margin-left: 12px;
}

.pop_window .layui-table td {
    padding: 9px 0;
}

.pop_window .layui-table td img {
    width: 42px;
    height: 15px;
}

.publish_pop .layui-layer-content {
    padding: 20px 0 !important;
    height: 80% !important;
    margin-bottom: 30px;
}

.publish_pop .layui-layer-btn,
.publish_tip .layui-layer-btn,
.success_tip .layui-layer-btn {
    text-align: center;
    border-top: 1px solid #ececec;
    padding-top: 30px;
}

.publish_pop .layui-layer-btn a,
.publish_tip .layui-layer-btn a,
.success_tip .layui-layer-btn a {
    height: 30px;
    line-height: 30px;
    margin: 0 10px;
    padding: 0 40px;
}

.publish_pop .layui-layer-btn .layui-layer-btn0,
.success_tip .layui-layer-btn .layui-layer-btn0,
.publish_tip .layui-layer-btn .layui-layer-btn0 {
    border-color: #ececec;
    background-image: -moz-linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgb(242, 242, 242) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgb(242, 242, 242) 100%);
    background-image: -ms-linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgb(242, 242, 242) 100%);
    color: #666;
}

.publish_pop .layui-layer-btn .layui-layer-btn0:hover {
    background: #fff;
}

.publish_pop .layui-layer-btn .layui-layer-btn1 {
    background: #d00000;
    border: 1px solid #d00000;
    color: #fff;
}

.publish_pop .layui-layer-btn .layui-layer-btn1:hover {
    background: #bc1e1e;
}

.publish_tip .layui-layer-content h3 {
    font-weight: 700;
    color: #333;
    font-size: 18px;
}

.publish_tip .layui-layer-content p {
    color: #666;
    margin-top: 10px;
}

.publish_tip .layui-layer-btn,
.success_tip .layui-layer-btn {
    border: none;
    padding-top: 0px;
}

.publish_tip .layui-layer-btn .layui-layer-btn0:hover,
.success_tip .layui-layer-btn .layui-layer-btn0 {
    background: #d00000;
    color: #fff;
    border: 1px solid #d00000;
}

.publish_tip .layui-layer-content {
    margin-bottom: 0;
    height: 55% !important;
    margin-top: 20px;
}

.success_tip .layui-layer-content p {
    font-size: 16px;
    color: #333;
    margin-bottom: 32px;
}

.success_tip .layui-layer-content span {
    color: #9c8536;
    font-size: 12px;
    margin-top: 30px;
}


.notice_info p {

    white-space: nowrap;
}


.data-tit {
    margin: 0 25px 0 10px;
}

.data_icon {
    background-size: 93px;
    width: 18px;
    height: 20px;
    vertical-align: middle;
    margin: 0 25px 0 14px;
    position: static;
}

.data-info .xlsx_icon,
.data-info .xlsb_iocn,
.data-info .XLSB_iocn,
.data-info .XLS_iocn,
.data-info .xls_icon {
    width: 40px;
    height: 40px;
    background-size: 40px 40px !important;
}

.xlsx_icon,
.csv_icon,
.CSV_icon,
.xlsb_iocn,
.XLSB_iocn,
.XLS_iocn,
.xls_icon {
    display: inline-block;
    background: url(/resources/images/xls.png)no-repeat !important;
    vertical-align: bottom;
    background-position: center center;
    background-size: 18px 20px !important;
}

.exe_icon,
.EXE_icon {
    background-position: -3% -1%;
}

.pdf_icon,
.PDF_icon {
    background-position: 22% -3%;
}

.PPT_icon,
.PPTX_icon,
.pptx_icon,
.ppt_icon {
    background-position: 47% 0%;
}

.docx_icon,
.DOCX_icon,
.doc_icon,
.DOC_icon,
.word_icon {
    background-position: 72% 0%;
}

.zip_icon,
.ZIP_icon,
.RAR_icon,
.rar_icon {
    background-position: 99% 0%;
}


/* 标签*/
.item-column {
    display: inline-block;
    margin-right: 10px;
    height: 35px;
    padding: 0 10px 0 11px;
    margin-top: 0;
    line-height: 35px;
    background: #fbfbfb;
    border-radius: 2px;
    border: 1px solid #e4e4e4;
}

.item-close {
    color: #666;
    margin-left: 8px;
    font-size: 15px;
    line-height: 19px;
    vertical-align: -2px;
}

.icon-cancel-circle:before {
    content: "\ea0d";
}

.tags-box {
    margin-right: 10px
}

.l-tag-sugg {
    max-height: 360px;
    overflow-y: scroll;
    border: 1px solid #CCC;
    z-index: 999999;
    background-color: #FFFFFF;
}

.l-tag-sugg li span {
    padding-left: 5px;
}

.l-tag-sugg li {
    cursor: pointer;
    line-height: 26px;
    font-size: 14px;
    font-family: Microsoft Yahei;
}

.l-tag-sugg li:hover {
    color: #333;
    background-color: #E3E3E3;
}

#form_submit input[type="text"] {
    width: 380px;
}


/* 封面图上传 */
.cover_img .uploadifive-button {
    position: relative;
    width: 200px;
    height: 130px;
    cursor: pointer;
    background-image: url(/resources/uploadifive/upload2.png);
    background-size: 100% 100%;
    display: block;
}

.cover_img .file_button input {
    width: 200px;
    height: 130px;
    font-size: 0 !important;
    cursor: pointer;
}

.close {
    background: none;
    text-align: center;
    position: static;
}
.kind-box{
    color: #666;
    line-height: 37px;
}
 .item-name{
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px;
} 
 .item-close{
    vertical-align: middle;
    line-height: 35px;
    margin-top: -4px;
    display: inline-block;
}
.l-tag-sugg ul{
    position: relative;
}
.l-tag-sugg .suggLoading{
    width: 100%;
    background: #ffff;
    position: absolute;
    bottom: 0px;
    left:0px;
    text-align: center;
}
.tagsFlex{
    display: flex;
    flex-wrap: wrap;
}
.tagsFlex .layui-input{
    margin-right:10px ;
}
.tagsFlex  span.item-column{
     height: 38px;
     line-height: 38px;
     background: #f9f9f9;
     margin-bottom: 10px;
}
.focusOutLine{
    outline:1px solid #FF5722;
}
.focusBorderLine{
    border:1px solid #FF5722!important;
}