
a:hover {
    color: #b63535;
}

input {
    outline: 0;
}

/*留白*/
.blank {
    height: 10px;
    line-height: 10px;
    clear: both;
}

.blank20 {
    height: 20px;
    line-height: 20px;
    clear: both;
}

.blank30 {
    height: 30px;
    line-height: 30px;
    clear: both;
}

.blank40 {
    height: 40px;
    line-height: 40px;
    clear: both;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.form-control {
    border-color: #D9D9D9;
}

.form-control:focus {
    border-color: #D9D9D9;
    box-shadow: 0 0 0 .25rem rgba(217, 217, 217, 0.25)
}

.form-select {
    border-color: #D9D9D9;
}

.form-select:focus {
    border-color: #D9D9D9;
    box-shadow: 0 0 0 .25rem rgba(217, 217, 217, 0.25)
}

.form-check-input:checked {
    background-color: #b63535;
    border-color: #b63535;
}

.form-check-input:focus {
    border-color: #b63535;
    outline: 0;
    box-shadow: none;
}

.form-group label {
    margin-bottom: 5px;
}

.input-group-text {
    border-color: #D9D9D9;
}

.btn-light {
    border-color: #e9ecef;
    background-color: #e9ecef;
}

.btn-light:hover {
    border-color: #b63535;
    background-color: #b63535;
    color: #ffffff;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #b63535;
}

.el-cascader .el-input .el-input__inner:focus, .el-cascader .el-input.is-focus .el-input__inner {
    border-color: #D9D9D9
}

.el-cascader-node.in-active-path, .el-cascader-node.is-active, .el-cascader-node.is-selectable.in-checked-path {
    color: #b63535;
}

.select-ui .select .button .text {
    color: #495057;
}

.none {
    display: none !important;
}

.select_val_text_search {
    border: none;
    outline-style: none;
    width: 100%;
    line-height: 100%;
    cursor: pointer;
}

.loadingBox {
    width: 100%;
    height: 100%;
    min-height: 50px;
    background: url("../images/loading.gif") no-repeat center;
    overflow: hidden;
}

.isLoading {
    position: relative;
    z-index: 0;
}

.isLoading:before {
    content: "";
    width: 100%;
    height: 100%;
    min-height: 50px;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    background: url("../images/loading.gif") no-repeat center;
    overflow: hidden;
}

ul.second li span.long_col {
    overflow: hidden;
    text-overflow: ellipsis;
    /*word-break: break-all;*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.2em;
    max-height: 3.6em;
}

.b_Frame3 .r_cont5 .GeneSetRank ul.second li:nth-child(2) .box a.nan, .b_Frame3 .r_cont5 .GeneSetRank ul.second li:nth-child(2) .box a.nan:hover {
    background-color: #dedede;
    color: #000;
    cursor: not-allowed;
}

.m_detail .detail_3 .GeneSetRank ul.second li:nth-child(2) .box a.nan, .m_detail .detail_3 .GeneSetRank ul.second li:nth-child(2) .box a.nan:hover {
    background-color: #dedede;
    color: #000;
    cursor: not-allowed;
}

.r_cont .infor p {
    word-break: break-word;
}

.layui-layer {
    border-radius: 7px !important;
}

#tabTips, .DomeTabTips {
    position: absolute;
    z-index: 9999;
    left: 0;
    top: 0;
    background: #ffffff;
    border-radius: 7px;
    padding: 10px;
    box-shadow: 0 0 4px #ccc;
    font-size: 16px;
    display: none;
    max-width: 400px;
    vertical-align: middle;
}

#tabTips .infoBox {
    display: flex;
    align-items: center;
    justify-content: center;
}

#tabTips .infoBox .img {
    width: 90px;
    margin-right: 10px;
}

#tabTips .infoBox .img img {
    width: 90px;
    height: 90px;
    border-radius: 100%;
}

#tabTips .infoBox .content {
    flex: 1;
}

.turntable .box .pic img {
    width: 96px;
    height: 96px;
    border-radius: 100%;
}

.Disease_3 ul li .tit {
    overflow: hidden;
    line-height: 20px;
    height: 40px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.Disease_3 ul li.cur .tit {
    color: #b63535;
}

.r_cont .infor .title {
    position: relative;
    z-index: 1;
}

.r_cont .infor .title .download {
    position: absolute;
    z-index: 2;
    left: 50px;
    top: -2px;
    height: 27px;
    line-height: 27px;
    border-radius: 2px;
    background-color: #B3261E;
    color: #fff;
    padding: 0 15px;
    cursor: pointer;
}

.b_table .b_content {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.b_table .b_content img {
    max-width: 100%;
    height: auto;
}

.moreLink {
    width: 100%;
    overflow: hidden;
}

.moreLink a.more {
    float: left;
    display: block;
    margin-left: 20px;
}

.moreLink a.more:first-child {
    margin-left: 0;
}

.moreLink.autoWidth a.more {
    width: auto !important;
    padding: 0 15px;
    margin: 20px 20px 0 0 !important;
}

.moreLink.showSize a.more {
    position: relative;
    z-index: 1;
    margin: 20px 20px 21px 0 !important;
}

.moreLink.showSize {
    overflow: visible;
}

.moreLink.showSize a.more span {
    width: 100%;
    line-height: 16px;
    text-align: center;
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 27px;
    color: #666666;
}

.st_left ul li .photo .xfk {
    top: 0 !important;
    opacity: 0.7;
}

.st_left ul li .photo:hover .xfk, .st_left ul li.cur .photo .xfk {
    opacity: 1;
    font-weight: bold;
}

.mergePicBox.vir_tral {
    width: 100%;
}

.mergePicBox.vir_tral .vir_list ul li .select {
    width: 264px;
    margin: 0 auto;
}

.vir_tral .vir_item ul.mergePicList {
    min-height: 400px;
}

.vir_tral .vir_item ul.mergePicList li {
    width: 20%;
    padding-bottom: 20px;
}

.vir_tral .vir_item ul.mergePicList li .photo img {
    width: 200px;
    height: 200px;
}

.vir_tral .vir_item ul.mergePicList .mergeBox {
    width: 200px;
    height: 200px;
    overflow: hidden;
    margin: 0 auto;
}

.rgb_list_title {
    width: 100%;
    text-align: center;
    padding-top: 20px;
    overflow: hidden;
}

.rgb_list_title p {
    width: 200px;
    display: inline-block;
    margin: 0 20px;
    font-weight: bold;
    color: #ff7f7f;
    font-size: 18px;
    text-align: center;
    overflow: hidden;
}

.rgb_list_title p:nth-child(2) {
    color: #7fff7f;
}

.rgb_list_title p:nth-child(3) {
    color: #7f7fff;
}

.rgb_more_title {
    width: 100%;
    text-align: center;
    padding: 10px 0;
    overflow: hidden;
}

.rgb_more_title p {
    display: inline-block;
    margin: 0 5px;
    font-size: 16px;
    padding: 5px 0;
}

.rgb_more_title p a.red {
    color: #b63535;
}

.hotTop {
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
    display: -webkit-box;
    -webkit-box-align: center;
}

.hotTitle {
    -webkit-box-flex: 1;
    font-size: 18px;
    font-weight: bold;
    color: #b53534;
    text-align: left;
}

.hotMore {
    overflow: hidden;
}

.hotMore a {
    display: inline-block;
    padding: 2px 20px;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    color: #b53534;
    border: 2px solid #b53534;
}

.hotMore a:hover {
    color: #ffffff;
    background: #b53534;
}


header .menu ul li a.active {
    color: #ffffff;
    text-decoration: underline;
}

.vir_tral .vir_item ul li .detail {
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin-top: 10px;
}

.vir_tral .vir_item ul li .detail a {
    background-color: #f9e3ad;
    display: inline-block;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 25px;
    color: #B63535;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    padding: 0 15px;
    margin: 0 5px;
    min-width: 90px;
}

.vir_tral .vir_item ul li .detail a:hover {
    background-color: #B63535;
    color: #fff;
}

.vir_tral .vir_item ul li .detail a:first-child {
    background-color: #FFC4C1;
    color: #B63535;
}

.vir_tral .vir_item ul li .detail a:first-child:hover {
    background-color: #B63535;
    color: #fff;
}

.tf_box .ta_cont ul li.sort {
    vertical-align: middle;
    cursor: pointer;
}

.tf_box .ta_cont ul li.sort span {
    display: inline-block;
    margin-left: 5px;
    width: 15px;
    height: 20px;
    position: relative;
}

.tf_box .ta_cont ul li.sort span:before {
    content: '';
    width: 0;
    border-style: dashed;
    border-color: transparent;
    position: absolute;
    left: 0;
    border-width: 5px;
    top: 4px;
    border-top: none;
    border-bottom-style: solid;
    border-bottom-color: #b2b2b2;
}

.tf_box .ta_cont ul li.sort span:after {
    content: '';
    width: 0;
    border-style: dashed;
    border-color: transparent;
    position: absolute;
    left: 0;
    border-width: 5px;
    bottom: 4px;
    border-bottom: none;
    border-top-style: solid;
    border-top-color: #b2b2b2;
}

.tf_box .ta_cont ul li.sort.ASC span:before {
    border-bottom-color: #000;
}

.tf_box .ta_cont ul li.sort.DESC span:after {
    border-top-color: #000;
}


.picMore {
    padding: 0 10%;
    margin-top: 40px;
    overflow: hidden;
}

.picMore a {
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FBE9BC;
    border: 1px #6D0707 solid;
    border-radius: 8px;
    color: #B3261E;
    font-size: 16px;
    font-weight: 600;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.picMore a:hover {
    background-color: #B3261E;
    color: #fff;
}

.autoImg {
    width: 100%;
    text-align: center;
}

.autoImg i {
    padding-bottom: 100%;
    display: inline-block;
    vertical-align: middle;
}

.autoImg img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.spe_list ul {
    grid-template-columns: repeat(5, 1fr);
}

.spe_list ul li {
    cursor: pointer;
}

.picShowButton {
    width: 100%;
    padding-bottom: 20px;
    overflow: hidden;
}

.picShowButton span {
    min-width: 106px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 7px;
    cursor: pointer;
    background-color: #FBE9BC;
    float: left;
    overflow: hidden;
}

.picShowButton.cur span {
    background-color: #b63535;
    color: #fff;
}

.region_list ul li .photo .xfk .content .title {
    font-size: 18px;
    font-weight: normal;
}

.region_list ul li .photo .xfk .content .desc {
    font-size: 14px;
}

.region_list ul li .photo .xfk .content .num {
    font-size: 12px;
}

#cloudBox, .cloudBoxInfo {
    position: absolute;
    z-index: 9999;
    left: 0;
    top: 0;
    background: #ffffff;
    border-radius: 7px;
    padding: 10px;
    box-shadow: 0 0 4px #ccc;
    font-size: 16px;
    width: 500px;
    display: none;
}

#cloudBox #cloudContent, .cloudBoxInfo .cloudBoxInfoContent {
    width: 100%;
    height: 300px;
}

#NewsBox {
    position: relative;
    z-index: 1;
}

#NewsBox .newsTitle {
    width: 75px;
    height: 60px;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #B3261E;
    text-align: center;
    font-size: 12px;
    overflow: hidden;
}

#NewsBox .newsDate {
    width: 50px;
    height: 28px;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #000;
    font-size: 10px;
    overflow: hidden;
}

.TutorialBox {
    width: 100%;
    overflow: hidden;
}

.TutorialBox .item {
    width: 100%;

    overflow: hidden;
}

.TutorialBox .item .ask {
    margin-top: 20px;
    -webkit-box-align: center;
    display: -webkit-box;
}

.TutorialBox .item .ask dd {
    margin-right: 15px;
    border: 5px solid #b63535 !important;
    -webkit-box-flex: 1;
    padding: 25px;
    border-radius: 10px;
    font-size: 24px;
    background: #f9e3ad !important;
}

.TutorialBox .item .answer {
    margin-top: 20px;
    display: -webkit-box;
}

.TutorialBox .item .answer dd {
    margin-left: 15px;
    border: 5px solid #b63535 !important;
    -webkit-box-flex: 1;
    padding: 25px;
    border-radius: 10px;
    font-size: 24px;
}

.br_list .picList {
    padding-bottom: 30px;
}

.br_list .items .head_3 span {
    margin-right: 10px;
    width: 17px;
    height: 23px;
    display: inline-block;
    background: url("../images/Group45.png") no-repeat left center;
    background-size: 100% auto;
    cursor: pointer;
}

.br_list .items .list {
    display: none;
}

.br_list .items.active .head_3 span {
    background: url("../images/Group45_2.png") no-repeat left center;
    background-size: 100% auto;
}

.br_list .items.active .list {
    display: grid;
}

.StatisticsBox {
    width: 100%;
}

.StatisticsBox .item {
    width: 100%;
}

.StatisticsBox .item dl {
    margin-top: 40px;
    display: -webkit-box;
    -webkit-box-align: center;
}

.StatisticsBox .item dl dt {
    width: 300px;
}

.StatisticsBox .item dl dt img {
    display: block;
}

.StatisticsBox .item dl dt p {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
}

.StatisticsBox .item dl dd {
    -webkit-box-flex: 1;
    margin-left: 40px;
    height: 600px;
    padding: 30px 10px;
    border-radius: 4px;
    border: 1px #EBEEF5 solid;
    background-color: #FFF;
    box-shadow: 0 1px 12px rgb(0 0 0 / 10%);
}

#geneUpload, .geneUpload {
    position: relative;
    z-index: 1;
}

#geneUpload input, .geneUpload input {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: none;
    cursor: pointer;
}

.AknowledgementBox {
    width: 100%;
    overflow: hidden;
}

.AknowledgementBox .item {
    width: 100%;

    overflow: hidden;
}

.AknowledgementBox .item dl {
    margin-top: 20px;
    -webkit-box-align: center;
    display: -webkit-box;
}

.AknowledgementBox .item dl dt img {
    width: 300px;
}

.AknowledgementBox .item dl dd {
    margin-left: 15px;
    border: 5px solid #cfc9d0;
    -webkit-box-flex: 1;
    padding: 25px;
    border-radius: 10px;
    font-size: 24px;
}


.index .effect_22 .box .list li .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index .effect .box .list li .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index .effect_2 .box .list li .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.hardcover_front li:first-child img {
    height: auto;
    vertical-align: middle;
}

.select-ui .select.focus .options {
    max-height: 500px;
    overflow-y: auto;
}

.spe_list ul li .photo .new {
    position: absolute;
    z-index: 2;
    right: 10px;
    top: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #b63535;
}

.ratio_css[type='radio'] {
    width: 13px;
    height: 13px;
    border: 1px #B3261E solid;
    -webkit-appearance: none;
    outline: none;
    margin-right: 7px;
    border-radius: 50%;
    cursor: pointer;
    margin-top: 0px;
    margin-left: 0px;
}

.ratio_css:checked {
    width: 13px;
    height: 13px;
    background: url(../images/checkbox-+-spacer.png) no-repeat center;
    background-size: cover;
    border: 0px solid #535353;
}

.pro_show .show_2 .s_book.no2 .form_box ul li .newItem {
    width: 100%;
    margin-top: 15px;
    text-align: center;
    cursor: pointer;
    background: #f9e3ad;
    line-height: 42px;
    border-radius: 5px;
}

.pro_show .show_2 .s_book.no2 .form_box ul li .newItem.cur {
    background-color: #b63535;
    color: #fff;
}

.pro_show .show_2 .s_book.no2 .form_box ul li .newItem.disabled {
    background-color: #e2e3e5;
    color: #999999;
}

.rounded-circle {
    border-radius: 50% !important;
}

.b_table .view_title .middle_down {
    height: 32px;
}

.b_table .view_title .middle_down .down {
    width: auto;
    display: block;
    padding: 0 15px;
    height: 32px;
    line-height: 32px;
}

.region_list ul li .photo {
    overflow: inherit;
}

.region_list ul li .photo img {
    border-radius: 100%;
}

.region_list ul li .photo .xfk {
    top: 0;
    border-radius: 100%;
}

.region_list ul li .photo:hover .xfk {
    background: #b63535;
    color: #fbe8b7;
}

.Disease_3 ul li .detail {
    overflow: hidden;
    margin-top: 20px;
    text-align: center;
}

.Disease_3 ul li .detail a {
    background-color: #FFC4C1;
    padding: 0 30px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 25px;
    color: #B63535;
    display: inline-block;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.Disease_3 ul li .detail a:hover {
    background-color: #B63535;
    color: #fff;
}

.dome_gene ul li .box dd a .photo .xfk .content {
    margin: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.brain_bq .tpleft .txt {
    letter-spacing: 2px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    font-size: 28px;
}

#TabBox .mammal_1 {
    max-height: inherit;
    overflow: hidden;
}

.crosstalk ul li .title {
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.crosstalk ul li .title a:hover {
    color: #B63535;
}

.crosstalk ul li .desc {
    margin-top: 5px;
}

.picTwoBox {
    width: 100%;
}

.picTwoBox .item {
    margin-top: 20px;
    display: -webkit-box;
    -webkit-box-align: center;
}

.picTwoBox .item .small {
    width: 160px;
}

.picTwoBox .item .small dt {
    width: 100%;
}

.picTwoBox .item .small dt img {
    width: 100%;
}

.picTwoBox .item .small dd {
    text-align: center;
}

.picTwoBox .item .small dd.title {
    margin-top: 5px;
    font-weight: bold;
    font-size: 20px;
}

.picTwoBox .item .small dd.detail {
    overflow: hidden;
    margin-top: 10px;
    text-align: center;
}

.picTwoBox .item .small dd.detail a {
    background-color: #FFC4C1;
    padding: 0 30px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 25px;
    color: #B63535;
    display: inline-block;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.picTwoBox .item .small dd.detail a:hover {
    background-color: #B63535;
    color: #fff;
}

.picTwoBox .item .big {
    margin-left: 20px;
    -webkit-box-flex: 1;
    text-align: left;
}

.picTwoBox .item .big img {
    max-width: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.picTwoBox .item .big img:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.picTwoBox .item .big .list {
    display: -webkit-box;
    -webkit-box-align: center;
}

.picTwoBox .item .big .list li {
    width: 50%;
    -webkit-box-flex: 1;
}

.picTwoBox .item .big .list li:first-child {
    margin-right: 20px;
}

.b2b_box {
    width: 100%;

}

.b2b_box .b2b_item {
    margin-top: 50px;
    display: -webkit-box;
}

.b2b_box .b2b_item .b2b_content {
    width: 50%;
    -webkit-box-flex: 1;
}

.b2b_box .b2b_item .b2b_content:first-child {
    margin-right: 40px;
}

.pig_box .pig_title {
    font-size: 16px;
    font-weight: bold;
    color: #b63535;
    padding-bottom: 20px;
}

.pig_box .pig_title.line {
    border-bottom: 1px #cfc9d0 solid;
}

.part_title {
    font-size: 22px;
    font-weight: bold;
    color: #b63535;
    line-height: 40px;
    vertical-align: middle;
    background: #f9e3ad;
    padding: 15px;
    border-radius: 5px 5px 0 0;
}

.part_title img {
    width: 40px;
    vertical-align: middle;
    margin-right: 5px;
    border-radius: 5px;
}

.part_title a.more {
    float: right;
    color: #b63535;
    font-size: 16px;
}

.part_title a.more:hover {
    color: #b63535;
    text-decoration: underline;
}

.part_box {
    padding: 40px 40px 0 40px;
    border: 2px solid #f9e3ad;
    border-top: none;
    margin-bottom: 40px;
    border-radius: 0 0 5px 5px;
}

.part_box .show_3 ul li {
    min-width: 186px;
}

.part_box .show_2 .s_book {
    width: 460px;
}

.show_21.noLine {
    border-top: none;
}

.show_21.noBottom {
    padding-bottom: 0;
}

.show_21.noTop {
    padding-top: 0;
}

.full_image {
    width: 100%;
    padding-bottom: 40px;
    text-align: center;
}

.full_image img {
    max-width: 100%;
}

.container {
    padding: 0 !important;
}

.floorBox {
    position: fixed;
    z-index: 99;
    left: 20px;
    bottom: 30px;
    background: #f9e3ad;
    border-radius: 5px;
    font-size: 12px;
    max-height: calc(100vh - 160px);
    overflow-y: auto;
}

/*滚动条*/
.floorBox::-webkit-scrollbar-button {
    display: none;
}

.floorBox::-webkit-scrollbar {
    width: 5px;
    overflow: hidden;
    background: #FFFFFF;
}

.floorBox::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.3);
}

