.advance_search {
    position: absolute;
    right: -20%;
    top: 220px;
    background-color: #fff;
    color: #000;
    z-index: 99;
    padding: 5px;
    display: flex;
    width: 120%;
    box-sizing: border-box;
    min-height: 300px;
    box-shadow: 0 14px 28px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.22);
}

.advance_search .advance_content {
    width: 88%;
    padding-right: 3%;
    text-align: left;
}

.advance_search .advance_content .advancesearchBox .advancesearchInfo .advancesearchTop {
    height: 50px;
    background-color: #eee;
}
.advance_search .advance_content .advancesearchBox .advancesearchInfo .advancesearchContent {
    background-color: #fff;
    padding: 20px;
    padding-bottom: 100px;
}

.advance_search .advance_content .advancesearchBox .advancesearchInfo .advancesearchContent .adcontent {
    display: flex;
}
.advance_search .advance_content .advancesearchBox .advancesearchInfo .advancesearchContent .adcontent .el-select {
    width: 28%;
    margin-right: 2%;
}
.el-select {
    display: inline-block;
    position: relative;
}
.el-select > .el-input {
    display: block;
}

.el-input {
    position: relative;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}
.el-input,  .el-input__inner {
    font-size: 16px;
}
.el-input--suffix .el-input__inner {
    /*padding-right: 30px;*/
}

.el-select .el-input__inner {
    cursor: pointer;
    /*padding-right: 35px;*/
}
.el-input__inner {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px;
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    width: 100%;
}
.advance_search .advance_content .advancesearchBox .advancesearchInfo .advancesearchContent .adcontent .el-input {
    width: 100%;
}
.el-input {
    position: relative;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}
.el-input,  .el-input__inner {
    font-size: 16px;
}

.el-input,  .el-input__inner {
    font-size: 16px;
}
.el-input__inner {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px;
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    width: 100%;
}
.advance_search .advance_content .advancesearchBox .advancesearchInfo .advancesearchContent .addbtn {
    text-align: left;
    padding-top: 20px;
}
.advance_search .advance_content .advancesearchBox .advancesearchInfo .advancesearchContent .addbtn span {
    color: #506b9a;
    padding: 8px 8px;
    margin-right: 10px;
}

.el-button {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dcdfe6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    transition: .1s;
    font-weight: 500;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
}
.advance_search .advance_content .advancesearchBox .advancesearchInfo .advancesearchContent .addbtn .el-button {
    background-color: #eee;
    color: #666;
    padding: 10px 10px;
    font-size: 16px;
}
.advanceactive {
    /*border-radius: 22px 0 0 22px;*/
    padding-left: 30px!important;
    /*margin-left: -20px;*/
}
.advanceactive, .advanceactive span {
    background-color: #394a63!important;
}
.advance_search .advance_select {
    width: 32%;
    background-color:#506b9a;
    min-height: 300px;
}
.advance_search .advance_select span {
    display: block;
    text-align: left;
    padding: 10px;
    color: #fff;
    background-color: #506b9a;
    cursor: pointer;
}
.advance_search .advance_select span {
    display: block;
    text-align: left;
    padding: 10px;
    color: #fff;
    background-color: #506b9a;
    cursor: pointer;
    font-size: 18px;
}
.el-popover {
    position: absolute;
    background: #fff;
    min-width: 150px;
    border: 1px solid #ebeef5;
    padding: 12px;
    z-index: 2000;
    color: #606266;
    line-height: 1.4;
    text-align: justify;
    font-size: 14px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    word-break: break-all;
}
.el-popover {
    min-width: auto!important;
    background: #747474;
    color: #fff;
    font-size: 12px;
    max-width: 180px;
    border: 1px solid #747474;
}
.el-popover--plain {
    padding: 8px 10px;
}

.advance_search .advance_content .transDatabaseBox .el-checkbox.is-bordered.el-checkbox--medium {
    padding: 5px 10px 5px 10px;
    border-radius: 4px;
    height: 32px;
    width: 170px;
}
.el-checkbox__input {
    cursor: pointer;
    outline: 0;
    line-height: 1;
    vertical-align: middle;
}
.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__inner {
    height: 14px;
    width: 14px;
}

.el-checkbox__inner {
    display: inline-block;
    position: relative;
    border: 1px solid #dcdfe6;
    border-radius: 2px;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    background-color: #fff;
    z-index: 1;
    transition: border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46);
}
.el-checkbox__original {
    opacity: 0;
    outline: 0;
    position: absolute;
    margin: 0;
    width: 0;
    height: 0;
    z-index: -1;
}
/*。。。。。。。。。。。。。。。。。。。。。。*/
.el-checkbox, .el-checkbox__input {
    display: inline-block;
    position: relative;
    white-space: nowrap;
}

.el-checkbox {
    color: #606266;
    font-size: 14px;
    cursor: pointer;
    user-select: none;
    margin-right: 30px;
}

