body {
    font-size: 14px;
    color: #333;
    font-family:"Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Hiragino Sans GB W3","WenQuanYi Micro Hei",sans-serif
}

ul,li {
    margin: 0;
    padding: 0;
    list-style: none;
}
a {
    color: #0033ff;
}
a:hover,a:focus {
    text-decoration: none;
    color: #8465c2;
}

.form-control {
    border-radius: 0px;
}

header .navbar {
    background-color: rgba(97,71,141,1);
    border: 0px;
    border-radius: 0px;
    margin-bottom: 0;
}
header .navbar-brand {
    height: 65px;
    color: #fff;
    line-height: 35px;
    font-weight: normal;
}
header .navbar-brand>img {
    float: left;
    height: 35px;
    margin-right: 10px;
}
header .navbar-nav>li {
    margin-left: 20px;
}
header .navbar-nav>li>a {
    line-height: 35px;
    font-size: 16px;
    color: #fff;
}
header .navbar-nav>li>a:hover, header .nav .open>a, header .nav .open>a:focus, header .nav .open>a:hover {
    background-color: rgba(0,0,0,0.1);
}

footer {
    background-color: rgba(0, 0, 0, 0.2);
}
footer li {
    float: left;
    margin-right: 30px;
}
footer li a {
    display: inline-block;
}
footer li .link {
    padding: 15px;
    font-size: 16px;
    color: #666;
    line-height: 35px;
}
footer li .img {
    padding: 10px;
}
footer li .img img {
    height: 45px;
    border-radius: 2px;
}

.m-b-30 {
    margin-bottom: 30px;
}
.m-b-10 {
    margin-bottom: 10px;
}
.m-b-5 {
    margin-bottom: 5px;
}
.m-b-0 {
    margin-bottom: 0px!important;
}
.m-t-20 {
    margin-top: 20px;
}
.m-t-10 {
    margin-top: 10px;
}
hr.dashed {
    border-style: dashed;
}

.page-content {
    padding: 30px 0;
    min-height: calc(100vh - 130px);
    background-repeat: no-repeat;
    background-size: cover;
}

