/*本页样式为过期域名抢注*/

/************************ tab选项卡 开始 ************************/
.yd_tab {
    border-bottom: 2px solid #2f8abe;
    height: 37px;
    line-height: 37px;
    font-size: 14px;
    margin-top: 10px;
    clear: both;
}

.yd_tab ul.sel_tab {
    height: 37px;
    line-height: 37px;
    float: left;
    display: inline-block;
}

.yd_tab ul.sel_tab li {
    float: left;
    line-height: 37px;
}

.yd_tab ul.sel_tab li a {
    font-size: 14px;
    display: inline-block;
    padding: 0 14px;
    background: #f8f8f8;
    text-align: center;
    border: 1px solid #ddd;
    border-bottom: none;
    height: 36px;
    margin-right: 5px;
}

.yd_tab ul.sel_tab li a.active, .yd_tab ul.sel_tab li a:hover {
    background: #2f8abe;
    color: #fff;
    border: 1px solid #2f8abe;
    border-bottom: none;
}

.yd_tab ul.sel_tab li a.active2 {
    background: #2f8abe;
    color: #fff;
    border: 1px solid #2f8abe;
    border-bottom: none;
}

.fright {
    float: right;
}

.fleft {
    float: left;
}

/************************ tab选项卡 结束 ************************/

/************************ 查询框 开始 ************************/

.search_condition {
    /*border: 1px solid #ddd;*/
    margin: 10px 0;
    display: block;
    /*float: left;
    width: 958px;*/
}

.search_pa {
    padding: 15px 0px;
}
 

.left_width, .right_width {
    float: left;
    width: 49%;
}

.left_title {
    font-size: 14px;
    font-weight: bold;
    line-height: 35px;
    width: 100px;
    text-align: right;
}

.right_condition {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
}

/*排除关键字*/
.wjf-ui-select-wrapper {
    position: relative;
}

.wjf-ui-select {
    position: absolute;
    left: 0;
    top: 30px;
    margin: 0;
    padding: 0;
    border: 1px solid #ddd;
    background-color: #fff;
    width: 300px;
    max-height: 240px;
    overflow: auto;
    display: none;
    z-index: 10;
}

.wjf-ui-select li {
    padding: 0;
    margin: 0;
}

.wjf-ui-select .item {
    border-bottom: 1px dashed #CAC9C9;
    padding-left: 5px;
    display: block;
    line-height: 25px;
}

/*下拉框*/
.right_condition select {
    border: 1px solid #ddd;
    padding: 3px 5px;
    margin-top: 5px;
}

/*查询*/
.btn_search {
    padding-left: 140px;
    padding-top: 10px;
    overflow: hidden;
    zoom: 1;
}

input.search_sub {
    background: #2f8abe;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 6px 30px;
    width: 120px;
}

input.search_sub:hover {
    background: #438ec7;
}

input.search_hui {
    background: #ddd;
    border: none;
    color: #999;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    padding: 6px 30px;
    width: 110px;
}

.inputtext {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    color: #666;
    cursor: text;
    height: 22px;
    line-height: 22px;
    padding: 3px 5px;
    width: 230px;
    margin-top: 3px;
}

.inputtext:hover {
    border: 1px solid #2f8abe;
}

/*广告图片*/
.topimg {
    padding-left: 120px;
}

/************************ 查询框 结束 ************************/

/************************ 表格 开始 ************************/

.table_layout {
    border: 1px solid #ddd;
    margin-top: 10px;
    text-align: center;
    border-bottom: none;
    clear: both;
}
.table_layout table tr th {
    position: relative;
    background: #e1f3fe;
    font-size: 14px;
    font-weight: bold;
    height: 33px;
    line-height: 33px;
    color: #555;
}

.table_layout table tr td {
    border-bottom: 1px dashed #d5e0ef;
    font-size: 14px;
    height: 22px;
    line-height: 22px;
    padding: 8px 6px;
}

.table_layout table tr.t_bg td {
    background: #f0f3f8;
}