.floorBox dl {
    cursor: pointer;
}

.floorBox dl:hover dt {
    color: #ffffff;
    background: #b63535;
    opacity: 0.7;
}

.floorBox dl dt {
    font-weight: normal;
    line-height: 32px;
    padding: 0 10px;
}

.floorBox dl.cur dt {
    background: #b63535;
    color: #ffffff;
}

.floorBox dl:first-child dt {
    border-radius: 5px 5px 0 0;
}

.floorBox dl:last-child dt {
    border-radius: 0 0 5px 5px;
}

#floorTutorialBox.floorBox dl dt {
    line-height: 25px;
    padding: 0 20px;
}

.GOAT_form .formContent {
    padding: 30px;
    border: 1px #cfc9d0 solid;
    border-radius: 5px;
}

.GOAT_form p {
    margin: 0 0 10.5px;
}

.GOAT_form label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

.GOAT_form .radio,
.GOAT_form .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.GOAT_form .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #597ea2;
}

.GOAT_form .pdfContent {
    margin-top: 40px;
    overflow: hidden;
    display: none;
}

.GOAT_form .pdfContent .pdfFrame {
    width: 100%;
}

.GOAT_form .pdfDownload {
    margin-top: 20px;
}

.GOAT_form .pdfDownload a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
    background-color: #b63535;
    color: #fff;
    border: 1px #680000 solid;
    padding: 0 20px;
}

