/* 输入框弹框 */
body .ec-popout {
    width: 100%;
    height: 100%;
    position: fixed;
    background: transparent;
    display: none;
    top:0;
    left:0;
    z-index: 1999;
}

body .ec-popout .el-form {
    display: flex;
    justify-content: space-between;
}

body .ec-popout .input_box {
    width: 430px;
    height: 75px;
    margin: 60px auto;
    padding-top: 25px;
    background: #fff;
    border: 1px solid #53a8ff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.24);
}

body .ec-popout .input_box .el-form-item__label {
    text-align: left;
    text-indent: 20px;
    padding-right: 0;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #1e1e1e;
}

body .ec-popout .input_box .el-form-item__label::before {
    display: none;
}

body .ec-popout .input_box .el-button-group {
    margin-right: 20px;
    margin-top: 3px;
}

body .ec-popout .input_box .el-button-group .el-button {
    border: 1px solid #dcdfe6;
    border-radius: 0;
    width: 32px;
    height: 32px;
    font-size: 14px;
    color: #A0A3A8;
    background: #fff;
    padding: 0;
}

body .ec-popout .input_box .el-button-group .el-button:hover {
    color: #057CF2;
}

body .ec-popout .input_box .el-input__inner {
    width: 240px;
    height: 40px;
    padding-right: 32px;
}
body .ec-popout .el-form-item.is-success .el-input__inner{
    border: 1px solid #67C23A
}
/*暂无数据、没有搜索结果  */
body .ec-no-result .ec-reveal,body .ec-search-no-result .ec-reveal{
	font-size: 140px!important;
}
body .ec-search-no-result .ec-tooltip{
	font-size: 24px!important;
	color:rgba(130, 189, 248, 1); 
}
body .ec-no-result,.ec-search-no-result {
    text-align: center;
    margin-top: 100px;
}