.all-mains {
    width: 100%;
    margin: 20px auto;
}

.contents {
    background: #fff;
}

.cqlog {
    width: 95%;
    height: 40px;
    margin: auto;
}

.cqlogBtn {
    width: 90px;
    height: 25px;
    float: right;
    background: #fff;
    border: none;
    font-weight: bold;
}

.layui-inline {
    width: 30%;
}

.layui-form-label {
    width: 95px !important;
}

.layui-input-inline {
    width: 70%;
}

.megaloscope{
    background-color: #015db8;
    position: absolute;
    right: 10px;
    width: 30px;
    height: 30px;
    border: none;
    cursor: pointer;
}

.megaloscope >img{
    padding-top: 3px;
}

.containerBorder{
    border: 1px solid #ccc;
    height: 935px;
}

.edff{
    height: 40px;
    background: #edf0f3;
}

.layui-unselect span {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    width: 190px !important;
}

.extractId {
    width: 94%;
    height: 30px;
    background: #edf0f3;
    margin: 10px 0 0 45px;
    padding: 8px;
    display: none;
}
.extractId .textDispaly {
    display: none;
}
.extractId .textDispaly span{
    font-weight: bold;
}
.extractId .iconSty {
    position: absolute;
    right: 50px;
    top: 18px;
    cursor: pointer;
}