.GOAT_form .pdfDownload a:hover {
    opacity: 0.9;
}

.GOAT_form .tableContent {
    margin-top: 40px;
    overflow: hidden;
    display: none;
}

.GOAT_form .tableContent .tableBox {
    width: 100%;
}

.brain_Storm_menu {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 20px 20px;
    align-items: stretch;
    text-align: center;
    margin-bottom: 40px;
    padding: 20px 0;
}

.brain_Storm_menu dl {
    cursor: pointer;
    margin: 0 10px;
}

.brain_Storm_menu dl dt {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
}

.brain_Storm_menu dl dt img {
    max-width: 100%;
    max-height: 100%;
    padding: 10px;
    border: 2px solid #ffffff;
    border-radius: 100%;
}

.brain_Storm_menu dl:hover dt img {
    border-color: #b63535;
}

.brain_Storm_menu dl dd {
    margin-top: 5px;
}

.brain_Storm_menu dl dd.title {
    font-size: 16px;
    font-weight: bold;
}

.DogPart .searchForm {
    float: none;
    margin: auto;
    width: 80%;
    padding-bottom: 20px;
}

.DogPart .searchForm .select-input {
    display: flex;
    justify-content: center;
}

.DogPart .searchForm .category-select {
    width: 20%;
    padding-top: 20px;
    padding-right: 10px;
}

