.ext-cate-qinput {
    background: url('img/quick-query-icon2.jpg') no-repeat 101px center #fff;
    margin-left: 0;
    width: 113px;
    border-color: #3374CA;
}
.domain-ext-category {
    position: absolute;
    min-height: 369px;
    z-index: 1000;
    top: 34px;
    left: 11px;
    /*display: block !important;*/
}
.wjf-ui-autocomplete {
    border-color: #25a1e2;
    border-width: 2px;
    /*border-right: none;*/
}
.select-on.wjf-ui-autocomplete {
    border-right: none;
}
.domain-column {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 125px;
    position: absolute;
    margin-top: 30px;
    left: 0;
    top: 0;
    padding: 0;
    background-color: #3374CA;
    border-top: none;
    padding-bottom: 10px;
    color: #fff;
}
.domain-column .domain-item-wrapper {
    height: 300px;
    overflow: auto;
}
.domain-column .domain-item {
    padding-left: 4px;
    position: relative;
    cursor: pointer;
    color: #FFFFFF;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    font-weight: 400;
    height: 30px;
    line-height: 30px;
    text-align: left;
    text-indent: 10px;
    z-index: 200;
}
.domain-column .domain-item .active-icon {
    display: none;
}
.domain-column .active .active-icon {
    display: block;
    float: right;
    color: #3374CA;
    padding-right: 10px;
}
.domain-column .domain-item.more {
    display: none;
}
.show-more .domain-item.more {
    display: block;
}
.domain-column .domain-item.active {
    color: #3374CA;
    background-color: #fff;
    border-right: none;
    line-height: 30px;
    height: 30px;
}
.domain-column .domain-item i {
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 12px;
}

.domain-category-panels {
    height: 100%;
}
.domain-category-panels .hidden {
    display: none;
}
.domain-category-panels .domain-panel {
    position: absolute;
    top: 30px;
    left: 124px;
    height: 311px;
    background-color: #FFFFFF;
    border: 1px solid #3374CA;
    z-index: 100;
    width: 700px;
    /*display: block !important;*/
}

/*滚动条状态下 遮挡滚动条*/

.scroll-status .domain-panel {}
.select-on .domain-panel {
    top: 30px !important;
    left: 126px;
}
.domain-category-panels .domain-panel .domain-panel-title {
    margin: 10px 20px 0 20px;
    color: #3374CA;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #3374CA;
    padding-bottom: 5px;
}
.domain-category-panels .domain-panel .domain-panel-item {
    display: block;
    cursor: pointer;
    color: #7b7e7f;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    font-weight: 400;
    line-height: 45px;
    text-align: left;
    margin: auto;
    float: left;
}
.domain-category-panels .domain-panel .domain-panel-item a {
    display: block;
    margin-left: 20px;
    white-space: nowrap;
    width: 115px;
    /* height: 45px; */
    float: left;
}
.domain-category-panels .domain-panel .domain-panel-item a:hover {
    color: #F60;
}
.domain-category-panels .domain-panel .line {
    overflow: hidden;
    clear: both;
    border-bottom: 1px dashed #DCD9D9;
    /* margin-top: 27px; */
    padding-top: 20px;
    /* background-color: red; */
    margin: 0 30px 10px 18px;
    margin-bottom: 10px;
}

/*显示或者隐藏更多后缀*/

a.show-more-ext, a.custom-ext {
    padding-left: 10px;
    text-decoration: underline;
    color: #FFECA2;
}
a.show-more-ext:hover, a.custom-ext:hover {
    text-decoration: underline;
    color: #fff;
}
.custom-ext-editor {
    width: 540px;
    height: 340px;
    padding: 10px;
    font-size: 14px;
}
.custom-ext-title {
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
}
.custom-ext-tip {
    line-height: 20px;
}

/*样式覆盖*/

.custom-search {
    position: relative;
    overflow: visible;
}
#J_quickQuery {
    margin-right: 10px;
    background: url('/web/frontend/style/css/img/quick-query.png') no-repeat 0 center;
    background-size: 22px;
    padding-left: 26px;
    color: #0163A1;
    font-weight: bold;
    text-decoration: underline;
}
#J_domainExtCatePagination {
    margin-top: 10px;
    padding-left: 14px;
    height: 25px;
    overflow: hidden;
    margin-bottom: 10px;
}
#J_domainExtCatePagination a {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    margin-right: 15px;
}
#J_domainExtCatePagination a.disabled {
    /*display: none;*/
    opacity: 0;
}
#J_domainExtCatePagination img {
    width: 20px;
}