.el-checkbox, .el-checkbox-button__inner, .el-radio {
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.el-checkbox.is-bordered {
    padding: 9px 20px 9px 10px;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    line-height: normal;
    height: 40px;
}
.el-checkbox.is-bordered.el-checkbox--medium {
    padding: 5px 10px 5px 10px;
    border-radius: 4px;
    height: 32px;
    width: 140px;
    margin-bottom: 20px;
    text-align: left;
    background-color: #fff;
    display: inline-flex;
    align-items: center;
}
.advance_search .advance_content .transDatabaseBox .el-checkbox {
    margin-right: 20px;
    margin-bottom: 10px;
}

.advance_search .advance_content .transDatabaseBox .el-checkbox.is-bordered.el-checkbox--medium {
    padding: 5px 10px 5px 10px;
    border-radius: 4px;
    height: 32px;
    width: 170px;
}

.el-checkbox__label {
    display: inline-block;
    padding-left: 10px;
    line-height: 19px;
    font-size: 14px;
    line-height: 17px;
    font-size: 14px;
    max-width: 130px;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: text-bottom;
}



.advance_search .advance_content .transDatabaseBox .publisher p {
    background-color: #eee;
    padding: 7px 0 7px 20px;
    margin-bottom: 10px;
}
.advance_search .advance_content .transDatabaseBox .association p {
    background-color: #eee;
    padding: 7px 0 7px 20px;
    margin: 10px 0;
}


.el-checkbox.is-bordered.is-checked {
    border-color: #82318e;
}

.el-checkbox__input.is-checked .el-checkbox__inner, .el-checkbox__input.is-indeterminate .el-checkbox__inner {
    background-color: #82318e;
    border-color: #82318e;
}
.el-checkbox.is-bordered.is-disabled {
    border-color: #ebeef5;
    cursor: not-allowed;
    color: #c0c4cc;
}
.el-checkbox.is-bordered.is-disabled span{
    border-color: #ebeef5;
    cursor: not-allowed;
    color: #c0c4cc;
}
.is-disabled .el-checkbox__inner {
    border-color: #dcdfe6;
    cursor: not-allowed;
}
.advance_search .advance_content .advancesearchBox .advancesearchInfo .advancesearchContent .adcontent .el-select[data-v-4efe69c7] {
    width: 28%;
    margin-right: 2%;
}
.advance_search .advance_content .advancesearchBox .advancesearchInfo .advancesearchContent .addrule[data-v-4efe69c7] {
    display: flex;
    padding-top: 20px;
}
.advance_search .advance_content .advancesearchBox .advancesearchInfo .advancesearchContent .addrule .el-select[data-v-4efe69c7] {
    width: 13%;
    margin-right: 2%;
}
.advance_search .advance_content .advancesearchBox .advancesearchInfo .advancesearchContent .adcontent .el-input[data-v-4efe69c7] {
    width: 43%;
}
.addrule .el-input[data-v-4efe69c7] {
    width: 43%;
    margin-right: 2%;
}

.el-select .el-input .el-select__caret {
    color: #c0c4cc;
    font-size: 14px;
    transition: transform .3s;
    transform: rotate(180deg);
    cursor: pointer;
}

.el-input__icon {
    height: 100%;
    width: 25px;
    text-align: center;
    transition: all .3s;
    line-height: 40px;
}
.el-icon-arrow-up:before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    top: 13px;
    left: 7px;
    border-right: 1px solid #c0c4cc;
    border-bottom: 1px solid #c0c4cc;
    transform: rotate(45deg);
}
.el-select .el-input .el-select__caret.is-reverse {
    transform: rotate(0);
}
.el-select .el-input .el-select__caret {
    color: #c0c4cc;
    font-size: 14px;
    transition: transform .3s;
    transform: rotate(180deg);
    cursor: pointer;
}
.el-input__icon:after {
    content: "";
    height: 100%;
    width: 0;
    display: inline-block;
    vertical-align: middle;
}
.el-input__prefix, .el-input__suffix {
    position: absolute;
    top: 0;
    -webkit-transition: all .3s;
    height: 100%;
    color: #c0c4cc;
    text-align: center;
}
.el-input__suffix {
    right: 5px;
    transition: all .3s;
    width: 20px;
}
.el-select .el-input .el-select__caret.is-reverse {
    transform: rotate(0);
}
.el-select .el-input .el-select__caret {
    color: #c0c4cc;
    font-size: 14px;
    transition: transform .3s;
    transform: rotate(180deg);
    cursor: pointer;
}
.el-input__icon {
    height: 100%;
    width: 25px;
    text-align: center;
    transition: all .3s;
    line-height: 40px;
}

.el-scrollbar {
    overflow: hidden;
    position: relative;
}
el-scrollbar__wrap {
    overflow: scroll;
    height: 100%;
}
.el-select-dropdown__list {
    list-style: none;
    padding: 6px 0;
    margin: 0;
    box-sizing: border-box;
}
.el-select-dropdown {
    position: absolute;
    z-index: 1001;
    border: 1px solid #e4e7ed;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    box-sizing: border-box;
    margin: 5px 0;
}
.el-select-dropdown__item {
    font-size: 14px;
    padding: 0 17px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #606266;
    height: 34px;
    line-height: 34px;
    box-sizing: border-box;
    cursor: pointer;
}
.el-select-dropdown__item.selected {
    color: #409eff;
    font-weight: 700;
}