.DogPart .searchForm .multiple-select {
    padding-top: 20px;
    width: 60%;
}

.DogPart .searchForm .slider p {
    margin-bottom: 1rem;
    font-size: 18px;
}

.SeqTechSearch {
    width: 80%;
    margin: 0 auto;
}

.s_book.num3 .SeqTechSearch.form_box ul li {
    width: 32%;
}

.SeqTechText {
    min-height: 50px;
    font-size: 18px;
    margin-bottom: 40px;
}

header .menu ul li a.title {
    display: block;
    line-height: 6.1rem;
}

header .menu ul li a.title:first-letter {
    color: #ffffff;
    font-size: max(1.4rem, 18px);
}

header .menu ul li .submenu {
    width: auto;
    left: 50%;
    margin-left: 0;
    transform: translate(-50%, 0) scaleY(0) translateZ(0);
    border-color: #f9e3ad;
    border-style: solid;
    border-width: 0 0.5px 0.5px 0.5px;
}

header .menu ul li:hover .submenu {
    transform: translate(-50%, 0) scaleY(1) translateZ(0);
}

header .menu ul li .submenu dd a {
    text-align: left;
}

header .menu ul li .submenu dd a:first-letter {
    color: #ffffff;
    font-size: max(1.4rem, 18px);
}