.banner {
    background: url(../images/genetics.jpg) no-repeat;
    height: 260px;
    background-size: cover;
    margin-top: -30px;
    position: relative;
    margin-bottom: 30px;
}
.home-search {
    max-width: 700px;
    margin: 0 auto 30px;
    background-color: rgba(97,71,141,1);
    padding: 20px;
} 
.banner .home-search {
    max-width: 100%;
    position: absolute;
    width: 800px;
    height: 190px;
    left: 50%;
    top: 50%;
    margin-top: -95px;
    margin-left: -400px;
    background-color: rgba(97,71,141,0.8);
    padding: 50px;
}
.search-box {
    position: relative;
}
.home-search .search-box:before,
.home-search .search-box:after {
    display: table;
    content: '';
}
.home-search .search-box:after {
    clear: both;
}
.search-box .form-control {
    height: 50px;
    background-color: rgba(0,0,0,0.2);
    color: #fff;
    border-color: transparent;
    font-size: 16px;
}
.search-box .form-control:hover,
.search-box .form-control:focus {
    box-shadow: none;
}
.search-box.batch .form-control {
    color: #333;
}
.home-search .search-box select {
    width: 190px;
    float: left;
}
.home-search .search-box select + input {
    width: calc(100% - 190px);
    float: left;
}
.search-box a {
    font-size: 24px;
    color: #fff;
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 38px;
    right: 15px;
    top: 50%;
    margin-top: -15px;
    text-align: center;
    opacity: 0.8;
}
.search-history {
    display: block;
    margin-left: -10px;
    margin-top: 10px;
}
.search-history:before,
.search-history:after {
    display: table;
    content: '';
}
.search-history:after {
    clear: both;
}
.search-history dt,.search-history dd {
    display: inline-block;
    float: left;
    padding: 5px 5px;
}
.search-history dt {
    color: #fff;
}
.other-search.batch .search-history dt {
    color: #fff;
}
.search-history dd {
    position: relative;
}
.other-search.batch .search-history dd a {
    color: #0033ff;
}
.search-history dd a {
    color: #FFCC00;
}
.search-history dd + dd:before {
    display: block;
    content: '';
    position: absolute;
    display: block;
    height: 14px;
    width: 1px;
    background-color: rgba(255,255,255,0.6);
    top: 7px;
    left: 0;
}
.panel-box {
    position: relative;
    margin-bottom: 20px;
}
.panel-box .panel-header {
    padding-bottom: 8px;
    font-size: 18px;
    border-bottom: 1px solid #ddd;
    display: block;
    font-weight: bold;
    line-height: 20px;
    color: #61478d;
    /*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
}
.panel-box .panel-header .more {
    float: right;
    font-size: 14px;
    font-weight: normal;
    color: #999;
}
.panel-box .panel-content {
    padding: 15px 0;
}
.panel-box .panel-content .col-sm-7 p {
    text-align: justify;
    /*margin-bottom: 0;*/
}
.news-list li {
    position: relative;
    padding-right: 150px;
    padding-left: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px dashed #ddd;
}
.news-list li:hover {
    background-color: #f5f5f5;
}
.news-list li:before {
    position: absolute;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent transparent #ddd;
    top: 50%;
    margin-top: -6px;
    left: 0;
}
.news-list li span {
    position: absolute;
    right: 0;
    color: #999;
}
.link-box {
    display: block;
    margin-bottom: 15px;
    text-align: center;
    background-color: rgba(240, 243, 250, 1);
}
.link-box .link-name {
    padding: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #fff;
    background-color: #999;
}
.link-box .link-img {
    display: block;
    overflow: hidden;
    background-color: #eee;
    border: 1px solid #e5e5e5;
    padding: 2px
}
.link-box .link-img img {
    height: 100%;
    width: 100%;
}
.link-box .link-content {
    padding: 10px;
}
.link-box .link-content p {
    line-height: 22px;
    height: 66px;
    overflow: hidden;
}
.link-box .link-content a {
    display: inline-block;
    border: 1px solid #92b8d8;
    border-radius: 3px;
    padding: 5px 20px;
    line-height: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}
.text-white {
    color: #fff;
}
img {
    max-width: 100%;
}
.other-search .search-box,
.other-search .search-history {
    max-width: 800px;
    margin: 0 auto 10px;
}
.other-search,
.panel-custom {
    display: block;
    padding: 20px 30px;
    background-color: rgba(97,71,141,0.8);
    margin-bottom: 30px;
    position: relative;
}
.other-search h4,
.panel-custom h4{
    color: #fff;
    margin-bottom: 20px;
}
.other-search.batch h4 {
    color: #fff
}
.alert {
    border-radius: 0px;
}
.alert-default {
    border: 1px solid #ddd;
}
.panel-custom {
    padding: 20px;
}
.search-box ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #ffffffbb;
}
.search-box :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #ffffffbb;
}
.search-box ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #ffffffbb;
}
.search-box :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #ffffffbb;
}

