@charset "utf-8";


/*数据库*/
.one-search-2 {
    position: relative;
    width: 100%;
	height:231px;
    margin: 0px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
}

/*数据库整体*/
.tab-search-2 {
    width: 100%;
    padding: 15px 10px 0px 10px;
    margin: 0 auto;
    position: relative;
}


/*数据库标题*/
.tab-search-2 .r-tabs-tab-2 {
    position: relative;
    float: left;
    margin: 0;
    padding: 0 14px 0 14px;
    background: url(images/bg-tab-slash.png) no-repeat left center;
}
.tab-search-2 .r-tabs-tab-2:first-child {
    padding-left: 0;
}

/*数据库标题下的字体*/
.tab-search-2 .r-tabs-tab-2 .r-tabs-anchor-2 {
    display: block;
    padding: 0px 0;
    font-size: 14px;
    color: #000;
    line-height: 20px;
}

/*数据库标题背景斜杠去除第一个*/
.tab-search-2 .r-tabs-tab-2:first-child {
    background: none;
}

/*数据库标题选中*/
.tab-search-2 .r-tabs-tab-2.active .r-tabs-anchor-2 {
    background:  no-repeat center bottom;
    color: #fff;
}


/*数据库主体内容部分*/

.tab-pane-2:last-child {
    padding-left: 9px;
}

 .tab-content-2 .tab-pane-2 {
    display: none;
    padding: 16px 0 7px;
    position: relative;
}