header .menu ul li .submenu dd a span {
    display: block;
}

header .menu ul li .submenu dd a span:first-letter {
    color: #f9e3ad;
    font-size: max(1.2rem, 16px);
}

header .menu ul li .submenu dd a span font {
    display: inline-block;
}

header .menu ul li .submenu dd a span font, header .menu ul li .submenu dd a span font:first-letter {
    color: #FFFFFF;
    font-size: max(1.4rem, 18px);
    text-decoration: underline #FFFFFF;
    font-weight: bold;
}

.index.newMenu {
    padding-top: 20px;
    padding-bottom: 75px;
}

.pageMenu .menu ul li {
    position: relative;
}

.pageMenu .menu ul li a {
    font-size: max(1.2rem, 16px);
    color: #f9e3ad;
    font-weight: bold;
}

.pageMenu .menu ul li .title {
    display: block;
    align-items: center;
    height: 6.1rem;
    line-height: 6.1rem;
    padding: 0 21px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.pageMenu .menu ul li .title:first-letter {
    color: #ffffff;
    font-size: max(1.4rem, 18px);
}


.pageMenu .menu ul li .submenu {
    background-color: #b63535;
    width: 176px;
    position: absolute;
    top: 100%;
    left: 50%;
    padding: 0;
    z-index: 20;
    transform-origin: 50% 0;
    transform: scaleY(0) translateZ(0);
    opacity: 0;
    transition: transform 0.3s, opacity 0.3s;
    overflow: hidden;
    margin-left: -88px;
    border-color: #f9e3ad;
    border-style: solid;
    border-width: 0.5px 0.5px 0 0.5px;
}

.pageMenu .menu ul li .submenu::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background: #cd4848;
    border-radius: 0.20rem;
}

.pageMenu .menu ul li .submenu::-webkit-scrollbar-thumb {
    background: #f9e3ad;
    scrollbar-arrow-color: #f9e3ad;
    border-radius: 0.20rem;
}


.pageMenu .menu ul li:hover .submenu {
    transform: scaleY(1) translateZ(0);
    opacity: 1;
}

.pageMenu .menu ul li .submenu dd {
    border-bottom: 0.5px #f9e3ad solid;
}

.pageMenu .menu ul li .submenu dd:last-child {
    border-bottom: 0;
}

.pageMenu .menu ul li .submenu dd a {
    color: #f9e3ad;
    text-align: left;
    line-height: 2.5em;
    text-transform: none;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    font-weight: normal;
    height: auto;
    width: 100%;
    padding: 0rem 1.4rem;
}

.pageMenu .menu ul li .submenu dd a:first-letter {
    color: #ffffff;
    font-size: max(1.4rem, 18px);
}

.pageMenu .menu ul li .submenu dd a:hover {
    color: #fff;
}

.pageMenu .footerMenu {
    background: #b63535;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 999;
}

.pageMenu .footerMenu .menu {
    padding: 0 200px;
}

.pageMenu .footerMenu .menu ul {
    /*justify-content: space-between;*/
}

.pageMenu .footerMenu .menu ul li {
    flex-grow: 1;
}

.pageMenu .footerMenu .menu ul li .title {
    display: block;
    height: 6.1rem;
    line-height: 6.1rem;
    text-align: center;
}

.pageMenu .footerMenu .menu ul li .submenu {
    width: auto;
    top: auto;
    bottom: 100%;
    transform-origin: bottom;
    left: 50%;
    margin-left: 0;
    transform: translate(-50%, 0) scaleY(0) translateZ(0);
}

.pageMenu .footerMenu .menu ul li:hover .submenu {
    transform: translate(-50%, 0) scaleY(1) translateZ(0);
    opacity: 1;
}

.pageMenu .leftMenu {
    width: 150px;
    background: #b63535;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 998;
}

.pageMenu .leftMenu .menu {
    padding: 6.1rem 0;
    height: 100%;
    position: relative;
    z-index: 999;
}

.pageMenu .leftMenu .menu .flex-center-y {
    flex-direction: column;
    height: 100%;
}