.result {
    margin-top: -30px;
    background-color: #f5f5f5;
    padding: 30px 0 40px;
}
.result.sm {
    padding: 20px 0;
}
.result-list,.result-tabs {
    position: relative;
}
.result .search-result-title {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    font-size: 20px;
    margin-bottom: 10px
}
.result .search-result-title span,
.result .search-result-num span {
    color: #800080;
}
.result .search-result-num {
    font-weight: bold;
}
.result-tabs {
    text-align: center;
    margin-top: -40px;
}
.result-tabs li {
    display: inline-block;
}
.result-tabs li a {
    display: block;
    padding: 10px 20px;
    background-color: #ddd;
    color: #666;
}
.result-tabs li.active a {
    background-color: rgba(97,71,141,1);
    color: #fff;
}
.result-list .tab-content {
    margin-top: 20px;
}
.pagination>li:first-child>a, .pagination>li:first-child>span, .pagination>li:last-child>a, .pagination>li:last-child>span {
    border-radius: 0px;
}
.pagination {
    margin: 0;
}
.page-num,.page-num > * {
    display: inline-block;
}
.page-num .form-control {
    width: 60px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 10px;
    margin-right: 10px;
}
.page-num span {
    line-height: 34px;
}
.panel-group .panel {
    border-radius: 0px;
    box-shadow: none;
}
.panel-group .panel-default>.panel-heading,
.panel-group .panel-body {
    padding-left: 22px;
}
.panel-group .panel-default>.panel-heading .panel-title a {
    position: relative;
}
.panel-group .panel-default>.panel-heading .panel-title a:before {
    display: block;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: #999 transparent transparent transparent;
    top: 6px;
    left: -16px;
}
.panel-group .panel-default>.panel-heading .panel-title a.collapsed:before {
    border-color: transparent transparent transparent #999;
    top: 2px;
    left: -12px;
}
.detail-info {
    line-height: 24px;
}
.detail-title {
    margin-top: -30px;
    padding: 30px 0;
    background-color: #eee;
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
}
.detail-title .title {
    color: rgba(97,71,141,1);
}
.detail-title hr {
    width: 100px;
    border-top: 4px solid #bbb;
    display: block;
    margin: 10px auto 5px;
}
.detail-title small {
    font-size: 14px;
    display: block;
    font-weight: normal;
}

.gene-search-result-list li {
    height: 170px;
    padding: 10px 0;
    transition: all 0.2s;
}
.gene-search-result-list li:hover {
    background-color: #f5f5f5;
}
.gene-search-result-list li+li {
    border-top: 1px solid #ddd;
}
.gene-search-result-list li [class^=part-] {
    float: left;
    height: 100%;
    overflow: hidden;
    padding: 10px 20px;
}
/*.gene-search-result-list li [class^=part-]:first-child {
    padding-left: 0px;
}
.gene-search-result-list li [class^=part-]:last-child {
    padding-right: 0px;
}*/
.gene-search-result-list li [class^=part-] + [class^=part-] {
    border-left: 1px dashed #ddd;
}
.gene-search-result-list li .part-1 {
    width: calc(100% - 600px);
}
.gene-search-result-list li .part-2 {
    width: 400px;
}
.gene-search-result-list li .part-3 {
    width: 200px;
}
.rl-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
}
.rl-info {
    font-size: 14px;
}
.rl-info span {
    color: #00f;
}
.rl-content {
    margin-top: 10px;
}
.rl-content i:not(.glyphicon-question-sign) {
    font-size: 30px;
    margin-top: 30px;
}
.rl-content h4 {
    color: #00f;
    margin: 0 0 5px;
}
.rl-content p {
    margin-bottom: 0px;
    line-height: 16px;
}
.rl-group {
    position: relative;
    min-height: 18px;
    line-height: 18px;
    padding: 4px;
    padding-left: 150px;
}
.rl-group span {
    display: inline-block;
    position: absolute;
    left: 0px;
}
.table-middle>tbody>tr>td, .table-middle>tbody>tr>th, .table-middle>tfoot>tr>td, .table-middle>tfoot>tr>th, .table-middle>thead>tr>td, .table-middle>thead>tr>th {
    vertical-align: middle;
}
.table-center>tbody>tr>td, .table-center>tbody>tr>th, .table-center>tfoot>tr>td, .table-center>tfoot>tr>th, .table-center>thead>tr>td, .table-center>thead>tr>th {
    text-align: center;
}
.pubmed .inline {
    display: inline;
}
.pubmed .inline a {
    display: block;
}
.shadow-box {
    background-color: #fff;
    padding: 15px;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    margin-bottom: 20px;
    border: 1px solid #eee;
}
.shadow-box > div {
    margin: 0px!important;
    padding: 0px!important;
    background: none!important;
}
.tooltip-inner {
    max-width: 300px;
    min-width: 200px;
}
.m-list li {
    padding: 10px;
    transition: all 0.2s;
    line-height: 1.2;
    /*border-bottom: 1px dashed #ddd;*/
}
/*.m-list li:hover {
    background-color: #f5f5f5;
}*/
.m-list li [class^=col-] {
    padding-top: 4px;
    padding-bottom: 4px;
}
.search-box .form-control option {
    background-color: #423c74;
}

