/*html,body {font-size: 12px;}*/

form {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none
}

.textarea-box {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

table {
    /*border-collapse: collapse;*/
}

.table, .table2 {
    border-spacing: 3px;
}

.table td, .table th {
    line-height: 160%;
}

.table th {
    padding: 0.3em 0;
}

.table td {
    border: 1px solid #eeeeee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0.3em 0.8em;
}

.table tr:last-child td {
    /*border: none;*/
}

.eui-panel-header {
    border-radius: 0.5em 0.5em 0 0;
}

.eui-panel-body {
    border-radius: 0 0 0.5em 0.5em;
}

.tab-body-padding {
    padding: 0.5em;
}

/* 附件管理 >>> */
.attach_uploader {/*padding: 1px 8px;*/}

.attach_uploader .preview-img { width: 60px; border-radius: 4px; position: absolute; }

.attach_uploader .files { padding: 0 0 0.5em 0; margin: 0 }

.attach_uploader .files li {
    display: inline-block; position: relative; cursor: pointer; margin-right: 0.5em; text-align: center;
    width: 60px; height: 60px; border-radius: 4px; overflow: hidden;
}

.attach_uploader .files .media { height: 60px; overflow: hidden; background: #000000; color: #ffffff; }

.attach_uploader .files .y-align { display: flex; justify-content: center; align-items: Center; }

.attach_uploader .files .drop-area { width: 60px; height: 60px; border-radius: 4px; padding: 2px; background: #ccc;}

.attach_uploader .files .drop-area span { font-size: 32px;display: block;width:60px;z-index:1000;line-height: 60px; color: #000; font-weight: lighter; }

.attach_uploader .files .close {
    position: absolute; right: 0px; top: -3px; padding: 0;
    width: 20px; height: 20px; line-height: 20px; font-size: 20px; color: #c88e8c;
}

.attach_uploader .otherFile { display: flex; margin: 8px 0 1px; border-bottom: 1px solid #eeeeee; }

.attach_uploader .otherFiles .del,
.attach_uploader .otherFiles .view {padding: 0 0.5em;border: 1px solid #00bbee;background: #99cdff;cursor: pointer;-webkit-border-radius: 1px;-moz-border-radius: 1px;border-radius: 1px;}

.attach_uploader .otherFiles .view {margin-left: 2px;}

.attach_uploader .progress { }

/* <<< end 附件*/