.fileList {
    cursor: pointer;
    margin: 20px 0 0 0;
    width: 41%;
}

.fileList li a {
    color: #606266;
    display: block;
    margin-right: 40px;
    overflow: hidden;
    padding-left: 4px;
    text-overflow: ellipsis;
    transition: color .3s;
    white-space: nowrap;
    text-decoration: none;
}

.fileList li:hover {
    background: #f5f7fa;
}


/*.fileList .fa-close {
    position: absolute;
    top: -8px;
    right: 0;
}*/
.fileList .fa-close{
    width: 12px;
    height: 12px;
    background-image: url(/whir/res/images/close.png);
    background-size: cover;
    pointer-events: auto;
    cursor: pointer;
    position: absolute;
    top: 4px;
    right: 5px;
}

.whir-form-err {
    color: red;
    font-size: 10px;
    display: none;
    position: absolute;
}

/*
ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    position: relative;
}

li:nth-of-type(1) {
    margin-top: 5px;
}
*/

.fa-close {
    cursor: pointer;
    transition: transform .2s ease, -webkit-transform .2s ease
}

.fa-close:hover {
    transform: rotate(90deg);
}

/* dl, dd, body, ul, li {
    margin: 0;
    padding: 0;
}
*/

.Formbox {
    padding: 20px;
    box-sizing: border-box;
}

.whir-form-groupItem {
    padding: 0 0 20px 130px;
    position: relative;
    font-size: 14px;
}

.whir-form-groupItem dt {
    position: absolute;
    text-align: right;
    left: 0;
    top: 0;
    font-size: 14px;
    line-height: 32px;
}


.whir-form-textarea {
    display: block;
    resize: vertical;
    padding: 5px 15px;
    line-height: 32px;
    box-sizing: border-box;
    width: 41%;
    font-size: inherit;
    color: #606266;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
}

.whir-form-editor {
    display: block;
    width: 41%;
}

.whir-form-input, .whir-form-valid-code-input {
    background-color: #fff;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    font-size: inherit;
    height: 32px;
    line-height: 32px;
    outline: none;
    padding: 0 15px;
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    width: 41%;
}

.whir-form-valid-code-img {
    position: absolute;
    top: -9px
}

.whir-form-valid-code-input {
    width: 34%;
}

.whir-form-select {
    background-color: #fff;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    font-size: inherit;
    height: 32px;
    line-height: 32px;
    outline: none;
    padding: 0 10px;
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    width: 41%;
}

/*滚动条样式*/
.w-e-text::-webkit-scrollbar {
    width: 0px;
}

.w-e-text::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

.w-e-text::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);

}

.w-e-toolbar {
    flex-wrap: wrap !important;
    background: #fff !important;
}

.whir-form-d-label {
    background-color: #fff;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    font-size: inherit;
    height: 32px;
    line-height: 32px;
    outline: none;
    padding: 0 10px;
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    width: calc(41% - 50px);;
    display: inline-block;
    border-right: 0;
}

.whir-form-d-button {
    width: 50px;
    height: 32px;
    position: absolute;
    background: #fff;
    border: 1px solid #dcdfe6;
    outline: none;
    filter: chroma(color=#000000);
    cursor: pointer;
}

.field_label {
    border: 1px solid #dcdfe6;
    border-radius: 3px;
    font-size: 12px;
    padding: 2px 4px;
    margin-right: 2px;
    pointer-events: none;
}

/*.field_label:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f00d";
    cursor: pointer;
    transition: transform .2s ease, -webkit-transform .2s ease;
    pointer-events: auto;
    margin-left: 4px;
}*/

.field_label:hover:after {
    transform: rotate(90deg);
}

.field_label:after {
	    margin-left: 3px;
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url(/whir/res/images/close.png);
    background-size: cover;
    pointer-events: auto;
	cursor:pointer;
	  transition: transform .2s ease, -webkit-transform .2s ease;

}

.whir-file {
    position: relative;
    text-align: center;
    border: 1px solid #dcdfe6;
    padding: 8px 15px;
	cursor:pointer
}

.whir-file-inner {
    opacity: 0;
    position: absolute;
    width: inherit;
    left: 0;
		cursor:pointer
}

.w-e-droplist{
	z-index:99999!important
}

.w-e-menu{
 z-index:unset!important
}

.whir-form-valid-code-input：after{
	content:'111'
}