.ui-menu {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border: 1px solid #ddd;
}
.ui-menu .ui-menu-item-wrapper {
    padding: 6px 10px;
}

.page-pagination .form-control-static {
    font-size: 13px;
    min-height: inherit;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 20px;
    height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.page-pagination select.form-control:not([size]):not([multiple]),
.page-pagination .form-control {
    margin-left: 5px;
    margin-right: 5px;
    padding: 3px 0;
    height: 30px;
    line-height: 24px;
}
.page-pagination select.form-control {
    background-position: 100% 3px;
}
.page-pagination .pagination {
    margin-bottom: 0;
    padding: 0;
    margin-top: 0;
}
.width-50 {
    width: 50px!important;
}
.width-80 {
    width: 80px!important;
}
.table-gene-box {
    display: block;
    /*width: 780px;*/
}
.table-gene-box .table-gene-list li {
    float: left;
    width: 10%;
    padding: 1px;
}
.table-gene-box .table-gene-list li span {
    display: block;
    padding: 3px 0;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #eee;
    font-size: 12px;
}
.table-gene-box .table-gene-list:before,
.table-gene-box .table-gene-list:after {
    display: table;
    content: '';
}
.table-gene-box .table-gene-list:after {
    clear: both;
}
.table-gene-box > a {
    display: block;
    margin: 1px;
    padding: 3px;
    background-color: #d5d2da;
    text-align: center;
    color: #61478d;
    font-size: 12px;
}
.collapsed .collapse-close,.collapse-open {
    display: none;
}
.collapsed .collapse-open {
    display: block;
}
.bg-grey {
    background-color: #f5f5f5;
}
.td-relative td {
    position: relative;
    text-align: justify;
}
.td-relative td .td-collapse {
    position: absolute;
    right: 8px;
}
.page-pagination {
    padding-top: 20px;
}
.home-slide {
    float: left;
    width: 480px;
    border: 2px solid #e5e5e5;
    background-color: #f9f9f9;
    padding: 8px;
    margin-right: 20px;
    margin-bottom: 15px;
    height: 350px;
    position: relative;
    z-index: 10;
    margin-top: 15px;
}

.slides {
    position: relative;
    width: 100%!important;
    overflow: auto;
    height: 100%!important;

    font-size: 18px;
    line-height: 24px;
    text-align: center;

    color: rgba(255,255,255,.6);
}
.slides ul {
    list-style: none;
    width: 300%;
    height: 100%;
}
.slides ul li {
    display: block;
    float: left;
    width: 33%;
    height: 100%;

    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;

    /*box-shadow: inset 0 -3px 6px rgba(0,0,0,.1);*/
    position: relative;
}

.slides .img {
    display: block;
    /*height: 240px;*/
    /*line-height: 300px;*/
    /*padding: 8px;*/
    /*background-color: #f5f5f5;*/
    /*border: 2px solid #e5e5e5;*/
}
.slides .img img {
    text-align: center;
    max-width: 100%;
    max-height: 100%;
}
.slides .inner {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.4);
    padding: 10px 15px 25px;
    color: #fff;
    font-size: 14px;
    /*color: #333;*/
    display: block;
    margin-top: 10px;
}
.slides .inner p {
    margin-bottom: 0;
}

.slides h1, .slides h2 {
    font-size: 40px;
    line-height: 52px;

    color: #fff;
}

.slides .btn {
    display: inline-block;
    margin: 25px 0 0;
    padding: 9px 22px 7px;
    clear: both;

    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;

    border: 2px solid rgba(255,255,255,.4);
    border-radius: 5px;
}
.slides .btn:hover {
    background: rgba(255,255,255,.05);
}
.slides .btn:active {
    -webkit-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
    -moz-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
    -ms-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
    -o-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
    filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
}