.table_layout table tr.t_hover td {
    background: #fff9ed;
}
/*a标签hover*/
a.yd_link:link, a.yd_link:visited, a.yd_link:active {
    color: #06c;
    font-size: 14px;
}

a.bluelink:link, a.bluelink:visited {
    color: #06c;
}

a.bluelink:active {
    color: blue
}

a.bluelink:hover {
    text-decoration: underline;
}

a.yd_link:hover {
    color: #ff8432;
    text-decoration: underline;
}
/*域名*/
.str_domain {
    min-width: 180px;
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.table_layout table tr:nth-of-type(odd){
    background:#F0F3F8;
}
.table_layout table tr:nth-of-type(odd):hover{
    background-color: #fff9ed;
}
.table_layout table tr .div_more{
    background: #f8f8f8;
}
.table_layout table tr th {
    position: relative;
}

.table_layout .icon {
    border-color: #999 #e1f3fe #e1f3fe;
    border-style: solid;
    border-width: 4px;
    font-size: 0;
    position: absolute;
    top: 16px;
    margin-left: 0;
    height: 5px;
    background: #fff;

}

.table_layout .up_icon {
    border-color: #e1f3fe #e1f3fe #999;
    top: 7px;
}

.table_more {
    border: 1px solid #ddd;
    border-top: none;
    padding: 4px 5px;
    height: 35px;
}
/*加载更多*/
.div_more {
    background: #f8f8f8;
    width: 100%;
    height: 100%;
    text-align: center;
}
/*导出结果*/
.daochu {
    border: 1px solid #ddd;
    border-top: none;
    height: 36px; /* line-height:36px; */
    padding: 10px 0 0 8px;
}
/*提交*/
input.yd_xz {
    background: #2f8abe;
    border: none;
    cursor: pointer;
    color: #fff;
    padding: 3px 6px;
    margin-left: 10px;
    margin-right: 10px;
}

input.search_dc, input.search_xz {
    background: #ddd;
    border: none;
    cursor: pointer;
    color: #777;
    padding: 3px 6px;
    margin-right: 10px;
}
/*页码 开始*/
.pagelist, .z_this_page {
    padding: 20px 0 0 8px;
}

.pagelist a, .z_this_page {
    font-size: 14px;
    border: 1px solid #ddd;
    width: auto;
    float: left;
    height: 24px;
    line-height: 24px;
    margin-right: 2px;
    padding: 0 8px;
    text-align: center;
}

.pagelist a:hover {
    border: 1px solid #2f8abe;
    color: #2f8abe;
}

.pagelist a.active_page, .z_this_page {
    background: #2f8abe;
    color: #fff;
    border: 1px solid #2f8abe;
}
/*输入页码*/
.pagelist .txt {
    line-height: 26px;
    height: 26px;
    float: left
}
.pagelist .gotopage {
    height: 22px;
    width: 35px;
    margin-left: 10px;
    border: 1px solid #BBDDFF;
    margin-right: 5px;
    text-align: center;
    color: #379BFF
}

/*下拉框*/
.pagelist .txt_select {
    margin: 3px 5px 0 0;
    float: left
}

/*页码 结束*/

/************************ 表格 结束 ************************/

/*分页*/
.pagelist{
    padding: 10px 0 0 8px;
}
/*每页50条*/
.pagelist .txt_select{
    margin: 3px 5px 0 0;
    float: left;
}
.pagelist .txt_select select{
    height: 22px;
}
.pagination {
    display: inline-block;
    padding-left: 10px;
    border-radius: 4px;
    float: left;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 0px 8px;
    margin-left: -1px;
    /* line-height: 1.2; */
    color: #428bca;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #2a6496;
    background-color: #eee;
    border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #428bca;
    border-color: #428bca;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #999;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}


/*下拉展开*/
.drop_dekeyword {
    background: #fff;
    position: absolute;
    left: 0;
    top: 20px;
    z-index: 10;
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    width: 210px;
}
.drop_dekeyword li {
    cursor: pointer;
    padding: 2px 10px;
    border-bottom: 1px dotted #ccc;
}