.pageMenu .leftMenu .menu ul li {
    flex-grow: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pageMenu .leftMenu .menu ul li .title {
    height: 50px;
    line-height: 50px;
}

.pageMenu .leftMenu .menu ul li .submenu {
    top: 50%;
    left: 100%;
    margin-top: -25px;
    width: auto;
    display: flex;
    transform: scaleX(0) translateZ(0);
    transform-origin: left;
    margin-left: 0;
    border-width: 0.5px 0.5px 0.5px 0;
}

.pageMenu .leftMenu .menu ul li:hover .submenu {
    transform: scaleX(1) translateZ(0);
}

.pageMenu .leftMenu .menu ul li .submenu dd {
    border-right: 0.5px #f9e3ad solid;
    border-bottom: none;
}

.pageMenu .leftMenu .menu ul li .submenu dd a {
    padding: 0 8px;
}

.pageMenu .leftMenu .menu ul li .submenu dd:last-child {
    border-right: none;
}

.pageMenu .rightMenu {
    width: 150px;
    background: #b63535;
    height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 998;
}

.pageMenu .rightMenu .menu {
    padding: 6.1rem 0;
    height: 100%;
    position: relative;
    z-index: 999;
}

.pageMenu .rightMenu .menu .flex-center-y {
    flex-direction: column;
    height: 100%;
}

.pageMenu .rightMenu .menu ul li {
    flex-grow: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pageMenu .rightMenu .menu ul li .title {
    height: 50px;
    line-height: 50px;
}

.pageMenu .rightMenu .menu ul li .submenu {
    top: 50%;
    margin-top: -25px;
    left: auto;
    right: 100%;
    width: auto;
    display: flex;
    transform: scaleX(0) translateZ(0);
    transform-origin: right;
    margin-left: 0;
    border-width: 0.5px 0 0.5px 0.5px;
}

.pageMenu .rightMenu .menu ul li:hover .submenu {
    transform: scaleX(1) translateZ(0);
}

.pageMenu .rightMenu .menu ul li .submenu dd {
    border-right: 0.5px #f9e3ad solid;
    border-bottom: none;
}

.pageMenu .rightMenu .menu ul li .submenu dd a {
    padding: 0 8px;
}

.pageMenu .rightMenu .menu ul li .submenu dd:last-child {
    border-right: none;
}

.pageMenu .back-to-top {
    right: 150px;
    bottom: 75px;
}

.headerLogo {
    width: 200px;
    height: 55px;
    position: fixed;
    left: 0;
    top: 0;
    padding: 5px 10px;
    overflow: hidden;
    z-index: 1999;
}

header.topMenu .menu {
    padding: 0 200px;
}


header.topMenu .menu ul {
    /*justify-content: space-between;*/
}

header.topMenu .menu ul li {
    flex-grow: 1;
}

header.topMenu .menu ul li .title {
    display: block;
    width: 100%;
    text-align: center;
    height: 55px;
    line-height: 55px;
}

header.topMenu .menu ul li .submenu {
    left: 50%;
    margin-left: 0;
    transform: translate(-50%, 0) scaleY(0) translateZ(0);
}

header.topMenu .menu ul li:hover .submenu {
    transform: translate(-50%, 0) scaleY(1) translateZ(0);
}


body.bgone {
    background-color: #b63535;
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.index.newMenu {
    flex: 1;
    margin: 0 150px 6.1rem;
    padding-bottom: 20px;
    background-color: #fff;
    border-radius: 15px;
    max-height: 100%;
    overflow-y: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index.newMenu .A2ZContent {
    max-height: 100%;
}

.index.newMenu::-webkit-scrollbar-button {
    display: none;
}

.index.newMenu::-webkit-scrollbar {
    width: 5px;
    overflow: hidden;
    background: #b63535;
}

.index.newMenu::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.3);
}

.index.newMenu .container {

}

.index.newMenu .container::-webkit-scrollbar {
    display: none;
}

.atlas .pic#picMap {
    position: relative;
    z-index: 1;
}

.atlas .pic#picMap .clockBox {
    width: 40%;
    position: absolute;
    left: 29.9%;
    top: 32.5%;
    cursor: pointer;
}

.atlas .pic#picMap .clockBox .clockContent {
    width: 100%;
    position: relative;
    padding-top: 100%;
    border-radius: 50%;
}

.index .effect_3.no100 .box .list li.no4 {
    bottom: -20px;
    left: 63px;
}

.index .effect_3.no100 .box .list li.no4 .content {
    left: auto;
    top: 70%;
    right: 90%;
}

.index .effect_3.no100 .box .list li.no5 {
    bottom: auto;
    top: 113px;
    left: -42px;
}

.index .effect_3.no100 .box .list li.no5 .content {
    right: 88px;
    top: 90px;
}

.A2ZBox.atlas {
    margin-bottom: 110px;
}

.A2ZBox.atlas .list ul li {
    border-bottom: none;
}

.A2ZBox.atlas .pic {
    margin-top: 120px;
}

.A2ZBox .pic .iconBox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: -120px;
}

.A2ZBox .pic .iconBox img {
    width: auto;
    height: 90px;
}

.A2ZBox .pic .iconBox.bottom {
    top: auto;
    bottom: -100px;
}

.AutoModeBList.crosstalk ul li {
    width: 20%;
}

.AutoModeBList.crosstalk.num5 ul li .photo {
    border: none;
}

.AutoModeBList.crosstalk ul li .title {
    margin-bottom: 0;
}

.hotBox {
    width: 100%;
    display: block;
    overflow: hidden;
}

.hotBox.gridBox {
    display: grid;
    align-items: center;
}

.hotBox .item {
    margin: 0 auto;
    padding-bottom: 10px;
    overflow: hidden;
}

.hotBox.oneBox .item {
    padding-bottom: 20px;
}

.hotBox .item .imageMapBox {
    width: 100%;
    overflow: hidden;
}

.hotBox dl.imageInfo {
    width: 100%;
    text-align: center;
    line-height: 1.3;
    margin-top: 10px;
    overflow: hidden;
}

.hotBox dl.imageInfo dt {
    font-weight: bold;
    font-size: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 24px;
    height: 48px;
}

.hotBox dl.imageInfo dd {
    color: #A68122;
    font-size: 20px;
}

.hotBox .detail {
    overflow: hidden;
    margin-top: 20px;
    text-align: center;
}

