.top-search{
    width:100%;
    margin-top: 45px;
    display: flex;
    justify-content: space-between;
}
.top-search .s-left{
    width:200px;

}
.top-search .s-left select{
    width:100%;
    height: 40px;
    padding:0 10px 0 3px;
    border-radius: 8px;
    border: 1px solid #d7cce8;
    font-size: 14px;
    background-color: #fff;
}
.top-search .s-right{
    border-radius: 8px;
    position: relative;
}
.top-search .s-right input[type=text] {
    width: 792px;
    height: 40px;
    padding-left: 20px;
    border: 1px solid #d7cce8;
    border-radius: 8px;
    box-sizing: border-box;
    font-size: 14px;
}
.top-search .s-right input[type=submit] {
    width: 75px;
    height: 40px;
    border-radius: 0 8px 8px 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #8972ac;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
.sub_gene_search{
    padding-top: 9px;
}
.sub_gene_search tr th,.sub_gene_search tr td{
    padding-top: 20px;
}
.chromosome{
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    margin-top: -15px;
}
.chromosome div{
    width: 25px;
    height: 25px;
    border-radius: 2px;
    line-height: 25px;
    text-align: center;
    background: #f9f7fb;
    color: #6a4b92;
    cursor: pointer;
    font-weight: bold;
    margin-right: 9px;
    margin-top: 15px;
}
.chromosome div:nth-of-type(26){
    margin-right: 0;
}
.chromosome div:hover{
    background: #8972ac;
    color: #fff;
}
.c-active{
    background: #8972ac !important;
    color: #fff !important;
}
.t-page{
    width: 100%;
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
}
.t-page .c-titlist{
    font-size: 14px;
    font-weight: bold;
    color: #6a4b92;
}
.t-page .c-titlist span{
    color: #f39f3a;
}
.srh_gene_list_tit{
    border-left:1px solid #ece6f7;
    border-right:1px solid #ece6f7;
    border-bottom:1px solid #ece6f7;
}
.srh_gene_list_tit th{
    height: 40px;
    background: #f9f7fb;
    border-top: 2px solid #6a4b92;
    border-bottom: 1px solid #ece6f7;
}
.srh_gene_list_tit td{
    padding: 8px 0;
    font-size: 12px;
    line-height: 24px;
    border-bottom: 1px solid #ece6f7;
}
.srh_gene_list_tit td:first-child,.srh_gene_list_tit td:nth-child(2){
    padding-right: 15px;
    box-sizing: border-box;
    font-weight: bold;
}
.srh_gene_list_tit th:first-child,.srh_gene_list_tit td:first-child{
    padding-left: 20px;
    box-sizing: border-box;
}