.slides .btn, .slides .dot {
    -webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
    -moz-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
    -ms-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
    -o-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
    filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
}

.slides .dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: 0;
}
.slides .dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;

    text-indent: -999em;

    border: 2px solid #fff;
    border-radius: 6px;

    cursor: pointer;
    opacity: .4;

    -webkit-transition: background .5s, opacity .5s;
    -moz-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s;
}
.slides .dots li.active {
    background: #fff;
    opacity: 1;
}

.slides .arrows {
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: #fff;
}
.slides .arrow {
    display: inline;
    padding-left: 10px;
    cursor: pointer;
}

.text-grey {
    color: #999;
}
.pubmed .modal-content {
    border-radius: 2px;
    border: 0;
}
.pubmed .modal-header {
    padding: 10px 15px 8px;
    background-color: rgba(97,71,141,1);
    color: #fff;
    border: 0;
}
.pubmed .modal-header .close {
    margin-top: 0;
    opacity: 0.3;
}
.modal-backdrop {
    background-color: #fff;
}
.pubmed p em {
    font-style: normal;
    background-color: #FFCC00;
}
.detail-slides {
    display: block;
    padding: 0 50px;
    position: relative;
}
.slides-box {
    position: relative; overflow: auto;
    width: 100%!important;
}
.slides-box ul li {
    float: left;
}
.detail-slides .prev,
.detail-slides .next {
    display: block;
    color: #fff;
    position: absolute;
    top: 50%;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-top: -18px;
    background-color: rgba(0,0,0,0.2);
    text-align: center;
    line-height: 36px;
    font-size: 18px;
    font-family: 'simsun';
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
}
.detail-slides .prev {
    left: 0
}
.detail-slides .next {
    right: 0
}
.batch {
    color: #fff
}
.batch h4 {
    margin-bottom: 10px;
}
.batch h5 {
    margin: 0px;
    font-size: 16px;
    font-weight: 400;
}
.batch a {
    font-size: 16px;
    color: #fff;
    text-decoration: underline;
}
.batch p {
    line-height: 30px;
    margin-bottom: 0
}
.batch .form-group {
    margin-bottom: 10px;
}
.batch .btn {
    padding: 3px 20px;
    border-width: 2px;
    font-size: 14px
}
.batch .btn.btn-outline {
    background: none;
   /* border-color: #fff;*/
    color: #fff
}
.bg-red {
    background-color: #f00!important;
}
.bg-violet {
    background-color: rgb(97,71,141)!important;
}

.bg-gray {
    background-color: #9E9E9E!important;
}
.bg-yellow-dark {
    background-color: rgb(255,192,0)!important;
}
.bg-yellow-light {
    background-color: #ff0!important;
}
.pagination-custom li {
    float: left;
}
.pagination-custom li+li {
    margin-left: 4px;
}
.pagination-custom li a {
    display: block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    background-color: #ddd;
    font-size: 12px;
    font-weight: normal;
    color: #666;
}
.pagination-custom li.active a {
    background-color: #337ab7;
    color: #fff;
}
.browser-box {
    color: #fff;
}
.browser-box h4 {
    margin: 20px 0;
}
.browser-box .other-search {
    padding: 0;
    background: none;
}
.browser-box .search-box .form-control {
    background-color: #fff;
    color: #666;
    border: 2px solid #ddd;
}
.browser-box .search-box a {
    color: #999;
}
.browser-box .search-history dd a {
    color: #FFCC00;
}
.browser-box .batch .btn.btn-outline {
    background-color: rgba(97,71,141,1);
}

.browser-box .other-search h5 {
    line-height: 22px;
}
.browser-box .other-search select {
    background: none;
    border: none;
    padding-bottom: 4px;
    margin-left: 5px;
    float: left;
    color: #333;
    background-color: #fff;
}
.browser-box .other-search select:focus {
    outline: none;
}
.download-btn,.download-btn:hover{
    background-color: rgb(97,71,141)!important;
    color: #fff;
}