.hotBox .detail a {
    background-color: #FFC4C1;
    padding: 0 30px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 25px;
    color: #B63535;
    display: inline-block;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.hotBox .detail a:hover {
    background-color: #B63535;
    color: #fff;
}

.GreatWall_E_BOX .show_42 .cell_box {
    display: none;
}

.GreatWall_E_BOX .show_42 .cell_box.cur {
    display: block;
}


.tf_box3 .ta_cont ul li.sort {
    vertical-align: middle;
    cursor: pointer;
}

.tf_box3 .ta_cont ul li.sort span {
    display: inline-block;
    margin-left: 5px;
    width: 15px;
    height: 20px;
    position: relative;
}

.tf_box3 .ta_cont ul li.sort span:before {
    content: '';
    width: 0;
    border-style: dashed;
    border-color: transparent;
    position: absolute;
    left: 0;
    border-width: 5px;
    top: 4px;
    border-top: none;
    border-bottom-style: solid;
    border-bottom-color: #ffffff;
}

.tf_box3 .ta_cont ul li.sort span:after {
    content: '';
    width: 0;
    border-style: dashed;
    border-color: transparent;
    position: absolute;
    left: 0;
    border-width: 5px;
    bottom: 4px;
    border-bottom: none;
    border-top-style: solid;
    border-top-color: #ffffff;
}

.tf_box3 .ta_cont ul li.sort.ASC span:before {
    border-bottom-color: #f9e3ad;
}

.tf_box3 .ta_cont ul li.sort.DESC span:after {
    border-top-color: #f9e3ad;
}

.ExternalLinkPicList.crosstalk ul li {
    width: 14.28%;
}

.ExternalLinkPicList.crosstalk.num5 ul li .photo {
    border: none;
}

.ExternalLinkPicList.crosstalk ul li .title {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0;
}

.PASSPORT_DISPLAY.m_detail {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
}

.PASSPORT_DISPLAY.m_detail .detail_1 {
    justify-content: center;
}

.PASSPORT_DISPLAY.m_detail .detail_1 .usck {
    width: 670px;
    height: 375px;
}

.PASSPORT_DISPLAY.m_detail .detail_1 .usck .u_box .list ul li {
    padding: 10px 0;
}

.pro_show .PASSPORT_DISPLAY .show_1 {
    padding-bottom: 0;
}

.pro_show .PASSPORT_DISPLAY .show_1 .content {
    padding-left: 0;
    border-left: none;
    margin-left: 0;
}

header.mainMenu .container1 {

}

header.mainMenu .more .moreLink a {
    font-size: max(1.2rem, 16px);
    color: #f9e3ad;
    font-weight: bold;
    display: block;
    line-height: 6.1rem;
    height: 6.1rem;
    padding: 0 21px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

header.mainMenu .more .moreLink a:first-letter {
    color: #ffffff;
    font-size: max(1.4rem, 18px);
}

header.mainMenu .more .menuRound {
    display: none;
}

header.mainMenu .more:hover .menuRound, header.mainMenu .more.cur .menuRound {
    display: block;
}

header.mainMenu .more .menuRound .leftMenu {
    position: absolute;
    z-index: 20;
    left: 0;
    top: 6.1rem;
    height: calc(100vh - 12.2rem);
    width: 150px;
    background: #b63535;
}

header.mainMenu .more .menuRound .leftMenu .menu {
    padding: 10px 0;
    height: 100%;
    position: relative;
    z-index: 999;
}

header.mainMenu .more .menuRound .leftMenu .menu .flex-center-y {
    flex-direction: column;
    height: 100%;
}

header.mainMenu .more .menuRound .leftMenu .menu ul li {
    flex-grow: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

header.mainMenu .more .menuRound .leftMenu .menu ul li .title {
    height: 50px;
    line-height: 50px;
}

header.mainMenu .more .menuRound .leftMenu .menu ul li .submenu {
    top: 50%;
    left: 100%;
    margin-top: -25px;
    width: auto;
    display: flex;
    transform: scaleX(0) translateZ(0);
    transform-origin: left;
    margin-left: 0;
}

header.mainMenu .more .menuRound .leftMenu .menu ul li:hover .submenu {
    transform: scaleX(1) translateZ(0);
}

header.mainMenu .more .menuRound .leftMenu .menu ul li .submenu dd {
    border-right: 0.5px #f9e3ad solid;
    border-bottom: none;
}

header.mainMenu .more .menuRound .leftMenu .menu ul li .submenu dd a {
    padding: 0 8px;
}

header.mainMenu .more .menuRound .leftMenu .menu ul li .submenu dd:last-child {
    border-right: none;
}

header.mainMenu .more .menuRound .rightMenu {
    position: absolute;
    z-index: 20;
    right: 0;
    top: 6.1rem;
    height: calc(100vh - 12.2rem);
    width: 150px;
    background: #b63535;
}

header.mainMenu .more .menuRound .rightMenu .menu {
    padding: 10px 0;
    height: 100%;
    position: relative;
    z-index: 999;
}

header.mainMenu .more .menuRound .rightMenu .menu .flex-center-y {
    flex-direction: column;
    height: 100%;
}

header.mainMenu .more .menuRound .rightMenu .menu ul li {
    flex-grow: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

header.mainMenu .more .menuRound .rightMenu .menu ul li .title {
    height: 50px;
    line-height: 50px;
}

header.mainMenu .more .menuRound .rightMenu .menu ul li .submenu {
    top: 50%;
    margin-top: -25px;
    left: auto;
    right: 100%;
    width: auto;
    display: flex;
    transform: scaleX(0) translateZ(0);
    transform-origin: right;
    margin-left: 0;
}

header.mainMenu .more .menuRound .rightMenu .menu ul li:hover .submenu {
    transform: scaleX(1) translateZ(0);
}

header.mainMenu .more .menuRound .rightMenu .menu ul li .submenu dd {
    border-right: 0.5px #f9e3ad solid;
    border-bottom: none;
}

header.mainMenu .more .menuRound .rightMenu .menu ul li .submenu dd a {
    padding: 0 8px;
}

header.mainMenu .more .menuRound .rightMenu .menu ul li .submenu dd:last-child {
    border-right: none;
}

header.mainMenu .more .menuRound .footerMenu {
    width: 100%;
    position: absolute;
    background: #b63535;
    z-index: 20;
    left: 0;
    top: calc(100vh - 6.15rem);
    height: 6.1rem;
}

header.mainMenu .more .menuRound .footerMenu .menu {
    padding: 0 160px;
}

header.mainMenu .more .menuRound .footerMenu .menu ul {
    /*justify-content: space-between;*/
}

header.mainMenu .more .menuRound .footerMenu .menu ul li {
    flex-grow: 1;
}

header.mainMenu .more .menuRound .footerMenu .menu ul li .title {
    display: block;
    height: 6.1rem;
    line-height: 6.1rem;
    text-align: center;
}

header.mainMenu .more .menuRound .footerMenu .menu ul li .submenu {
    top: auto;
    bottom: 100%;
    transform: scaleY(0) translateZ(0);
    transform-origin: bottom;
    left: 50%;
    margin-left: -88px;
}

header.mainMenu .more .menuRound .footerMenu .menu ul li:hover .submenu {
    transform: scaleY(1) translateZ(0);
    opacity: 1;
}

.index_bottom {
    text-align: center;
    font-size: 16px;
}

.index_bottom span {
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline #b63535;
    color: #b63535;
}

.index_welcome {
    text-align: center;
    font-size: 16px;
    opacity: 0;
    padding-bottom: 5px;
}

.index_welcome.cur {
    opacity: 1;
}

.index_welcome a {
    font-weight: bold;
    text-decoration: underline #b63535;
    color: #b63535;
}

#T2CChart.b_Frame3 {
    display: none;
    height: auto;
    overflow: hidden;
}

#T2CChart.b_Frame3.active {
    display: block;
}

.pageContent {
    width: 100%;
    line-height: 150%;
    overflow: hidden;
}

.pageContent img {
    max-width: 100%;
}

.down_left ul li.pdf a {
    background-color: #B3261E;
    color: #ffc4c0;
}

.down_left ul li.pdf a .icon {
    background-color: #e48882;
}

.down_left6 ul li.pdf a {
    background-color: #B3261E;
    color: #ffc4c0;
}

.down_left6 ul li.pdf a .icon {
    background-color: #e48882;
}

.brain_box .down_left6 ul li {
    border-top: none;
}

.brain_box .down_left6 ul li:last-child {
    border-bottom: none;
}

.PicList li .title {
    margin-bottom: 0;
    cursor: pointer;
}

.index.noPadding {
    padding: 40px 0 0 0;
}

.virus_1 .virus_list {
    max-height: inherit;
    overflow: inherit;
}

.download_button_list {
    width: 100%;
    overflow: hidden;
}

.download_button_list a {
    float: left;
    padding: 10px 15px;
    background: #b63535;
    color: #ffffff;
    margin: 0 30px 26px 0;
    border-radius: 4px;
}

.download_button_list a:hover {
    background: #f9e3ad;
    color: #b63535;
}

.r_cont4 .r_title {
    line-height: 30px;
    padding: 10px 0;
    color: #b63535;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.longTxt {
    padding: 20px;
    border: 1px #EBEEF5 solid;
    background-color: #FFF;
    border-radius: 4px;
    box-shadow: 0 1px 12px rgb(0 0 0 / 10%);
    overflow: hidden;
}

.longTxt .longTxtContent {
    width: 100%;
    height: 300px;
    overflow: auto;
    line-height: 24px;
}

.longTxt .down_left6 {
    margin-top: 20px;
}

.addTableRes .vir_tral {
    width: 100%;
}

.addTableRes .vir_list ul li .select {
    width: 264px;
    margin: 0 auto;
}

.addTableRes .vir_tral .vir_item ul.RGBPicList {
    min-height: 100px;
}

.addTableRes .vir_tral .vir_item ul.RGBPicList li {
    width: 20%;
    padding-bottom: 20px;
}

.addTableRes .vir_tral .vir_item ul.RGBPicList li .photo img {
    width: 200px;
    height: 200px;
}

.addTableRes .vir_tral .vir_item ul.RGBPicList .mergeBox {
    width: 200px;
    height: 200px;
    overflow: hidden;
    margin: 0 auto;
}

.addTableRes .tf_box3 .ta_cont.scan_1 ul li.no86 {
    width: 450px;
}

.layui-input, .layui-select, .layui-textarea {
    height: 40px;
    line-height: 40px \9;
    color: rgba(0, 0, 0, .85);
    border-radius: 6px;
}

.layui-form-select dl dd:hover {
    background-color: #f9e3ad;
    color: #b63535;
}

.layui-form-select dl dd.layui-this {
    background-color: #b63535;
    color: #fff
}

.b_Frame3 .r_cont5 .GeneSetRank ul li:nth-child(1), .m_detail .detail_3 .GeneSetRank ul li:nth-child(1) {
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.choose_4 ul li {
    position: relative;
    z-index: 1;
}

/* Hide count badges except All button */
.choose_4 ul li:not(:first-child) span {
    display: none !important;
}

.choose_4 ul li span {
    position: absolute;
    right: -5px;
    top: -10px;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    padding: 2px;
    font-size: 10px;
    background: #f9e3ad;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
}

header .menu.brain_storm ul li .title {
    padding: 0 10px;
}

.pageAdminBox {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
}

.pageAdminBox .pageAdminBoxList {
    width: 240px;
    padding: 10px;
    background-color: #fff8e8;
}

.pageAdminBox .pageAdminBoxList a {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    display: block;
    padding: 10px 0;
}

.pageAdminBox .pageAdminBoxList a.cur {
    color: #b63535;
}

.pageAdminBox .pageAdminBoxContent {
    margin-left: 20px;
    -webkit-box-flex: 1;
    min-height: 80px;
}

.pageAdminBox .pageAdminBoxContent .pageAdminBoxTitle {
    padding-bottom: 20px;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #b63535;
}

.pageAdminBox .pageAdminBoxContent .pageAdminBoxDesc {
    width: 100%;
    line-height: 150%;
    overflow: hidden;
}

.pageAdminBox .pageAdminBoxContent .pageAdminBoxDesc img {
    max-width: 100%;
}

.down_left6 ul.left {
    justify-content: left;
    margin-bottom: 15px;
}

.brain_box.noLine {
    border-top: none !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.qtip-custom {
    background: #fff;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px 3px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    font-size: 16px;
    line-height: 130%;
    max-width: 480px;
}

.tablelist .layui-table-cell {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hardcover_front.BrainDiz li:first-child img {
    width: 70%;
}